Status: Pass 1176 Failure 10 Skip 83
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.servers.test_create_server | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersTestBootFromVolume) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 294, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (ServersTestBootFromVolume:setUpClass) Server ab7c477b-dc1d-4daf-8fb4-1862f17bf6a8 failed to reach ACTIVE status and task state "None" within the required time (360 s). Server boot request ID: req-a2219789-8515-43c6-ae3a-43c579bce2cb. Current status: BUILD. Current task state: scheduling. |
||||||
setUpClass (tempest.api.compute.servers.test_list_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServersNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_list_servers_negative.py", line 40, in resource_setup body = cls.create_test_server(wait_until='ACTIVE', min_count=3) File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 294, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (ListServersNegativeTestJSON:setUpClass) Server 0fe065f5-a09e-4757-b6db-545ab2ddb6da failed to reach ACTIVE status and task state "None" within the required time (360 s). Server boot request ID: req-201c24d1-0226-4e1b-828d-917b51751cfd. Current status: BUILD. Current task state: scheduling. |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue | 4 | 0 | 1 | 0 | 3 | Detail | |
ServerStableDeviceRescueTestIDE) |
skip
pt3.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
ServerBootFromVolumeStableRescueTest) |
skip
pt3.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerRescueTestJSON) |
fail
ft3.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 48, in resource_setup server = cls.create_test_server(adminPass=password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 294, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (ServerRescueTestJSON:setUpClass) Server add38fbc-0db0-42e4-96d9-65b3d00aafa5 failed to reach ACTIVE status and task state "None" within the required time (360 s). Server boot request ID: req-4ff19792-d9a5-449c-b2b9-c14b0d249ffc. Current status: BUILD. Current task state: scheduling. |
||||||
ServerStableDeviceRescueTest) |
skip
pt3.4: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
tearDownClass (tempest.api.compute.servers.test_disk_config | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerDiskConfigTestJSON) |
fail
ft4.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 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, 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 70742757-19f8-49ce-af02-b75b78ad8168 failed to delete and is in ERROR status, <traceback object at 0x7f0994c545c0>) |
||||||
tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic | 2 | 1 | 1 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
pass
pt5.1: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
||||||
test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft5.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-19 00:29:44,706 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.60:9696/v2.0/networks 0.572s 2022-02-19 00:29:44,707 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-1524543847"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-faaf9ae9-b6d8-436f-a5c5-0840f6f47101', 'date': 'Sat, 19 Feb 2022 00:29:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/networks'} Body: b'{"network":{"id":"75567693-704d-4347-8719-7637ef30b243","name":"tempest-ServersTestMultiNic-1524543847","tenant_id":"97f748cbfcb34402a486ab61f99cc5c6","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"97f748cbfcb34402a486ab61f99cc5c6","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-02-19T00:29:44Z","updated_at":"2022-02-19T00:29:44Z","revision_number":1}}' 2022-02-19 00:29:45,932 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.60:9696/v2.0/subnets 1.224s 2022-02-19 00:29:45,932 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "75567693-704d-4347-8719-7637ef30b243", "cidr": "19.80.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-01c9791b-0bd6-4c69-8a6c-145d7cc01bd1', 'date': 'Sat, 19 Feb 2022 00:29:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"57ddd36d-b91e-4355-b565-9d1c02463aee","name":"","tenant_id":"97f748cbfcb34402a486ab61f99cc5c6","network_id":"75567693-704d-4347-8719-7637ef30b243","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.80.0.1","cidr":"19.80.0.0/24","allocation_pools":[{"start":"19.80.0.2","end":"19.80.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-02-19T00:29:45Z","updated_at":"2022-02-19T00:29:45Z","revision_number":0,"project_id":"97f748cbfcb34402a486ab61f99cc5c6"}}' 2022-02-19 00:29:46,372 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.60:9696/v2.0/networks 0.439s 2022-02-19 00:29:46,372 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-ServersTestMultiNic-888290314"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-da08ba24-3f93-45f4-b2bf-377873f5581d', 'date': 'Sat, 19 Feb 2022 00:29:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/networks'} Body: b'{"network":{"id":"daec3b55-8e58-400b-94ef-2b63ef8c6c28","name":"tempest-ServersTestMultiNic-888290314","tenant_id":"97f748cbfcb34402a486ab61f99cc5c6","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"97f748cbfcb34402a486ab61f99cc5c6","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-02-19T00:29:46Z","updated_at":"2022-02-19T00:29:46Z","revision_number":1}}' 2022-02-19 00:29:47,344 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.60:9696/v2.0/subnets 0.971s 2022-02-19 00:29:47,344 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "daec3b55-8e58-400b-94ef-2b63ef8c6c28", "cidr": "19.86.0.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '599', 'x-openstack-request-id': 'req-323fc103-b2b7-4afa-ab04-0eb24e524263', 'date': 'Sat, 19 Feb 2022 00:29:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"a007bba1-e095-437e-8841-cc554f8fa13a","name":"","tenant_id":"97f748cbfcb34402a486ab61f99cc5c6","network_id":"daec3b55-8e58-400b-94ef-2b63ef8c6c28","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"19.86.0.1","cidr":"19.86.0.0/24","allocation_pools":[{"start":"19.86.0.2","end":"19.86.0.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-02-19T00:29:46Z","updated_at":"2022-02-19T00:29:46Z","revision_number":0,"project_id":"97f748cbfcb34402a486ab61f99cc5c6"}}' 2022-02-19 00:29:47,673 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.222.0.60/identity/v3/auth/tokens 0.239s 2022-02-19 00:29:47,673 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0896e72c-db29-417e-b154-acd12f4fc4ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "60cce7ce80624227bb1b90cf10445e78", "name": "tempest-ServersTestMultiNic-1154131449-project", "password_expires_at": null}, "audit_ids": ["M72R8NW8Q9y5n-SRMf-gdw"], "expires_at": "2022-02-19T01:29:47.000000Z", "issued_at": "2022-02-19T00:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97f748cbfcb34402a486ab61f99cc5c6", "name": "tempest-ServersTestMultiNic-1154131449"}, "is_domain": false, "roles": [{"id": "e2a0150289434a10bd542efd0ec9eadb", "name": "member"}, {"id": "8af04ef60b64466cbb94be1459432a61", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3b7f11a8ce514e59905ce4fb4eaa3954", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/placement", "region": "RegionOne"}], "id": "25123f67f2f44197a6288db511d18e4e", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "086f34bd34cf4540acfdd76ef83fd2b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2.1", "region": "RegionOne"}], "id": "57df911fc4af4b7da8de6b27f0706c74", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c028e96ddf454f7ba983a7b93fe10897", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/image", "region": "RegionOne"}], "id": "7c18d39ae72b440e9b9eff58d93e15da", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4c972c246ad7429d999743d393d85609", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.60:8080", "region": "RegionOne"}, {"id": "61aa7ac04d754f3fb25c8144141edb43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:8080/v1/AUTH_97f748cbfcb34402a486ab61f99cc5c6", "region": "RegionOne"}], "id": "9fb32080c7694d8eb2e171c0059591d8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc719fb051f84da3ac1813838ff610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2/97f748cbfcb34402a486ab61f99cc5c6", "region": "RegionOne"}], "id": "dbe25228133342a2b0aa5b1e4847e47d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "68bc31a531ab4494b72a8c247c82e457", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:9696/", "region": "RegionOne"}], "id": "de0b6e2e06954178ae0066928c3e6f40", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f9578137cbf548039a01484f4d6c15fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/97f748cbfcb34402a486ab61f99cc5c6", "region": "RegionOne"}], "id": "e9fd87e6495943bf8e5e96ee6bfc0af8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "528ccd13e1ee4bba9792bb8e24b78eda", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/97f748cbfcb34402a486ab61f99cc5c6", "region": "RegionOne"}], "id": "ef73894fbee84ab3a964d67c3b82e61b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a9d1503d70824fe4b9e35cfdbb803c6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/identity", "region": "RegionOne"}], "id": "f7ebef6a5ef447d1abf1c6055ca6f156", "type": "identity", "name": "keystone"}]}}' 2022-02-19 00:29:47,674 125528 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': 'ea468c93-ec8b-484e-bc5e-9834b772e867', 'name': 'tempest-ServersTestMultiNic-1772171705-network', 'tenant_id': '97f748cbfcb34402a486ab61f99cc5c6', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '97f748cbfcb34402a486ab61f99cc5c6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 138, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-19T00:28:24Z', 'updated_at': '2022-02-19T00:28:24Z', 'revision_number': 1} available for tenant 2022-02-19 00:29:52,225 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 202 POST http://10.222.0.60/compute/v2.1/servers 4.550s 2022-02-19 00:29:52,225 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersTestMultiNic-server-1924808449", "imageRef": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "flavorRef": "452", "networks": [{"uuid": "75567693-704d-4347-8719-7637ef30b243"}, {"uuid": "daec3b55-8e58-400b-94ef-2b63ef8c6c28"}]}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99d2ff34-3899-4b06-843d-cd09361e7086', 'x-compute-request-id': 'req-99d2ff34-3899-4b06-843d-cd09361e7086', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "gmcstAm4CTQw"}}' 2022-02-19 00:29:52,864 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.636s 2022-02-19 00:29:52,864 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61f70fbd-e311-4db9-ae79-3b5b0524385f', 'x-compute-request-id': 'req-61f70fbd-e311-4db9-ae79-3b5b0524385f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:29:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:54,553 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.680s 2022-02-19 00:29:54,553 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6464549f-4028-4889-b020-a32ea7d1cfcd', 'x-compute-request-id': 'req-6464549f-4028-4889-b020-a32ea7d1cfcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:29:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:55,760 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.198s 2022-02-19 00:29:55,760 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36b60bbd-095f-4d56-aeb7-e128c854c8c5', 'x-compute-request-id': 'req-36b60bbd-095f-4d56-aeb7-e128c854c8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:56,917 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.150s 2022-02-19 00:29:56,918 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9669dff5-b5c9-47b7-8aab-ca66e7a31580', 'x-compute-request-id': 'req-9669dff5-b5c9-47b7-8aab-ca66e7a31580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:29:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:58,022 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.096s 2022-02-19 00:29:58,023 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd0ca76b-2d19-468d-a2fe-66e2465442b2', 'x-compute-request-id': 'req-bd0ca76b-2d19-468d-a2fe-66e2465442b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:29:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:59,802 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.767s 2022-02-19 00:29:59,803 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dd26bfa-aa60-484e-81ae-0e71316571f6', 'x-compute-request-id': 'req-4dd26bfa-aa60-484e-81ae-0e71316571f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:29:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:01,668 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.856s 2022-02-19 00:30:01,668 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01412586-5d1d-433a-ae1c-3edc5eabb9ca', 'x-compute-request-id': 'req-01412586-5d1d-433a-ae1c-3edc5eabb9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:02,837 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.159s 2022-02-19 00:30:02,837 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c55eba3a-919a-4baa-bc18-5fa0be185536', 'x-compute-request-id': 'req-c55eba3a-919a-4baa-bc18-5fa0be185536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:04,008 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.163s 2022-02-19 00:30:04,009 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c2be3b5-4f49-4b03-b050-e17f028c517a', 'x-compute-request-id': 'req-8c2be3b5-4f49-4b03-b050-e17f028c517a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:05,232 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.214s 2022-02-19 00:30:05,232 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f54e2bd-2bd8-458d-93b6-4c6322e072cd', 'x-compute-request-id': 'req-9f54e2bd-2bd8-458d-93b6-4c6322e072cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:06,774 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.533s 2022-02-19 00:30:06,774 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0cb0cfb-9e8b-4177-bbc7-c4a67689d675', 'x-compute-request-id': 'req-a0cb0cfb-9e8b-4177-bbc7-c4a67689d675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:08,415 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.633s 2022-02-19 00:30:08,416 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568277e6-97ff-47aa-8461-bcb2fd9fc433', 'x-compute-request-id': 'req-568277e6-97ff-47aa-8461-bcb2fd9fc433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:09,994 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.570s 2022-02-19 00:30:09,995 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99e95e99-1bad-462d-8629-b88c4ddd587f', 'x-compute-request-id': 'req-99e95e99-1bad-462d-8629-b88c4ddd587f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:12,182 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 1.179s 2022-02-19 00:30:12,182 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ebcc608-b036-4971-9d72-9b2cc3e247b0', 'x-compute-request-id': 'req-0ebcc608-b036-4971-9d72-9b2cc3e247b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:13,331 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.141s 2022-02-19 00:30:13,331 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a55109cd-1797-41a6-9462-75a9cbddb542', 'x-compute-request-id': 'req-a55109cd-1797-41a6-9462-75a9cbddb542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:14,472 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.132s 2022-02-19 00:30:14,472 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e632860-9c6e-45b3-9497-7f2980bb64d9', 'x-compute-request-id': 'req-2e632860-9c6e-45b3-9497-7f2980bb64d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:15,638 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.157s 2022-02-19 00:30:15,638 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6f1d2e1-2de4-4097-9d39-8df693954fec', 'x-compute-request-id': 'req-c6f1d2e1-2de4-4097-9d39-8df693954fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:17,205 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.559s 2022-02-19 00:30:17,205 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd9fd1a9-23e9-4fed-9e1d-32dd10be95cf', 'x-compute-request-id': 'req-cd9fd1a9-23e9-4fed-9e1d-32dd10be95cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:19,052 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.837s 2022-02-19 00:30:19,052 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ec4c53d-4be8-4400-98d2-21c784d29105', 'x-compute-request-id': 'req-9ec4c53d-4be8-4400-98d2-21c784d29105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:20,416 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.355s 2022-02-19 00:30:20,416 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4703f222-6abd-412d-9510-2041b28011c5', 'x-compute-request-id': 'req-4703f222-6abd-412d-9510-2041b28011c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:21,929 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.504s 2022-02-19 00:30:21,929 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5e1f0a2-c22f-4b21-9d72-fc2faa6fbd0b', 'x-compute-request-id': 'req-c5e1f0a2-c22f-4b21-9d72-fc2faa6fbd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:23,580 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.643s 2022-02-19 00:30:23,581 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40cab8bf-6f9b-4563-aab0-6643d14ec3f5', 'x-compute-request-id': 'req-40cab8bf-6f9b-4563-aab0-6643d14ec3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:25,084 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.494s 2022-02-19 00:30:25,084 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff7f0e0-abaa-4411-87ec-c97c118d707d', 'x-compute-request-id': 'req-0ff7f0e0-abaa-4411-87ec-c97c118d707d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:26,592 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.499s 2022-02-19 00:30:26,592 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91216099-4b34-4922-a733-81a3d23aeeb1', 'x-compute-request-id': 'req-91216099-4b34-4922-a733-81a3d23aeeb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:28,094 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.493s 2022-02-19 00:30:28,095 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d63126-0498-4cc2-9909-ec94a4a2df9b', 'x-compute-request-id': 'req-b6d63126-0498-4cc2-9909-ec94a4a2df9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:29,616 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.512s 2022-02-19 00:30:29,616 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcb23d11-1749-48c6-b9f3-ba27744831fe', 'x-compute-request-id': 'req-dcb23d11-1749-48c6-b9f3-ba27744831fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:31,077 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.452s 2022-02-19 00:30:31,077 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb179d0d-9aa9-4d04-b533-caf793c2f48f', 'x-compute-request-id': 'req-eb179d0d-9aa9-4d04-b533-caf793c2f48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:32,235 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.149s 2022-02-19 00:30:32,235 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-104481c8-5838-4150-9cc2-1642e22bf769', 'x-compute-request-id': 'req-104481c8-5838-4150-9cc2-1642e22bf769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:33,335 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.091s 2022-02-19 00:30:33,335 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47638d3e-df41-4ea0-bbcc-a7b3f9c93ff8', 'x-compute-request-id': 'req-47638d3e-df41-4ea0-bbcc-a7b3f9c93ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:34,538 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.194s 2022-02-19 00:30:34,538 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b718c5-779f-4d1b-9011-aef0d4867179', 'x-compute-request-id': 'req-33b718c5-779f-4d1b-9011-aef0d4867179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:35,621 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:30:35,621 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3761e141-bb75-4eb4-97b6-90819b8377ab', 'x-compute-request-id': 'req-3761e141-bb75-4eb4-97b6-90819b8377ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:36,706 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:30:36,707 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5578b511-882c-44b3-a6b6-2eda5005b4b9', 'x-compute-request-id': 'req-5578b511-882c-44b3-a6b6-2eda5005b4b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:37,795 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:30:37,796 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf61f688-ecf1-4bbd-8f70-46b3b38febdc', 'x-compute-request-id': 'req-bf61f688-ecf1-4bbd-8f70-46b3b38febdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:38,885 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:30:38,885 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8795113f-1dd1-4ad6-9dc0-bd09a8b682fb', 'x-compute-request-id': 'req-8795113f-1dd1-4ad6-9dc0-bd09a8b682fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:40,175 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.281s 2022-02-19 00:30:40,175 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5733a47-74ba-44a4-9694-1fab24f566cb', 'x-compute-request-id': 'req-d5733a47-74ba-44a4-9694-1fab24f566cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:41,624 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.440s 2022-02-19 00:30:41,625 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9736b61-c4bc-4225-b1a7-d9f000f0a380', 'x-compute-request-id': 'req-f9736b61-c4bc-4225-b1a7-d9f000f0a380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:42,860 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.225s 2022-02-19 00:30:42,860 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30a3ae2b-ea34-456f-a0c7-6387c6721571', 'x-compute-request-id': 'req-30a3ae2b-ea34-456f-a0c7-6387c6721571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:44,133 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.264s 2022-02-19 00:30:44,133 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6de1e09-ef23-4f57-a637-8564386f9677', 'x-compute-request-id': 'req-a6de1e09-ef23-4f57-a637-8564386f9677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:45,438 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.296s 2022-02-19 00:30:45,439 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d463444-2f13-4c9a-80ed-fefeeafb73c1', 'x-compute-request-id': 'req-9d463444-2f13-4c9a-80ed-fefeeafb73c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:46,543 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.095s 2022-02-19 00:30:46,543 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4dc80e0-fa5b-4d19-9a9c-c331af25cbf1', 'x-compute-request-id': 'req-b4dc80e0-fa5b-4d19-9a9c-c331af25cbf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:47,623 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:30:47,623 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5cdf283-8632-406a-b197-06cd4bc43e55', 'x-compute-request-id': 'req-b5cdf283-8632-406a-b197-06cd4bc43e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:48,722 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.090s 2022-02-19 00:30:48,722 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed2bb3e-cefb-4545-90c8-c725494a0aa7', 'x-compute-request-id': 'req-aed2bb3e-cefb-4545-90c8-c725494a0aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:49,830 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.097s 2022-02-19 00:30:49,830 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e18136a-79c6-46d1-93b6-3e56e5ee1d3f', 'x-compute-request-id': 'req-6e18136a-79c6-46d1-93b6-3e56e5ee1d3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:50,913 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:30:50,913 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a5f5e35-d1e0-4101-b735-8d7db73e74a8', 'x-compute-request-id': 'req-3a5f5e35-d1e0-4101-b735-8d7db73e74a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:51,993 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:30:51,993 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bf74559-2285-463a-bfe8-9fc4ab318ae7', 'x-compute-request-id': 'req-8bf74559-2285-463a-bfe8-9fc4ab318ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:53,087 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.085s 2022-02-19 00:30:53,087 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bddf10c3-de77-40cf-bca4-ea33354c193a', 'x-compute-request-id': 'req-bddf10c3-de77-40cf-bca4-ea33354c193a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:54,206 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.106s 2022-02-19 00:30:54,206 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f65ba28-f1e1-41ac-a132-141501c056f8', 'x-compute-request-id': 'req-7f65ba28-f1e1-41ac-a132-141501c056f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:55,349 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.135s 2022-02-19 00:30:55,350 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24d87b60-f6c4-4e85-9797-bac24fc1c0a5', 'x-compute-request-id': 'req-24d87b60-f6c4-4e85-9797-bac24fc1c0a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:56,448 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.090s 2022-02-19 00:30:56,448 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2a857a6-4289-4c5c-ba19-40d84017997e', 'x-compute-request-id': 'req-b2a857a6-4289-4c5c-ba19-40d84017997e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:57,596 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.139s 2022-02-19 00:30:57,596 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f3599d9-da0e-459a-a102-bcf65879b606', 'x-compute-request-id': 'req-9f3599d9-da0e-459a-a102-bcf65879b606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:58,751 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.147s 2022-02-19 00:30:58,751 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-396c6203-4b20-4de1-9e0d-eb1048930e51', 'x-compute-request-id': 'req-396c6203-4b20-4de1-9e0d-eb1048930e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:59,855 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.095s 2022-02-19 00:30:59,855 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f1fbcb1-afbe-4adf-bfc3-0cc00add00fc', 'x-compute-request-id': 'req-6f1fbcb1-afbe-4adf-bfc3-0cc00add00fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:30:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:00,945 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:31:00,946 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2704bb42-6f3b-4436-8aba-fa3c38384ad3', 'x-compute-request-id': 'req-2704bb42-6f3b-4436-8aba-fa3c38384ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:02,037 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.083s 2022-02-19 00:31:02,038 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3214e21a-1697-4554-a085-a0c05706dde4', 'x-compute-request-id': 'req-3214e21a-1697-4554-a085-a0c05706dde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:03,137 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.091s 2022-02-19 00:31:03,137 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe805e66-de50-4290-b850-ae0d6a577fc1', 'x-compute-request-id': 'req-fe805e66-de50-4290-b850-ae0d6a577fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:04,233 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.086s 2022-02-19 00:31:04,233 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b9b6a77-6296-4b68-9072-121be48f8772', 'x-compute-request-id': 'req-2b9b6a77-6296-4b68-9072-121be48f8772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:05,322 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:31:05,322 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d19cac1-bf6f-48fb-9dd4-9e844b9d111d', 'x-compute-request-id': 'req-5d19cac1-bf6f-48fb-9dd4-9e844b9d111d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:06,400 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:31:06,400 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f54956b-31f2-4c36-893d-077cd3f303cb', 'x-compute-request-id': 'req-0f54956b-31f2-4c36-893d-077cd3f303cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:07,479 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:31:07,479 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e75360-b4bb-427d-b06d-d2518054b0c7', 'x-compute-request-id': 'req-69e75360-b4bb-427d-b06d-d2518054b0c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:08,565 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:31:08,565 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f824e866-aafd-4e46-bbc6-32a4f2531217', 'x-compute-request-id': 'req-f824e866-aafd-4e46-bbc6-32a4f2531217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:09,650 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:31:09,651 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a4e8001-40e3-4923-b54f-4cb2a23ae043', 'x-compute-request-id': 'req-4a4e8001-40e3-4923-b54f-4cb2a23ae043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:10,736 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:31:10,736 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a79635e-6668-444b-ae7c-c4787f80627f', 'x-compute-request-id': 'req-1a79635e-6668-444b-ae7c-c4787f80627f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:11,824 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:31:11,824 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da44e4ce-8116-47cf-8b37-3bc7eba6cecc', 'x-compute-request-id': 'req-da44e4ce-8116-47cf-8b37-3bc7eba6cecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:12,954 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.121s 2022-02-19 00:31:12,955 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96a360b3-3e9d-477f-887c-ad8716c7f328', 'x-compute-request-id': 'req-96a360b3-3e9d-477f-887c-ad8716c7f328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:14,034 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:31:14,035 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e764277-ab33-48be-b874-d90d450cf2a3', 'x-compute-request-id': 'req-2e764277-ab33-48be-b874-d90d450cf2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:15,116 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:31:15,116 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32d5932c-c649-4038-a869-738240062a13', 'x-compute-request-id': 'req-32d5932c-c649-4038-a869-738240062a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:16,223 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.098s 2022-02-19 00:31:16,223 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adba2567-515c-4c1c-866a-15ba20fe870e', 'x-compute-request-id': 'req-adba2567-515c-4c1c-866a-15ba20fe870e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:17,308 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:31:17,309 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1975808b-9f6b-45e0-aae2-29c252067dfb', 'x-compute-request-id': 'req-1975808b-9f6b-45e0-aae2-29c252067dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:18,391 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:31:18,391 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c663e7fc-0106-4cd8-b565-984429f6ecd3', 'x-compute-request-id': 'req-c663e7fc-0106-4cd8-b565-984429f6ecd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:19,474 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:31:19,474 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4052536-1975-474f-8cfc-f44a2e083eae', 'x-compute-request-id': 'req-d4052536-1975-474f-8cfc-f44a2e083eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:20,557 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:31:20,557 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27db846f-70dd-42c6-8887-fd702ceba491', 'x-compute-request-id': 'req-27db846f-70dd-42c6-8887-fd702ceba491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:21,654 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.088s 2022-02-19 00:31:21,654 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b49a6b9d-f95f-4882-b754-bf0d09a030d5', 'x-compute-request-id': 'req-b49a6b9d-f95f-4882-b754-bf0d09a030d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:22,785 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.122s 2022-02-19 00:31:22,786 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a876fdf3-1a07-4cf2-8ef5-0181fa6f8da0', 'x-compute-request-id': 'req-a876fdf3-1a07-4cf2-8ef5-0181fa6f8da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:23,872 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.078s 2022-02-19 00:31:23,873 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-483f52aa-b7d8-493b-b039-c888bff29641', 'x-compute-request-id': 'req-483f52aa-b7d8-493b-b039-c888bff29641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:24,951 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:31:24,952 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b0bb6f7-dc79-412e-b8f8-ae56c625bf45', 'x-compute-request-id': 'req-4b0bb6f7-dc79-412e-b8f8-ae56c625bf45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:26,030 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:31:26,031 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef1d57c6-e008-4d59-8d58-80ee27568041', 'x-compute-request-id': 'req-ef1d57c6-e008-4d59-8d58-80ee27568041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:27,115 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:31:27,115 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a9b128b-1525-4737-99d9-33b65d251086', 'x-compute-request-id': 'req-4a9b128b-1525-4737-99d9-33b65d251086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:28,232 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.108s 2022-02-19 00:31:28,232 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a639df6-250b-45d0-8f12-25b8b741bd58', 'x-compute-request-id': 'req-7a639df6-250b-45d0-8f12-25b8b741bd58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:29,802 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.562s 2022-02-19 00:31:29,803 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0da2401-1f3b-449f-b4aa-8fe50d322248', 'x-compute-request-id': 'req-f0da2401-1f3b-449f-b4aa-8fe50d322248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:30,945 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.133s 2022-02-19 00:31:30,945 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e13e6aab-6ee8-4347-9350-941d6a7eb0ec', 'x-compute-request-id': 'req-e13e6aab-6ee8-4347-9350-941d6a7eb0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:32,037 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.083s 2022-02-19 00:31:32,038 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8601296-5126-438d-a5ba-55cff153889b', 'x-compute-request-id': 'req-a8601296-5126-438d-a5ba-55cff153889b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:33,126 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:31:33,127 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b022913-2796-4d1e-aec7-f92d7da48a85', 'x-compute-request-id': 'req-5b022913-2796-4d1e-aec7-f92d7da48a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:34,211 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:31:34,212 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03f1e578-8f89-441d-a941-c2a0b153b9af', 'x-compute-request-id': 'req-03f1e578-8f89-441d-a941-c2a0b153b9af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:35,289 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:31:35,289 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dc85644-04f4-49d3-a109-6a68239b0ca2', 'x-compute-request-id': 'req-9dc85644-04f4-49d3-a109-6a68239b0ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:36,370 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:31:36,371 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc0e3cdd-d388-45b5-bba7-c1aed43d6bb3', 'x-compute-request-id': 'req-bc0e3cdd-d388-45b5-bba7-c1aed43d6bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:37,463 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.084s 2022-02-19 00:31:37,463 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24297252-0262-4b4b-a8f7-d9432c9f1d39', 'x-compute-request-id': 'req-24297252-0262-4b4b-a8f7-d9432c9f1d39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:38,554 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.081s 2022-02-19 00:31:38,555 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0505f88a-117c-4fe8-905e-d2b84f2fb6c9', 'x-compute-request-id': 'req-0505f88a-117c-4fe8-905e-d2b84f2fb6c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:39,659 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.096s 2022-02-19 00:31:39,659 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc28366b-a9df-4c09-8098-c1c3a37e7c60', 'x-compute-request-id': 'req-cc28366b-a9df-4c09-8098-c1c3a37e7c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:40,746 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.078s 2022-02-19 00:31:40,746 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8197b1-6a9f-4f7c-b095-7026a9b2cf24', 'x-compute-request-id': 'req-1b8197b1-6a9f-4f7c-b095-7026a9b2cf24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:41,852 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.097s 2022-02-19 00:31:41,852 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75c198f1-e592-4408-b1bb-ccc2aa6dd252', 'x-compute-request-id': 'req-75c198f1-e592-4408-b1bb-ccc2aa6dd252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:42,934 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:31:42,934 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a4175a3-b045-46ca-962b-75ad388763dc', 'x-compute-request-id': 'req-3a4175a3-b045-46ca-962b-75ad388763dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:44,016 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:31:44,017 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6066a338-549a-495d-9276-325bd3b73ee8', 'x-compute-request-id': 'req-6066a338-549a-495d-9276-325bd3b73ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:45,096 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:31:45,097 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3db23cd2-6cf8-4824-a7f1-c8429c53826c', 'x-compute-request-id': 'req-3db23cd2-6cf8-4824-a7f1-c8429c53826c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:46,215 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.109s 2022-02-19 00:31:46,216 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a08d5da7-84bf-4543-b3f6-9b2a2a6eb505', 'x-compute-request-id': 'req-a08d5da7-84bf-4543-b3f6-9b2a2a6eb505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:47,318 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.093s 2022-02-19 00:31:47,318 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-296f801f-0aae-449f-b0d7-2645d4f17b90', 'x-compute-request-id': 'req-296f801f-0aae-449f-b0d7-2645d4f17b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:48,397 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:31:48,397 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67e14214-f101-4027-a470-80000555ed0d', 'x-compute-request-id': 'req-67e14214-f101-4027-a470-80000555ed0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:49,500 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.095s 2022-02-19 00:31:49,501 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83ae91c6-aeae-4734-9885-923b2141d894', 'x-compute-request-id': 'req-83ae91c6-aeae-4734-9885-923b2141d894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:50,577 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:31:50,578 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b62738f-0e54-4c82-9d76-e8b04ae230e7', 'x-compute-request-id': 'req-5b62738f-0e54-4c82-9d76-e8b04ae230e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:51,658 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:31:51,658 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ec71f3f-b990-47b8-85f1-0e2da67535d0', 'x-compute-request-id': 'req-4ec71f3f-b990-47b8-85f1-0e2da67535d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:52,994 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.328s 2022-02-19 00:31:52,995 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb63611-b535-44c0-ae0f-854e4cc77f36', 'x-compute-request-id': 'req-9fb63611-b535-44c0-ae0f-854e4cc77f36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:54,076 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:31:54,076 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eb729ce-237d-4719-af6d-b6cf85696a1e', 'x-compute-request-id': 'req-3eb729ce-237d-4719-af6d-b6cf85696a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:55,164 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.079s 2022-02-19 00:31:55,164 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f83b456-55dc-4306-9f80-f2fc7e30fd94', 'x-compute-request-id': 'req-7f83b456-55dc-4306-9f80-f2fc7e30fd94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:56,247 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:31:56,248 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89576a12-7987-4c6a-aa52-cd29130e0a4f', 'x-compute-request-id': 'req-89576a12-7987-4c6a-aa52-cd29130e0a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:57,327 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:31:57,327 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-513dde2b-1b88-4593-be34-1d7412ae82bf', 'x-compute-request-id': 'req-513dde2b-1b88-4593-be34-1d7412ae82bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:58,411 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:31:58,411 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d7f18e-8231-4890-9dbd-5441dd0d5910', 'x-compute-request-id': 'req-18d7f18e-8231-4890-9dbd-5441dd0d5910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:59,489 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:31:59,489 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5faa8d66-80e7-46c6-a51c-5df6098f0a64', 'x-compute-request-id': 'req-5faa8d66-80e7-46c6-a51c-5df6098f0a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:00,609 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.111s 2022-02-19 00:32:00,609 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4a56936-1532-4699-af31-b6a27e133a2e', 'x-compute-request-id': 'req-e4a56936-1532-4699-af31-b6a27e133a2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:01,708 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.090s 2022-02-19 00:32:01,709 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a795fda-9cda-4468-aea4-0ae50369f51e', 'x-compute-request-id': 'req-7a795fda-9cda-4468-aea4-0ae50369f51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:02,795 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:32:02,795 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92a4f1b4-5b66-4dbd-b442-eb4bf992fd9b', 'x-compute-request-id': 'req-92a4f1b4-5b66-4dbd-b442-eb4bf992fd9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:03,877 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:32:03,878 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f259782-df71-4a07-be82-d6bc1658329e', 'x-compute-request-id': 'req-5f259782-df71-4a07-be82-d6bc1658329e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:04,966 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:32:04,967 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82cd8748-0f5d-43aa-bd7c-8be7b7e569dd', 'x-compute-request-id': 'req-82cd8748-0f5d-43aa-bd7c-8be7b7e569dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:06,045 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:32:06,046 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24cca7cc-b462-4e18-90c8-63f20ca39675', 'x-compute-request-id': 'req-24cca7cc-b462-4e18-90c8-63f20ca39675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:07,137 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.083s 2022-02-19 00:32:07,138 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01814e6d-7c95-4109-b848-4f6f56ce15d7', 'x-compute-request-id': 'req-01814e6d-7c95-4109-b848-4f6f56ce15d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:08,295 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.146s 2022-02-19 00:32:08,295 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0db26cbd-902d-41ab-be55-f8a048a05b25', 'x-compute-request-id': 'req-0db26cbd-902d-41ab-be55-f8a048a05b25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:09,531 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.226s 2022-02-19 00:32:09,531 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b31564a-6a78-4eea-82e7-aa0f722f0432', 'x-compute-request-id': 'req-1b31564a-6a78-4eea-82e7-aa0f722f0432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:10,634 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.093s 2022-02-19 00:32:10,634 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6db49562-9edb-400e-b7c8-0b5f05ff7fe7', 'x-compute-request-id': 'req-6db49562-9edb-400e-b7c8-0b5f05ff7fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:11,713 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:32:11,713 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c2d5a1c-9b0e-4900-a579-e27e7c62bc9c', 'x-compute-request-id': 'req-9c2d5a1c-9b0e-4900-a579-e27e7c62bc9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:12,792 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:32:12,793 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96f0a27e-7dff-469b-95f2-80ff7b596eb2', 'x-compute-request-id': 'req-96f0a27e-7dff-469b-95f2-80ff7b596eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:13,874 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:32:13,874 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-580ac458-5d10-489e-af15-59c793baf2a0', 'x-compute-request-id': 'req-580ac458-5d10-489e-af15-59c793baf2a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:14,951 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:32:14,952 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc2b246a-a573-4152-bbaa-82e3361ff6a7', 'x-compute-request-id': 'req-cc2b246a-a573-4152-bbaa-82e3361ff6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:16,033 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:32:16,034 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5a093e-4ce0-4f49-b615-af08e555a347', 'x-compute-request-id': 'req-ce5a093e-4ce0-4f49-b615-af08e555a347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:17,439 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.397s 2022-02-19 00:32:17,439 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6601e85d-1ce2-4b4b-b5c7-4150dc748f3d', 'x-compute-request-id': 'req-6601e85d-1ce2-4b4b-b5c7-4150dc748f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:18,623 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.173s 2022-02-19 00:32:18,623 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dc7e0ab-5544-4feb-b61c-18b3a7f08e0f', 'x-compute-request-id': 'req-5dc7e0ab-5544-4feb-b61c-18b3a7f08e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:19,717 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.084s 2022-02-19 00:32:19,717 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf3ef50e-84b5-493a-8566-8d81512602a3', 'x-compute-request-id': 'req-bf3ef50e-84b5-493a-8566-8d81512602a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:20,805 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:32:20,805 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96adc36e-613d-4586-aeec-48dd2b28f081', 'x-compute-request-id': 'req-96adc36e-613d-4586-aeec-48dd2b28f081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:21,882 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:32:21,883 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2768686-c2a1-42c4-bfaf-b2978819beed', 'x-compute-request-id': 'req-c2768686-c2a1-42c4-bfaf-b2978819beed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:23,019 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.123s 2022-02-19 00:32:23,019 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5812ce9-563b-47b0-b729-b01734d5bd8c', 'x-compute-request-id': 'req-a5812ce9-563b-47b0-b729-b01734d5bd8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:24,109 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.081s 2022-02-19 00:32:24,110 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-030e01db-8058-48ec-b1b8-55ddf9f2e84c', 'x-compute-request-id': 'req-030e01db-8058-48ec-b1b8-55ddf9f2e84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:25,191 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:32:25,191 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bddb60d-d655-4c59-9a4e-3584fcd230f5', 'x-compute-request-id': 'req-1bddb60d-d655-4c59-9a4e-3584fcd230f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:26,282 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.082s 2022-02-19 00:32:26,282 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c81986c-970e-4463-900b-a3069a9795a1', 'x-compute-request-id': 'req-6c81986c-970e-4463-900b-a3069a9795a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:27,364 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:32:27,364 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e77c138e-89a3-42ca-bc94-4196af82b0bd', 'x-compute-request-id': 'req-e77c138e-89a3-42ca-bc94-4196af82b0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:28,440 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:32:28,441 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f2531fc-1ebc-491f-a3a1-c5d12daa8b46', 'x-compute-request-id': 'req-0f2531fc-1ebc-491f-a3a1-c5d12daa8b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:29,518 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:32:29,518 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3011f749-e602-4891-89e3-b3b75abe7a13', 'x-compute-request-id': 'req-3011f749-e602-4891-89e3-b3b75abe7a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:30,823 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.297s 2022-02-19 00:32:30,824 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beb4eb69-dd43-47bc-b23c-8c622e1e9b1b', 'x-compute-request-id': 'req-beb4eb69-dd43-47bc-b23c-8c622e1e9b1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:31,911 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.079s 2022-02-19 00:32:31,911 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cbb7a7a-be89-476b-94b5-c0f91ada604c', 'x-compute-request-id': 'req-3cbb7a7a-be89-476b-94b5-c0f91ada604c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:32,994 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:32:32,995 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fc58c22-4f72-45fa-8aac-09c99f73b0bb', 'x-compute-request-id': 'req-6fc58c22-4f72-45fa-8aac-09c99f73b0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:34,089 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.086s 2022-02-19 00:32:34,089 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3231b7f6-1f8c-4b26-894a-4181402e8cc7', 'x-compute-request-id': 'req-3231b7f6-1f8c-4b26-894a-4181402e8cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:35,190 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.092s 2022-02-19 00:32:35,191 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b909e49-29b7-4342-907d-219b9abec49a', 'x-compute-request-id': 'req-0b909e49-29b7-4342-907d-219b9abec49a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:36,283 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.084s 2022-02-19 00:32:36,284 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdff36cb-a648-4e93-a6cc-8a653667d2d8', 'x-compute-request-id': 'req-cdff36cb-a648-4e93-a6cc-8a653667d2d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:37,398 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.105s 2022-02-19 00:32:37,398 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cd995bb-a640-459a-981f-1e7e8761c5ba', 'x-compute-request-id': 'req-0cd995bb-a640-459a-981f-1e7e8761c5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:38,536 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.129s 2022-02-19 00:32:38,536 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e800c51e-ff15-441f-b55e-af319eeaa081', 'x-compute-request-id': 'req-e800c51e-ff15-441f-b55e-af319eeaa081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:39,758 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.214s 2022-02-19 00:32:39,759 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-243dd18a-f45f-417e-857e-aaf3453ea856', 'x-compute-request-id': 'req-243dd18a-f45f-417e-857e-aaf3453ea856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:40,917 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.150s 2022-02-19 00:32:40,917 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2af1f8-9180-4779-b166-d01d277a92e0', 'x-compute-request-id': 'req-2d2af1f8-9180-4779-b166-d01d277a92e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:41,997 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:32:41,998 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1bc0f06-fc5a-4dc4-8267-801b5c2de083', 'x-compute-request-id': 'req-e1bc0f06-fc5a-4dc4-8267-801b5c2de083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:43,081 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:32:43,082 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e67409de-074d-4ea1-8fe9-61dead182b91', 'x-compute-request-id': 'req-e67409de-074d-4ea1-8fe9-61dead182b91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:44,168 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:32:44,168 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3ba06f8-8a79-4a31-b2d0-41da0269aa52', 'x-compute-request-id': 'req-d3ba06f8-8a79-4a31-b2d0-41da0269aa52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:45,248 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:32:45,248 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b8b074c-3b5a-469b-963f-44abc8f639cf', 'x-compute-request-id': 'req-4b8b074c-3b5a-469b-963f-44abc8f639cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:46,328 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:32:46,328 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbfa323e-3421-4ea2-b987-af61eaf7325d', 'x-compute-request-id': 'req-bbfa323e-3421-4ea2-b987-af61eaf7325d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:47,407 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:32:47,407 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf23ff6-24ab-4338-ad57-cd38efd726de', 'x-compute-request-id': 'req-ebf23ff6-24ab-4338-ad57-cd38efd726de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:48,526 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.110s 2022-02-19 00:32:48,527 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffb43741-6eae-45a9-a995-76e28e24d9e3', 'x-compute-request-id': 'req-ffb43741-6eae-45a9-a995-76e28e24d9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:49,611 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:32:49,611 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c7317d2-0c49-4bf5-ad9c-f8e0c2e715f8', 'x-compute-request-id': 'req-9c7317d2-0c49-4bf5-ad9c-f8e0c2e715f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:50,687 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:32:50,687 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06bc7d2d-67b0-4460-bb56-0a73d4d6bc9d', 'x-compute-request-id': 'req-06bc7d2d-67b0-4460-bb56-0a73d4d6bc9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:51,762 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.066s 2022-02-19 00:32:51,762 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fef265cd-56c7-4408-a55c-2ddbe79f19e0', 'x-compute-request-id': 'req-fef265cd-56c7-4408-a55c-2ddbe79f19e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:52,838 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:32:52,838 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f41b8254-c7fe-4ba3-8273-6f94ad854e1a', 'x-compute-request-id': 'req-f41b8254-c7fe-4ba3-8273-6f94ad854e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:53,917 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:32:53,917 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd780249-e647-49ab-93ed-a78ca5180f86', 'x-compute-request-id': 'req-bd780249-e647-49ab-93ed-a78ca5180f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:54,996 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:32:54,996 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c1b9395-ab78-44c9-b70d-d1e0bb807ba3', 'x-compute-request-id': 'req-9c1b9395-ab78-44c9-b70d-d1e0bb807ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:56,079 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:32:56,079 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66497fba-aa7d-46f7-8b29-af5a1acfb4cb', 'x-compute-request-id': 'req-66497fba-aa7d-46f7-8b29-af5a1acfb4cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:57,156 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:32:57,157 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84d8d3bf-fae7-4bc8-9c7a-aae2910fda41', 'x-compute-request-id': 'req-84d8d3bf-fae7-4bc8-9c7a-aae2910fda41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:58,234 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:32:58,234 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e806dccb-64a9-479c-8ee4-8c9eb9389288', 'x-compute-request-id': 'req-e806dccb-64a9-479c-8ee4-8c9eb9389288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:59,352 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.109s 2022-02-19 00:32:59,352 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb1b3a69-83eb-4951-813c-57309c257767', 'x-compute-request-id': 'req-cb1b3a69-83eb-4951-813c-57309c257767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:32:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:00,472 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.111s 2022-02-19 00:33:00,472 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b966bb3-a61e-44fc-89f6-97c56fb836db', 'x-compute-request-id': 'req-2b966bb3-a61e-44fc-89f6-97c56fb836db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:01,584 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.103s 2022-02-19 00:33:01,585 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac62758-8046-47fa-8d4f-c82491ae9c64', 'x-compute-request-id': 'req-2ac62758-8046-47fa-8d4f-c82491ae9c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:02,680 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.087s 2022-02-19 00:33:02,680 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-febf56ff-bfe0-4cd5-8ff0-42efaaecdb3d', 'x-compute-request-id': 'req-febf56ff-bfe0-4cd5-8ff0-42efaaecdb3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:03,758 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:33:03,758 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9c60245-b4a7-4f8d-8c62-c43d1aea6e5e', 'x-compute-request-id': 'req-f9c60245-b4a7-4f8d-8c62-c43d1aea6e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:04,848 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.082s 2022-02-19 00:33:04,848 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b54d6879-c424-49d1-9801-acab4d59b6dd', 'x-compute-request-id': 'req-b54d6879-c424-49d1-9801-acab4d59b6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:06,089 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.232s 2022-02-19 00:33:06,089 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abbbee32-93a9-4130-87a4-be2637c7f868', 'x-compute-request-id': 'req-abbbee32-93a9-4130-87a4-be2637c7f868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:07,476 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.378s 2022-02-19 00:33:07,477 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68a91ca9-a5d0-4585-b932-4af4ee8a2042', 'x-compute-request-id': 'req-68a91ca9-a5d0-4585-b932-4af4ee8a2042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:08,622 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.136s 2022-02-19 00:33:08,622 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc3ce5e-39e6-4a6c-bfc4-5e3ea91cbfa1', 'x-compute-request-id': 'req-dcc3ce5e-39e6-4a6c-bfc4-5e3ea91cbfa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:09,713 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.083s 2022-02-19 00:33:09,714 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b5ccaee-59e5-4595-af01-80d9cc7803d3', 'x-compute-request-id': 'req-0b5ccaee-59e5-4595-af01-80d9cc7803d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:10,852 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.130s 2022-02-19 00:33:10,853 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b204a4b6-18e2-4022-a359-b67ca74bdee0', 'x-compute-request-id': 'req-b204a4b6-18e2-4022-a359-b67ca74bdee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:11,962 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.100s 2022-02-19 00:33:11,963 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90e3543a-2b3f-4a7b-8c4e-a647e89a352c', 'x-compute-request-id': 'req-90e3543a-2b3f-4a7b-8c4e-a647e89a352c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:13,050 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:33:13,050 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-465d8df5-2132-4316-bc1b-0cdb5fd6b23d', 'x-compute-request-id': 'req-465d8df5-2132-4316-bc1b-0cdb5fd6b23d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:14,137 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.078s 2022-02-19 00:33:14,137 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cae08702-ea24-4012-a8c1-068705f17d37', 'x-compute-request-id': 'req-cae08702-ea24-4012-a8c1-068705f17d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:15,233 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.088s 2022-02-19 00:33:15,234 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a64c8f59-4a6b-45e7-b86c-9096d70e6734', 'x-compute-request-id': 'req-a64c8f59-4a6b-45e7-b86c-9096d70e6734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:16,357 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.114s 2022-02-19 00:33:16,357 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0dd0390-76bf-4355-8347-434642a0f36f', 'x-compute-request-id': 'req-d0dd0390-76bf-4355-8347-434642a0f36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:17,510 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.143s 2022-02-19 00:33:17,510 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-981b84e8-faa6-481a-979d-e1c8ea27a636', 'x-compute-request-id': 'req-981b84e8-faa6-481a-979d-e1c8ea27a636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:18,698 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.176s 2022-02-19 00:33:18,699 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c8d89d1-dc7f-48d5-aa76-2ea9b0c84783', 'x-compute-request-id': 'req-8c8d89d1-dc7f-48d5-aa76-2ea9b0c84783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:19,797 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:33:19,797 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9afd01e-2a02-4396-ba6b-e34e99bec273', 'x-compute-request-id': 'req-a9afd01e-2a02-4396-ba6b-e34e99bec273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:20,877 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:33:20,877 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da0db5f4-4919-4534-bcfa-babc049cc055', 'x-compute-request-id': 'req-da0db5f4-4919-4534-bcfa-babc049cc055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:21,960 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:33:21,960 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfe417ed-c395-43a9-9859-691d70ee19b3', 'x-compute-request-id': 'req-bfe417ed-c395-43a9-9859-691d70ee19b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:23,058 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.089s 2022-02-19 00:33:23,058 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e36e4aef-8d85-44f0-8c84-e32c31ab0407', 'x-compute-request-id': 'req-e36e4aef-8d85-44f0-8c84-e32c31ab0407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:24,185 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.117s 2022-02-19 00:33:24,185 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb14e3d-b8ae-4c55-ba25-339a815cadd3', 'x-compute-request-id': 'req-9fb14e3d-b8ae-4c55-ba25-339a815cadd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:25,272 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:33:25,272 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a6c3efc-7fc5-44aa-8c23-64388a75e0ce', 'x-compute-request-id': 'req-9a6c3efc-7fc5-44aa-8c23-64388a75e0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:26,357 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:33:26,358 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0014dd2b-c61f-40cb-bbd7-7a1a62c6a092', 'x-compute-request-id': 'req-0014dd2b-c61f-40cb-bbd7-7a1a62c6a092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:27,436 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:33:27,436 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3a8c267-ca20-44d7-874e-dfa4a6b72527', 'x-compute-request-id': 'req-f3a8c267-ca20-44d7-874e-dfa4a6b72527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:28,588 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.143s 2022-02-19 00:33:28,588 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ffb59d2-7aee-4b5a-95a3-e50a1ec0a0cd', 'x-compute-request-id': 'req-5ffb59d2-7aee-4b5a-95a3-e50a1ec0a0cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:29,677 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:33:29,677 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f704637b-ce56-49ce-9902-114402a737b2', 'x-compute-request-id': 'req-f704637b-ce56-49ce-9902-114402a737b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:30,776 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.089s 2022-02-19 00:33:30,776 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c18d16e-ea0c-4345-9c5e-654afde0df47', 'x-compute-request-id': 'req-3c18d16e-ea0c-4345-9c5e-654afde0df47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:31,856 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:33:31,857 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a802cde-f427-4d95-8011-40233600156c', 'x-compute-request-id': 'req-6a802cde-f427-4d95-8011-40233600156c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:33,277 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.410s 2022-02-19 00:33:33,277 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38698296-6e81-4d5a-9b99-d70d4f50ebbb', 'x-compute-request-id': 'req-38698296-6e81-4d5a-9b99-d70d4f50ebbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:34,362 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:33:34,363 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb0cb65-4f45-4a6f-bd92-c6e04f2c2abd', 'x-compute-request-id': 'req-ebb0cb65-4f45-4a6f-bd92-c6e04f2c2abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:35,529 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.158s 2022-02-19 00:33:35,530 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4f3d137-19a5-42cb-a84d-cc64d2e6bf94', 'x-compute-request-id': 'req-c4f3d137-19a5-42cb-a84d-cc64d2e6bf94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:36,704 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.165s 2022-02-19 00:33:36,704 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b349ba52-be1e-41a2-a18b-44aa4bf5ff56', 'x-compute-request-id': 'req-b349ba52-be1e-41a2-a18b-44aa4bf5ff56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:37,800 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.087s 2022-02-19 00:33:37,800 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-727689c1-6d11-46b1-b2fd-6aebe428f8ad', 'x-compute-request-id': 'req-727689c1-6d11-46b1-b2fd-6aebe428f8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:38,895 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.086s 2022-02-19 00:33:38,895 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8499c35e-9dd5-4cb8-b452-f733c5f832dd', 'x-compute-request-id': 'req-8499c35e-9dd5-4cb8-b452-f733c5f832dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:39,976 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:33:39,977 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36c73da6-7788-42fc-9ea4-3ce18dddfb00', 'x-compute-request-id': 'req-36c73da6-7788-42fc-9ea4-3ce18dddfb00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:41,055 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:33:41,055 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5b711bc-5c84-42d7-bd3b-f6367b5a039f', 'x-compute-request-id': 'req-c5b711bc-5c84-42d7-bd3b-f6367b5a039f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:42,155 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.091s 2022-02-19 00:33:42,155 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eaf4b2a0-85bd-463e-bf3e-774b26e12b8e', 'x-compute-request-id': 'req-eaf4b2a0-85bd-463e-bf3e-774b26e12b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:43,244 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:33:43,245 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f65a39a0-885a-4704-886b-f7a35ab25880', 'x-compute-request-id': 'req-f65a39a0-885a-4704-886b-f7a35ab25880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:44,321 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:33:44,321 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-449b3f2e-7556-4bb7-847c-edb35002c8b3', 'x-compute-request-id': 'req-449b3f2e-7556-4bb7-847c-edb35002c8b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:45,397 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.066s 2022-02-19 00:33:45,397 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecaac03c-2f14-410c-8209-c369154a0759', 'x-compute-request-id': 'req-ecaac03c-2f14-410c-8209-c369154a0759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:46,687 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.276s 2022-02-19 00:33:46,687 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8060ae05-da49-4fe4-b926-32c1882e3e44', 'x-compute-request-id': 'req-8060ae05-da49-4fe4-b926-32c1882e3e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:47,780 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.085s 2022-02-19 00:33:47,781 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b686b16-f95b-49df-b126-e76b7887f452', 'x-compute-request-id': 'req-8b686b16-f95b-49df-b126-e76b7887f452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:48,861 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:33:48,861 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d6a7c56-4234-499a-a57b-c210eee123d3', 'x-compute-request-id': 'req-8d6a7c56-4234-499a-a57b-c210eee123d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:49,942 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:33:49,943 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce836af6-5a7d-4a79-a1ee-37eefc6c150b', 'x-compute-request-id': 'req-ce836af6-5a7d-4a79-a1ee-37eefc6c150b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:51,027 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:33:51,027 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dad60854-1a38-41df-8b3a-fa80c9824181', 'x-compute-request-id': 'req-dad60854-1a38-41df-8b3a-fa80c9824181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:52,120 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.082s 2022-02-19 00:33:52,121 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-834a3c04-df25-42a4-8f05-91485b60c874', 'x-compute-request-id': 'req-834a3c04-df25-42a4-8f05-91485b60c874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:53,201 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:33:53,201 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87a3c84f-79e4-461a-a24f-a60b72f8c613', 'x-compute-request-id': 'req-87a3c84f-79e4-461a-a24f-a60b72f8c613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:54,286 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:33:54,286 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f10d7fa1-79ea-4d68-99dd-88e5279c0b58', 'x-compute-request-id': 'req-f10d7fa1-79ea-4d68-99dd-88e5279c0b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:55,368 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:33:55,369 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-979d1740-5bd2-4d1e-8920-3291a6ea62f0', 'x-compute-request-id': 'req-979d1740-5bd2-4d1e-8920-3291a6ea62f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:56,450 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:33:56,450 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad876807-4ac9-4812-9d43-df3997b19b14', 'x-compute-request-id': 'req-ad876807-4ac9-4812-9d43-df3997b19b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:57,527 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:33:57,528 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7080fa81-ef7d-4979-a7ab-b39169bccdd9', 'x-compute-request-id': 'req-7080fa81-ef7d-4979-a7ab-b39169bccdd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:58,659 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.122s 2022-02-19 00:33:58,659 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d6cdfed-dfb5-46d1-afa4-0321a0d86bd3', 'x-compute-request-id': 'req-0d6cdfed-dfb5-46d1-afa4-0321a0d86bd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:59,817 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.151s 2022-02-19 00:33:59,818 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b62209b4-e596-49b4-8f94-39b861145a69', 'x-compute-request-id': 'req-b62209b4-e596-49b4-8f94-39b861145a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:33:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:00,921 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.095s 2022-02-19 00:34:00,921 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d2ae149-2ff4-4314-a149-0baf8330a35a', 'x-compute-request-id': 'req-6d2ae149-2ff4-4314-a149-0baf8330a35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:02,001 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:34:02,002 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae148aac-1613-47ab-a768-5e11b5cd1eb6', 'x-compute-request-id': 'req-ae148aac-1613-47ab-a768-5e11b5cd1eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:03,087 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:34:03,087 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-814e6d1e-5ea0-4724-adef-46c2b1eb2afa', 'x-compute-request-id': 'req-814e6d1e-5ea0-4724-adef-46c2b1eb2afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:04,167 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:34:04,168 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2662bab1-b18f-4b6f-bc9a-f1a7d62ceca6', 'x-compute-request-id': 'req-2662bab1-b18f-4b6f-bc9a-f1a7d62ceca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:05,250 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:34:05,251 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e9bdea2-44b1-43e6-a850-cf82c56fd7ca', 'x-compute-request-id': 'req-7e9bdea2-44b1-43e6-a850-cf82c56fd7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:06,329 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:34:06,329 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86478a62-b56e-4cba-9ffa-b3baa324b77a', 'x-compute-request-id': 'req-86478a62-b56e-4cba-9ffa-b3baa324b77a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:07,410 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:34:07,411 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e0b74f3-a91c-4b65-b03c-7670ef40b896', 'x-compute-request-id': 'req-2e0b74f3-a91c-4b65-b03c-7670ef40b896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:08,492 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:34:08,492 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93633bd0-76d7-492b-a64b-1d404aab7bbc', 'x-compute-request-id': 'req-93633bd0-76d7-492b-a64b-1d404aab7bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:09,613 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.112s 2022-02-19 00:34:09,614 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4abd892b-7446-4ced-88e5-c4e9682853a0', 'x-compute-request-id': 'req-4abd892b-7446-4ced-88e5-c4e9682853a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:10,830 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.208s 2022-02-19 00:34:10,831 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c05349ca-ae15-4c39-a329-85c348184378', 'x-compute-request-id': 'req-c05349ca-ae15-4c39-a329-85c348184378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:11,918 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.078s 2022-02-19 00:34:11,918 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff065958-8019-4eac-84dd-de2a1ffb27ce', 'x-compute-request-id': 'req-ff065958-8019-4eac-84dd-de2a1ffb27ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:12,995 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:34:12,996 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cb6b9e6-ae18-477c-ab68-c06c84c3e434', 'x-compute-request-id': 'req-9cb6b9e6-ae18-477c-ab68-c06c84c3e434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:14,073 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:34:14,074 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecdd2a1f-2f2d-4639-9d97-86683c739f6c', 'x-compute-request-id': 'req-ecdd2a1f-2f2d-4639-9d97-86683c739f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:15,166 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.084s 2022-02-19 00:34:15,166 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a09693-ad65-4f29-9cea-a603ec0b84f0', 'x-compute-request-id': 'req-62a09693-ad65-4f29-9cea-a603ec0b84f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:16,246 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:34:16,246 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-641e28cd-6113-439c-832b-b8d08ac2f14d', 'x-compute-request-id': 'req-641e28cd-6113-439c-832b-b8d08ac2f14d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:17,327 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:34:17,327 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41e30818-3862-478d-aeeb-67db738eabbe', 'x-compute-request-id': 'req-41e30818-3862-478d-aeeb-67db738eabbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:18,463 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.127s 2022-02-19 00:34:18,463 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c72900e6-ea1d-48c9-85a9-f195a9393192', 'x-compute-request-id': 'req-c72900e6-ea1d-48c9-85a9-f195a9393192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:19,666 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.194s 2022-02-19 00:34:19,666 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09d5bde9-9eea-4564-8eaa-71993ee2359b', 'x-compute-request-id': 'req-09d5bde9-9eea-4564-8eaa-71993ee2359b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:20,827 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.153s 2022-02-19 00:34:20,828 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26349a42-0a71-4d9e-a58b-d40f1480bbc6', 'x-compute-request-id': 'req-26349a42-0a71-4d9e-a58b-d40f1480bbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:21,915 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.078s 2022-02-19 00:34:21,915 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99051a22-93f7-4419-8b56-ebe48b913982', 'x-compute-request-id': 'req-99051a22-93f7-4419-8b56-ebe48b913982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:23,012 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.088s 2022-02-19 00:34:23,012 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14f871b3-2c95-4237-a59a-89d9801c6907', 'x-compute-request-id': 'req-14f871b3-2c95-4237-a59a-89d9801c6907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:24,104 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.082s 2022-02-19 00:34:24,104 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a30d0724-599b-409a-8f75-f8dc48d944b7', 'x-compute-request-id': 'req-a30d0724-599b-409a-8f75-f8dc48d944b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:25,182 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:34:25,183 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16839919-e05b-4e8b-94a2-87679563667b', 'x-compute-request-id': 'req-16839919-e05b-4e8b-94a2-87679563667b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:26,260 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:34:26,261 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7d57a14-708c-43c2-b2d4-b39e291514a7', 'x-compute-request-id': 'req-e7d57a14-708c-43c2-b2d4-b39e291514a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:27,345 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:34:27,346 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b8c1b3d-23c5-4763-852f-8b78e0b8107d', 'x-compute-request-id': 'req-6b8c1b3d-23c5-4763-852f-8b78e0b8107d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:28,429 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:34:28,430 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39af6c99-341a-4e2b-892a-1917c24f3dcb', 'x-compute-request-id': 'req-39af6c99-341a-4e2b-892a-1917c24f3dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:29,556 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.118s 2022-02-19 00:34:29,556 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd34655b-5c19-4358-a3b1-aeca2af3e3f7', 'x-compute-request-id': 'req-bd34655b-5c19-4358-a3b1-aeca2af3e3f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:30,932 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.367s 2022-02-19 00:34:30,932 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f482632c-eb45-4a04-88eb-d9faff74e52a', 'x-compute-request-id': 'req-f482632c-eb45-4a04-88eb-d9faff74e52a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:32,016 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:34:32,017 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6a6f9bf-ed8c-4afe-8b9e-d48d528b6d59', 'x-compute-request-id': 'req-f6a6f9bf-ed8c-4afe-8b9e-d48d528b6d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:33,104 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.079s 2022-02-19 00:34:33,104 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a654f28-e138-4192-bae7-8a53da248cab', 'x-compute-request-id': 'req-5a654f28-e138-4192-bae7-8a53da248cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:34,504 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.390s 2022-02-19 00:34:34,504 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6cb1342-9e28-45c0-a718-1813cf4a06cb', 'x-compute-request-id': 'req-c6cb1342-9e28-45c0-a718-1813cf4a06cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:35,644 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.131s 2022-02-19 00:34:35,645 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc9387ae-0fd2-42ef-8225-abd06a30a07c', 'x-compute-request-id': 'req-dc9387ae-0fd2-42ef-8225-abd06a30a07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:36,792 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.139s 2022-02-19 00:34:36,793 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f67c1d1a-1e28-4a90-b41d-b90968747f6e', 'x-compute-request-id': 'req-f67c1d1a-1e28-4a90-b41d-b90968747f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:37,875 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:34:37,876 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-effe3acd-b958-4e92-89bf-314121bc4524', 'x-compute-request-id': 'req-effe3acd-b958-4e92-89bf-314121bc4524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:39,004 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.119s 2022-02-19 00:34:39,005 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61ee5cdf-2eaa-4000-a968-65e572412b2e', 'x-compute-request-id': 'req-61ee5cdf-2eaa-4000-a968-65e572412b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:40,154 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.141s 2022-02-19 00:34:40,155 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e3d4814-8c2a-4d67-ac6d-2c97d9f2f33d', 'x-compute-request-id': 'req-1e3d4814-8c2a-4d67-ac6d-2c97d9f2f33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:41,260 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.096s 2022-02-19 00:34:41,260 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4839eec-c175-45c5-9fc3-8270d7ed8068', 'x-compute-request-id': 'req-d4839eec-c175-45c5-9fc3-8270d7ed8068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:42,425 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.156s 2022-02-19 00:34:42,425 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a6251ee-f136-4255-89f6-7d9c840f86d4', 'x-compute-request-id': 'req-6a6251ee-f136-4255-89f6-7d9c840f86d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:43,518 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.084s 2022-02-19 00:34:43,519 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffa2cc64-1860-4436-913a-a829355741d0', 'x-compute-request-id': 'req-ffa2cc64-1860-4436-913a-a829355741d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:44,608 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:34:44,609 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f8cf2d2-960d-45aa-aa7d-e44f104a6ff9', 'x-compute-request-id': 'req-1f8cf2d2-960d-45aa-aa7d-e44f104a6ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:45,696 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.079s 2022-02-19 00:34:45,696 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09611108-3f51-48cb-a3fa-adb276a198d6', 'x-compute-request-id': 'req-09611108-3f51-48cb-a3fa-adb276a198d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:46,776 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:34:46,777 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5bcc421-9258-4719-b28c-39f0e9454ba6', 'x-compute-request-id': 'req-a5bcc421-9258-4719-b28c-39f0e9454ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:47,859 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:34:47,860 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8746a6a-444a-4909-8731-7ea25a5de48b', 'x-compute-request-id': 'req-f8746a6a-444a-4909-8731-7ea25a5de48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:48,937 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:34:48,938 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66352285-b512-4f22-8391-85f446b1572a', 'x-compute-request-id': 'req-66352285-b512-4f22-8391-85f446b1572a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:50,018 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.072s 2022-02-19 00:34:50,019 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b943c3-287c-4c58-9eac-dec044ba89f5', 'x-compute-request-id': 'req-33b943c3-287c-4c58-9eac-dec044ba89f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:51,104 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:34:51,104 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d0986f1-5361-43c3-b834-f9b94632bcf7', 'x-compute-request-id': 'req-9d0986f1-5361-43c3-b834-f9b94632bcf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:52,206 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.093s 2022-02-19 00:34:52,207 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ead5196e-0754-4d48-82b5-ad40bbf1d52b', 'x-compute-request-id': 'req-ead5196e-0754-4d48-82b5-ad40bbf1d52b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:53,292 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:34:53,293 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8944a8f3-f9bd-421e-a83e-244abeb0c459', 'x-compute-request-id': 'req-8944a8f3-f9bd-421e-a83e-244abeb0c459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:54,375 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:34:54,376 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a026f77-9a4f-4364-8577-9c8b8d4fa569', 'x-compute-request-id': 'req-8a026f77-9a4f-4364-8577-9c8b8d4fa569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:55,460 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:34:55,460 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e55986cc-d5fc-40a2-9388-8c9c1dd9ec54', 'x-compute-request-id': 'req-e55986cc-d5fc-40a2-9388-8c9c1dd9ec54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:56,538 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:34:56,538 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31747b39-be7c-4d6b-ae39-9fd81e3a3646', 'x-compute-request-id': 'req-31747b39-be7c-4d6b-ae39-9fd81e3a3646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:57,614 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:34:57,615 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67ec96af-e856-4780-b838-8623f5a615c8', 'x-compute-request-id': 'req-67ec96af-e856-4780-b838-8623f5a615c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:58,700 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:34:58,700 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-180051c5-0336-4750-88af-c768d8ebd656', 'x-compute-request-id': 'req-180051c5-0336-4750-88af-c768d8ebd656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:59,779 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:34:59,779 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d18a0591-be8a-47c5-be7b-c1521ddae6cb', 'x-compute-request-id': 'req-d18a0591-be8a-47c5-be7b-c1521ddae6cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:34:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:00,859 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:35:00,859 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4941aea-a3ac-4b5f-af1e-199ab7de1d36', 'x-compute-request-id': 'req-b4941aea-a3ac-4b5f-af1e-199ab7de1d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:01,939 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:35:01,940 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-777a2074-ff44-47f5-9165-50a7be70c043', 'x-compute-request-id': 'req-777a2074-ff44-47f5-9165-50a7be70c043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:03,024 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:35:03,025 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9baa4612-391f-4baa-a40d-81e5256a3d68', 'x-compute-request-id': 'req-9baa4612-391f-4baa-a40d-81e5256a3d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:04,103 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:35:04,104 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27483151-662e-46be-a8b7-963fe3e063e0', 'x-compute-request-id': 'req-27483151-662e-46be-a8b7-963fe3e063e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:05,187 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:35:05,187 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5418cd5-ae9e-45fd-a10e-982eed242014', 'x-compute-request-id': 'req-c5418cd5-ae9e-45fd-a10e-982eed242014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:06,282 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.086s 2022-02-19 00:35:06,283 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c410270b-f450-4c95-99f0-563b4e860db0', 'x-compute-request-id': 'req-c410270b-f450-4c95-99f0-563b4e860db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:07,360 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:35:07,360 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-818f8cf3-81be-439c-97f5-51cd2f3e4170', 'x-compute-request-id': 'req-818f8cf3-81be-439c-97f5-51cd2f3e4170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:08,460 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.092s 2022-02-19 00:35:08,461 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a61257e2-3b4e-4838-a5c2-b6feef62ba6f', 'x-compute-request-id': 'req-a61257e2-3b4e-4838-a5c2-b6feef62ba6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:09,538 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:35:09,539 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86e07735-7be0-4d3b-a8c9-797a623ad703', 'x-compute-request-id': 'req-86e07735-7be0-4d3b-a8c9-797a623ad703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:10,625 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:35:10,626 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3b4b60d-01ce-4c3c-9a53-da516e59d88b', 'x-compute-request-id': 'req-f3b4b60d-01ce-4c3c-9a53-da516e59d88b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:11,714 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.078s 2022-02-19 00:35:11,715 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a07596b3-4ca4-4c2f-8c19-190128d7f4bd', 'x-compute-request-id': 'req-a07596b3-4ca4-4c2f-8c19-190128d7f4bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:12,795 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.071s 2022-02-19 00:35:12,796 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5713de-64a1-413c-a55b-f57f0dd2d235', 'x-compute-request-id': 'req-be5713de-64a1-413c-a55b-f57f0dd2d235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:13,874 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:35:13,874 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42038412-0a39-40cf-a3d2-c93446238195', 'x-compute-request-id': 'req-42038412-0a39-40cf-a3d2-c93446238195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:14,950 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.067s 2022-02-19 00:35:14,950 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d890a9a-2cbe-487c-a096-208b19527e39', 'x-compute-request-id': 'req-4d890a9a-2cbe-487c-a096-208b19527e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:16,025 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.067s 2022-02-19 00:35:16,026 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3b7a375-ab2b-4c55-b226-3c6636bf68fb', 'x-compute-request-id': 'req-a3b7a375-ab2b-4c55-b226-3c6636bf68fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:17,103 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:35:17,103 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-494dac22-90e3-4643-bcf0-a740574c37a6', 'x-compute-request-id': 'req-494dac22-90e3-4643-bcf0-a740574c37a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:18,186 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:35:18,186 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cccc017-58c3-4545-87e3-d01aca35c987', 'x-compute-request-id': 'req-4cccc017-58c3-4545-87e3-d01aca35c987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:19,287 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.091s 2022-02-19 00:35:19,287 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-488a7281-3393-49ea-bb99-df80b91ae564', 'x-compute-request-id': 'req-488a7281-3393-49ea-bb99-df80b91ae564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:20,449 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.153s 2022-02-19 00:35:20,450 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf3ead0-872d-4277-88ed-f1cbadae3d8c', 'x-compute-request-id': 'req-1cf3ead0-872d-4277-88ed-f1cbadae3d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:21,540 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.080s 2022-02-19 00:35:21,541 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2f83c6d-ca5c-401d-b7ef-4c92115b5675', 'x-compute-request-id': 'req-c2f83c6d-ca5c-401d-b7ef-4c92115b5675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:22,619 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.069s 2022-02-19 00:35:22,619 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba473e52-5672-408f-8d3d-e72dcac91cee', 'x-compute-request-id': 'req-ba473e52-5672-408f-8d3d-e72dcac91cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:23,713 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.085s 2022-02-19 00:35:23,713 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19280546-c057-4973-a51d-d46d8a3cb305', 'x-compute-request-id': 'req-19280546-c057-4973-a51d-d46d8a3cb305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:24,795 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:35:24,795 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68c77169-4eca-46ea-ade5-322badf55218', 'x-compute-request-id': 'req-68c77169-4eca-46ea-ade5-322badf55218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:25,884 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.079s 2022-02-19 00:35:25,884 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e4da521-48f0-450e-9d56-b6c283ed5ad2', 'x-compute-request-id': 'req-4e4da521-48f0-450e-9d56-b6c283ed5ad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:26,980 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.086s 2022-02-19 00:35:26,980 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f80fa129-e843-4895-8c35-aac0851c8fc0', 'x-compute-request-id': 'req-f80fa129-e843-4895-8c35-aac0851c8fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:28,057 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.068s 2022-02-19 00:35:28,058 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4192080-861f-4cd6-8441-6c9fecc2b059', 'x-compute-request-id': 'req-b4192080-861f-4cd6-8441-6c9fecc2b059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:29,149 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.083s 2022-02-19 00:35:29,149 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7b41576-1531-4d22-9af6-a86443cffb9f', 'x-compute-request-id': 'req-c7b41576-1531-4d22-9af6-a86443cffb9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:30,253 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.095s 2022-02-19 00:35:30,254 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff8e6daf-2dc7-433d-be14-82b7e7503f11', 'x-compute-request-id': 'req-ff8e6daf-2dc7-433d-be14-82b7e7503f11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:31,346 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:35:31,347 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a78707e-c6cc-4839-a6ee-0563d29a31e0', 'x-compute-request-id': 'req-1a78707e-c6cc-4839-a6ee-0563d29a31e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:32,486 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.131s 2022-02-19 00:35:32,487 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7228fccc-1a9d-4e68-a772-a7b5ae8f7946', 'x-compute-request-id': 'req-7228fccc-1a9d-4e68-a772-a7b5ae8f7946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:33,584 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.088s 2022-02-19 00:35:33,584 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90c80aa0-a970-4e68-85f1-3840cc1fb734', 'x-compute-request-id': 'req-90c80aa0-a970-4e68-85f1-3840cc1fb734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:34,663 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:35:34,664 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-219a0663-9021-4ae9-a712-aa71aa517e17', 'x-compute-request-id': 'req-219a0663-9021-4ae9-a712-aa71aa517e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:35,745 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:35:35,745 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5cd8a60-0d20-4d3a-8cf5-618a4379b5af', 'x-compute-request-id': 'req-a5cd8a60-0d20-4d3a-8cf5-618a4379b5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:36,828 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.074s 2022-02-19 00:35:36,829 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dee096c0-c1df-4dea-9986-0ef7303dfe6e', 'x-compute-request-id': 'req-dee096c0-c1df-4dea-9986-0ef7303dfe6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:37,934 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.096s 2022-02-19 00:35:37,934 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd512e95-af8f-4157-b6a6-500f66d6e334', 'x-compute-request-id': 'req-dd512e95-af8f-4157-b6a6-500f66d6e334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:39,012 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.070s 2022-02-19 00:35:39,012 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b95b442c-5661-4aa3-8a2f-da54f1bd4962', 'x-compute-request-id': 'req-b95b442c-5661-4aa3-8a2f-da54f1bd4962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:40,111 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.089s 2022-02-19 00:35:40,111 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39874205-e8da-41e5-9364-ad3fa7f17389', 'x-compute-request-id': 'req-39874205-e8da-41e5-9364-ad3fa7f17389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:41,198 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.077s 2022-02-19 00:35:41,198 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dba88c40-2f28-48f6-a339-82c599f8d9e5', 'x-compute-request-id': 'req-dba88c40-2f28-48f6-a339-82c599f8d9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:42,279 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:35:42,279 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c2e07bc-4f7e-4ad2-9e69-47f7d0d6aa86', 'x-compute-request-id': 'req-7c2e07bc-4f7e-4ad2-9e69-47f7d0d6aa86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:43,367 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.079s 2022-02-19 00:35:43,367 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10c1b803-3eae-4769-953a-b616b6fd0bc1', 'x-compute-request-id': 'req-10c1b803-3eae-4769-953a-b616b6fd0bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:44,502 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.125s 2022-02-19 00:35:44,502 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93d743b7-cca7-449a-b91a-9a80d80615c9', 'x-compute-request-id': 'req-93d743b7-cca7-449a-b91a-9a80d80615c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:45,597 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.086s 2022-02-19 00:35:45,597 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c2836b9-2ed2-4159-bb39-659b725f04ab', 'x-compute-request-id': 'req-8c2836b9-2ed2-4159-bb39-659b725f04ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:46,679 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:35:46,680 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7368b4f3-bb8c-4075-ac5f-d4c03b63873f', 'x-compute-request-id': 'req-7368b4f3-bb8c-4075-ac5f-d4c03b63873f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:47,763 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:35:47,764 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add6b825-f0c2-4180-bda6-e1550195ede8', 'x-compute-request-id': 'req-add6b825-f0c2-4180-bda6-e1550195ede8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:48,847 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.075s 2022-02-19 00:35:48,847 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5281712-a5f3-4e8d-8187-76bc647017bd', 'x-compute-request-id': 'req-e5281712-a5f3-4e8d-8187-76bc647017bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:49,932 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.076s 2022-02-19 00:35:49,933 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07ab6ae6-f59e-4291-9648-1dc7db3e30f6', 'x-compute-request-id': 'req-07ab6ae6-f59e-4291-9648-1dc7db3e30f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:51,015 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.073s 2022-02-19 00:35:51,015 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ebc172f-5b6c-4b8a-b02b-e6d225bb4ac4', 'x-compute-request-id': 'req-7ebc172f-5b6c-4b8a-b02b-e6d225bb4ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:52,158 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.134s 2022-02-19 00:35:52,158 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73a976a7-4964-41b5-83a2-60f01253375c', 'x-compute-request-id': 'req-73a976a7-4964-41b5-83a2-60f01253375c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"server": {"id": "66e69559-8cfd-404d-b79d-ae327cf15e20", "name": "tempest-ServersTestMultiNic-server-1924808449", "status": "BUILD", "tenant_id": "97f748cbfcb34402a486ab61f99cc5c6", "user_id": "60cce7ce80624227bb1b90cf10445e78", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:52Z", "updated": "2022-02-19T00:35:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/66e69559-8cfd-404d-b79d-ae327cf15e20"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:52,512 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 204 DELETE http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.345s 2022-02-19 00:35:52,512 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0bdcabb-b32e-4501-961c-2ce2a84bb0fc', 'x-compute-request-id': 'req-e0bdcabb-b32e-4501-961c-2ce2a84bb0fc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'' 2022-02-19 00:35:52,538 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 404 GET http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20 0.025s 2022-02-19 00:35:52,538 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d01ec975-57ef-41b4-91eb-1edd4227b9d8', 'x-compute-request-id': 'req-d01ec975-57ef-41b4-91eb-1edd4227b9d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/66e69559-8cfd-404d-b79d-ae327cf15e20'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 66e69559-8cfd-404d-b79d-ae327cf15e20 could not be found."}}' 2022-02-19 00:35:52,851 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/subnets/a007bba1-e095-437e-8841-cc554f8fa13a 0.297s 2022-02-19 00:35:52,852 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-73423521-eeca-4131-bd3e-3f32407d27de', 'date': 'Sat, 19 Feb 2022 00:35:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets/a007bba1-e095-437e-8841-cc554f8fa13a'} Body: b'' 2022-02-19 00:35:53,650 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/networks/daec3b55-8e58-400b-94ef-2b63ef8c6c28 0.797s 2022-02-19 00:35:53,650 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b50a161d-ab11-4771-8d5d-2ebe26c1a84c', 'date': 'Sat, 19 Feb 2022 00:35:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/networks/daec3b55-8e58-400b-94ef-2b63ef8c6c28'} Body: b'' 2022-02-19 00:35:53,994 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/subnets/57ddd36d-b91e-4355-b565-9d1c02463aee 0.343s 2022-02-19 00:35:53,994 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-00ef6592-03b1-4051-915f-e8b06a837fc2', 'date': 'Sat, 19 Feb 2022 00:35:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets/57ddd36d-b91e-4355-b565-9d1c02463aee'} Body: b'' 2022-02-19 00:35:54,735 125528 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/networks/75567693-704d-4347-8719-7637ef30b243 0.739s 2022-02-19 00:35:54,735 125528 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-729a7170-03a7-4c8c-a04a-fb8d64b2921c', 'date': 'Sat, 19 Feb 2022 00:35:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/networks/75567693-704d-4347-8719-7637ef30b243'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 74, in test_verify_multiple_nics_order server_multi_nics = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 294, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (ServersTestMultiNic:test_verify_multiple_nics_order) Server 66e69559-8cfd-404d-b79d-ae327cf15e20 failed to reach ACTIVE status and task state "None" within the required time (360 s). Server boot request ID: req-99d2ff34-3899-4b06-843d-cd09361e7086. Current status: BUILD. Current task state: scheduling. |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 8 | 7 | 1 | 0 | 0 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
pass
pt6.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
||||||
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt6.2: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
pass
pt6.3: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
||||||
test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
pass
pt6.4: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
||||||
test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
fail
ft6.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-19 00:29:53,166 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.222.0.60/identity/v3/auth/tokens 0.209s 2022-02-19 00:29:53,167 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9defe481-a1cb-4181-b033-cba732f3cca8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "09d49caf158d46d1a2dc2f7eb77c45f6", "name": "tempest-DeleteServersTestJSON-1480269857-project", "password_expires_at": null}, "audit_ids": ["pZAWKLozQkSSP2M8rI7auA"], "expires_at": "2022-02-19T01:29:53.000000Z", "issued_at": "2022-02-19T00:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8458f0c51cce4a35b61533652c8a4b87", "name": "tempest-DeleteServersTestJSON-1480269857"}, "is_domain": false, "roles": [{"id": "e2a0150289434a10bd542efd0ec9eadb", "name": "member"}, {"id": "8af04ef60b64466cbb94be1459432a61", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3b7f11a8ce514e59905ce4fb4eaa3954", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/placement", "region": "RegionOne"}], "id": "25123f67f2f44197a6288db511d18e4e", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "086f34bd34cf4540acfdd76ef83fd2b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2.1", "region": "RegionOne"}], "id": "57df911fc4af4b7da8de6b27f0706c74", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c028e96ddf454f7ba983a7b93fe10897", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/image", "region": "RegionOne"}], "id": "7c18d39ae72b440e9b9eff58d93e15da", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4c972c246ad7429d999743d393d85609", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.60:8080", "region": "RegionOne"}, {"id": "61aa7ac04d754f3fb25c8144141edb43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:8080/v1/AUTH_8458f0c51cce4a35b61533652c8a4b87", "region": "RegionOne"}], "id": "9fb32080c7694d8eb2e171c0059591d8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc719fb051f84da3ac1813838ff610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2/8458f0c51cce4a35b61533652c8a4b87", "region": "RegionOne"}], "id": "dbe25228133342a2b0aa5b1e4847e47d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "68bc31a531ab4494b72a8c247c82e457", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:9696/", "region": "RegionOne"}], "id": "de0b6e2e06954178ae0066928c3e6f40", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f9578137cbf548039a01484f4d6c15fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/8458f0c51cce4a35b61533652c8a4b87", "region": "RegionOne"}], "id": "e9fd87e6495943bf8e5e96ee6bfc0af8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "528ccd13e1ee4bba9792bb8e24b78eda", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/8458f0c51cce4a35b61533652c8a4b87", "region": "RegionOne"}], "id": "ef73894fbee84ab3a964d67c3b82e61b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a9d1503d70824fe4b9e35cfdbb803c6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/identity", "region": "RegionOne"}], "id": "f7ebef6a5ef447d1abf1c6055ca6f156", "type": "identity", "name": "keystone"}]}}' 2022-02-19 00:29:53,167 125525 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '392711fd-e468-4eba-a984-13f1a5696868', 'name': 'tempest-DeleteServersTestJSON-2143723431-network', 'tenant_id': '8458f0c51cce4a35b61533652c8a4b87', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8458f0c51cce4a35b61533652c8a4b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 118, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-19T00:27:40Z', 'updated_at': '2022-02-19T00:27:40Z', 'revision_number': 1} available for tenant 2022-02-19 00:29:54,441 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 202 POST http://10.222.0.60/compute/v2.1/servers 1.273s 2022-02-19 00:29:54,442 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1201303948", "imageRef": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "flavorRef": "452", "networks": [{"uuid": "392711fd-e468-4eba-a984-13f1a5696868"}]}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3da6f0c-6010-4b12-af00-1d97edbe83b4', 'x-compute-request-id': 'req-c3da6f0c-6010-4b12-af00-1d97edbe83b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "g6XmgxW6sDsf"}}' 2022-02-19 00:29:54,598 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.154s 2022-02-19 00:29:54,599 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-129125ff-2706-4b33-810b-d2446f8e6d54', 'x-compute-request-id': 'req-129125ff-2706-4b33-810b-d2446f8e6d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:29:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:55,739 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.131s 2022-02-19 00:29:55,739 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a109e12c-9efe-4623-9267-a06d4e948e93', 'x-compute-request-id': 'req-a109e12c-9efe-4623-9267-a06d4e948e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:56,934 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.186s 2022-02-19 00:29:56,934 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d877802-0520-44b1-86fe-a7ac99d0ea01', 'x-compute-request-id': 'req-6d877802-0520-44b1-86fe-a7ac99d0ea01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:29:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:29:58,915 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.972s 2022-02-19 00:29:58,915 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88b4cad1-8acc-4c7b-9191-6a9431f225d9', 'x-compute-request-id': 'req-88b4cad1-8acc-4c7b-9191-6a9431f225d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:29:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:00,082 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.159s 2022-02-19 00:30:00,083 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ba5da26-802c-4d84-bf32-c9e19f81c14a', 'x-compute-request-id': 'req-1ba5da26-802c-4d84-bf32-c9e19f81c14a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:29:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:01,783 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.689s 2022-02-19 00:30:01,784 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af3a732c-c0ba-4c1f-8517-4df5a5575751', 'x-compute-request-id': 'req-af3a732c-c0ba-4c1f-8517-4df5a5575751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:02,994 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.200s 2022-02-19 00:30:02,994 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8efc4210-737d-432f-b86b-d33a463b338a', 'x-compute-request-id': 'req-8efc4210-737d-432f-b86b-d33a463b338a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:04,298 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.296s 2022-02-19 00:30:04,298 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53318168-9b63-4cc2-a7ad-47e5ab0d20c8', 'x-compute-request-id': 'req-53318168-9b63-4cc2-a7ad-47e5ab0d20c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:05,582 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.274s 2022-02-19 00:30:05,582 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c7e5708-ba07-4f75-b48b-4f00e7d31d8c', 'x-compute-request-id': 'req-3c7e5708-ba07-4f75-b48b-4f00e7d31d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:07,118 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.527s 2022-02-19 00:30:07,119 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0d9f80b-8adb-43f6-b51f-c7c84b429f61', 'x-compute-request-id': 'req-b0d9f80b-8adb-43f6-b51f-c7c84b429f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:08,774 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.648s 2022-02-19 00:30:08,775 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a013fe0d-a105-44be-a3e5-c1da0bbc3b92', 'x-compute-request-id': 'req-a013fe0d-a105-44be-a3e5-c1da0bbc3b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:10,284 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.500s 2022-02-19 00:30:10,284 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbaa9e41-9ea1-451e-8877-80ae90c1534b', 'x-compute-request-id': 'req-bbaa9e41-9ea1-451e-8877-80ae90c1534b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:12,391 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 1.098s 2022-02-19 00:30:12,391 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c7da160-2187-4e9a-9458-6f5cf33cc47b', 'x-compute-request-id': 'req-8c7da160-2187-4e9a-9458-6f5cf33cc47b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:14,098 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.693s 2022-02-19 00:30:14,098 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fe2226e-12ba-4a50-b91a-1d3290d870fb', 'x-compute-request-id': 'req-3fe2226e-12ba-4a50-b91a-1d3290d870fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:15,354 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.246s 2022-02-19 00:30:15,354 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0735995-0e94-44ac-83b5-e8061d361e4f', 'x-compute-request-id': 'req-c0735995-0e94-44ac-83b5-e8061d361e4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:16,507 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.143s 2022-02-19 00:30:16,507 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07417b85-5626-4304-8cbc-09f607b25fd1', 'x-compute-request-id': 'req-07417b85-5626-4304-8cbc-09f607b25fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:17,665 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.149s 2022-02-19 00:30:17,666 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7beabbb0-28d1-4ed3-938c-ce6d8ef7d5d1', 'x-compute-request-id': 'req-7beabbb0-28d1-4ed3-938c-ce6d8ef7d5d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:19,162 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.487s 2022-02-19 00:30:19,162 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba5c15f1-3b6f-4342-bdb3-3c861f26b3dc', 'x-compute-request-id': 'req-ba5c15f1-3b6f-4342-bdb3-3c861f26b3dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:20,543 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.373s 2022-02-19 00:30:20,544 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27dd0e89-e4c3-45b9-9039-d9cd492d5c5e', 'x-compute-request-id': 'req-27dd0e89-e4c3-45b9-9039-d9cd492d5c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:22,082 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.530s 2022-02-19 00:30:22,083 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aa675f7-2836-4848-9263-5dea4ff98265', 'x-compute-request-id': 'req-3aa675f7-2836-4848-9263-5dea4ff98265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:23,818 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.726s 2022-02-19 00:30:23,818 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8e06e2a-f274-474f-88c5-a4fe4df64c15', 'x-compute-request-id': 'req-e8e06e2a-f274-474f-88c5-a4fe4df64c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:25,124 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.296s 2022-02-19 00:30:25,124 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34a682fc-973a-4154-aa66-081977bf2181', 'x-compute-request-id': 'req-34a682fc-973a-4154-aa66-081977bf2181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:26,651 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.518s 2022-02-19 00:30:26,651 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba173886-cb8c-4539-ba53-02565af98f99', 'x-compute-request-id': 'req-ba173886-cb8c-4539-ba53-02565af98f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:28,209 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.549s 2022-02-19 00:30:28,209 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1dde4c6-f098-42e6-bf50-e2efe8772705', 'x-compute-request-id': 'req-f1dde4c6-f098-42e6-bf50-e2efe8772705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:29,730 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.512s 2022-02-19 00:30:29,731 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c822d5a-d0eb-4f58-ae61-14b9df1496ab', 'x-compute-request-id': 'req-8c822d5a-d0eb-4f58-ae61-14b9df1496ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:31,155 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.415s 2022-02-19 00:30:31,155 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23615be1-6825-4eed-9e56-cb6eb977dc2f', 'x-compute-request-id': 'req-23615be1-6825-4eed-9e56-cb6eb977dc2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:32,304 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.137s 2022-02-19 00:30:32,305 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f9f9d8e-2e7f-4c0d-9534-6637ddb21db7', 'x-compute-request-id': 'req-1f9f9d8e-2e7f-4c0d-9534-6637ddb21db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:33,403 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.090s 2022-02-19 00:30:33,403 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20bb11ac-4516-41e5-9c7a-51800185a488', 'x-compute-request-id': 'req-20bb11ac-4516-41e5-9c7a-51800185a488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:34,656 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.244s 2022-02-19 00:30:34,656 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02785001-41b0-468c-9593-287cd046df3b', 'x-compute-request-id': 'req-02785001-41b0-468c-9593-287cd046df3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:35,740 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:30:35,741 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea57fca9-094c-4bca-a949-2704321e3bfd', 'x-compute-request-id': 'req-ea57fca9-094c-4bca-a949-2704321e3bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:36,824 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:30:36,824 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-574a7b62-e645-4939-9abe-07dcf4a205d1', 'x-compute-request-id': 'req-574a7b62-e645-4939-9abe-07dcf4a205d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:37,904 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:30:37,905 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d224fed-dc0b-4792-8355-43fa54e0c359', 'x-compute-request-id': 'req-6d224fed-dc0b-4792-8355-43fa54e0c359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:38,990 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:30:38,991 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b066316-15bb-4e10-adca-ebbaa22f9e27', 'x-compute-request-id': 'req-8b066316-15bb-4e10-adca-ebbaa22f9e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:40,245 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.246s 2022-02-19 00:30:40,246 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4c4338a-fac1-44dd-97bc-8e80d69499d6', 'x-compute-request-id': 'req-a4c4338a-fac1-44dd-97bc-8e80d69499d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:41,773 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.519s 2022-02-19 00:30:41,773 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce489d85-a92b-4fee-9abc-9c36f39ce070', 'x-compute-request-id': 'req-ce489d85-a92b-4fee-9abc-9c36f39ce070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:42,970 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.188s 2022-02-19 00:30:42,971 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e33b1bc9-fad0-4ba8-9264-d625dcb4614f', 'x-compute-request-id': 'req-e33b1bc9-fad0-4ba8-9264-d625dcb4614f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:44,547 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.567s 2022-02-19 00:30:44,547 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-842a9153-7c6b-4601-852e-83ea40d85bf1', 'x-compute-request-id': 'req-842a9153-7c6b-4601-852e-83ea40d85bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:45,664 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.108s 2022-02-19 00:30:45,664 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0697eae6-e0ea-4716-a6bb-d35ad08f9c38', 'x-compute-request-id': 'req-0697eae6-e0ea-4716-a6bb-d35ad08f9c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:46,905 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.232s 2022-02-19 00:30:46,905 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3adfa27-c50a-42f3-9ce4-12865c3d3598', 'x-compute-request-id': 'req-a3adfa27-c50a-42f3-9ce4-12865c3d3598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:48,031 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.117s 2022-02-19 00:30:48,031 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e46e8e81-30d1-4a54-8f6c-fd8ebe326c06', 'x-compute-request-id': 'req-e46e8e81-30d1-4a54-8f6c-fd8ebe326c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:49,117 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:30:49,118 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44c9f635-433c-4495-896d-9fcdd7a0981e', 'x-compute-request-id': 'req-44c9f635-433c-4495-896d-9fcdd7a0981e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:50,238 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.112s 2022-02-19 00:30:50,238 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c950c7a3-2d9a-4e28-8961-317a837a89dd', 'x-compute-request-id': 'req-c950c7a3-2d9a-4e28-8961-317a837a89dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:51,327 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:30:51,327 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e5dd616-1d93-4ccc-b9c8-a6ffbaa50c2b', 'x-compute-request-id': 'req-2e5dd616-1d93-4ccc-b9c8-a6ffbaa50c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:52,493 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.157s 2022-02-19 00:30:52,493 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f7c2c93-66db-4a9e-ba8f-7e6408009474', 'x-compute-request-id': 'req-4f7c2c93-66db-4a9e-ba8f-7e6408009474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:53,644 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.144s 2022-02-19 00:30:53,645 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f9db3c8-f987-41c9-8895-1870d6a84795', 'x-compute-request-id': 'req-2f9db3c8-f987-41c9-8895-1870d6a84795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:54,760 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.107s 2022-02-19 00:30:54,760 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29e892d3-1ff4-4e3f-b9aa-0e56cf47299e', 'x-compute-request-id': 'req-29e892d3-1ff4-4e3f-b9aa-0e56cf47299e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:55,870 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.102s 2022-02-19 00:30:55,870 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cebdf9a7-fab8-4ea8-9e00-9df526f2788b', 'x-compute-request-id': 'req-cebdf9a7-fab8-4ea8-9e00-9df526f2788b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:56,988 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.109s 2022-02-19 00:30:56,988 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d530898d-a7a3-4cb7-b8ba-977de6961f9e', 'x-compute-request-id': 'req-d530898d-a7a3-4cb7-b8ba-977de6961f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:58,515 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.518s 2022-02-19 00:30:58,515 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71814e5f-3125-4c6e-9007-7b5b7f5233d0', 'x-compute-request-id': 'req-71814e5f-3125-4c6e-9007-7b5b7f5233d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:30:59,619 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.095s 2022-02-19 00:30:59,620 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c969904c-3354-49ed-a575-fd514d5cf098', 'x-compute-request-id': 'req-c969904c-3354-49ed-a575-fd514d5cf098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:30:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:00,708 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:31:00,708 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcc2c073-6319-4fa2-bda0-078fbc842b06', 'x-compute-request-id': 'req-bcc2c073-6319-4fa2-bda0-078fbc842b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:01,795 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:31:01,796 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f551c795-0009-4ca4-931c-c89ea255affc', 'x-compute-request-id': 'req-f551c795-0009-4ca4-931c-c89ea255affc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:02,903 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.098s 2022-02-19 00:31:02,903 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e44cfa1-c41b-4c92-90d2-f1b0a5c2aafc', 'x-compute-request-id': 'req-1e44cfa1-c41b-4c92-90d2-f1b0a5c2aafc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:03,993 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.081s 2022-02-19 00:31:03,993 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb24f7cd-d8bb-4a1b-9721-d81f9d9e4629', 'x-compute-request-id': 'req-fb24f7cd-d8bb-4a1b-9721-d81f9d9e4629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:05,076 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:31:05,076 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cee7da6f-01e0-4698-a14c-bd54e6fe3428', 'x-compute-request-id': 'req-cee7da6f-01e0-4698-a14c-bd54e6fe3428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:06,169 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.084s 2022-02-19 00:31:06,170 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7e1e67d-f8e5-4b4c-acc2-1077df857b66', 'x-compute-request-id': 'req-d7e1e67d-f8e5-4b4c-acc2-1077df857b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:07,251 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:31:07,252 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67dee05e-2d27-4a10-acc9-9a0d1eea61c5', 'x-compute-request-id': 'req-67dee05e-2d27-4a10-acc9-9a0d1eea61c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:08,330 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:31:08,330 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e35e77-916c-4cd8-810b-7dd931e66cd6', 'x-compute-request-id': 'req-61e35e77-916c-4cd8-810b-7dd931e66cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:09,415 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:31:09,416 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aef230c-6fe1-4e37-8a8f-7e6ea549f2b5', 'x-compute-request-id': 'req-3aef230c-6fe1-4e37-8a8f-7e6ea549f2b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:10,520 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.091s 2022-02-19 00:31:10,521 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fafe15be-0c86-4de1-ba5b-1056a6a83650', 'x-compute-request-id': 'req-fafe15be-0c86-4de1-ba5b-1056a6a83650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:11,606 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:31:11,606 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81d921ed-8eb3-4090-ba5b-de3f9869fe9e', 'x-compute-request-id': 'req-81d921ed-8eb3-4090-ba5b-de3f9869fe9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:12,692 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:31:12,693 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e36ca6e-68b8-4a2e-bd9c-c98848dfd87d', 'x-compute-request-id': 'req-4e36ca6e-68b8-4a2e-bd9c-c98848dfd87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:13,775 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:31:13,775 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5d11dd8-7dd8-48d2-8093-4e58121187e6', 'x-compute-request-id': 'req-c5d11dd8-7dd8-48d2-8093-4e58121187e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:14,860 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:31:14,861 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29a2779e-4d8a-454f-8dc6-d27d3e1c74a4', 'x-compute-request-id': 'req-29a2779e-4d8a-454f-8dc6-d27d3e1c74a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:15,941 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:31:15,942 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-326f016a-2077-4046-a173-03b3d08b0681', 'x-compute-request-id': 'req-326f016a-2077-4046-a173-03b3d08b0681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:17,027 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:31:17,027 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbf07bc1-5b66-4ede-8bb6-b12c6b12c376', 'x-compute-request-id': 'req-fbf07bc1-5b66-4ede-8bb6-b12c6b12c376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:18,110 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:31:18,110 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66ece975-84c7-4d40-846d-89c0c741df7c', 'x-compute-request-id': 'req-66ece975-84c7-4d40-846d-89c0c741df7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:19,201 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.083s 2022-02-19 00:31:19,202 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51957a1e-4e2a-4a5d-bcd5-a8a7e6f8c221', 'x-compute-request-id': 'req-51957a1e-4e2a-4a5d-bcd5-a8a7e6f8c221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:20,282 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:31:20,282 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf832429-50e0-4a99-9049-370cd7bd1d21', 'x-compute-request-id': 'req-cf832429-50e0-4a99-9049-370cd7bd1d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:21,391 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.101s 2022-02-19 00:31:21,392 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d106bb0-e3d8-4e45-9a92-e3eeb66c6182', 'x-compute-request-id': 'req-5d106bb0-e3d8-4e45-9a92-e3eeb66c6182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:22,513 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.113s 2022-02-19 00:31:22,514 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a10dfa2-4f32-4cca-af59-c324421d0b26', 'x-compute-request-id': 'req-5a10dfa2-4f32-4cca-af59-c324421d0b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:23,598 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:31:23,599 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ed77481-d368-43d1-98de-39c1bc048651', 'x-compute-request-id': 'req-8ed77481-d368-43d1-98de-39c1bc048651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:24,680 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:31:24,680 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff62e6e3-ca8c-4f3e-93e3-b9e932a846a1', 'x-compute-request-id': 'req-ff62e6e3-ca8c-4f3e-93e3-b9e932a846a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:25,772 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.084s 2022-02-19 00:31:25,772 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-496606d2-2142-4591-86f0-15c16a439130', 'x-compute-request-id': 'req-496606d2-2142-4591-86f0-15c16a439130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:26,850 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:31:26,850 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5eceae1-9a67-417c-a9cb-37cfc623a066', 'x-compute-request-id': 'req-e5eceae1-9a67-417c-a9cb-37cfc623a066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:27,970 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.111s 2022-02-19 00:31:27,970 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6f980ba-943f-4a7b-950d-175e697235c0', 'x-compute-request-id': 'req-b6f980ba-943f-4a7b-950d-175e697235c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:29,507 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.529s 2022-02-19 00:31:29,508 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3fa9483-bc26-4a35-a4dd-eb0145841748', 'x-compute-request-id': 'req-c3fa9483-bc26-4a35-a4dd-eb0145841748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:30,609 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.093s 2022-02-19 00:31:30,609 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56fa1ac6-ca9f-4845-8e84-c0d8d9e53498', 'x-compute-request-id': 'req-56fa1ac6-ca9f-4845-8e84-c0d8d9e53498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:31,691 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:31:31,692 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d2ee521-04a1-4ebd-83db-ebed96b4d964', 'x-compute-request-id': 'req-7d2ee521-04a1-4ebd-83db-ebed96b4d964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:32,770 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.068s 2022-02-19 00:31:32,770 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73fbb647-f881-4b05-847f-7278c412807e', 'x-compute-request-id': 'req-73fbb647-f881-4b05-847f-7278c412807e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:33,863 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.085s 2022-02-19 00:31:33,863 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47fcca1d-6c0f-4f38-a1b0-4ea80cd02f50', 'x-compute-request-id': 'req-47fcca1d-6c0f-4f38-a1b0-4ea80cd02f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:34,954 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.082s 2022-02-19 00:31:34,954 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a26085-1b0e-4402-b1bf-fbd5ee77ac36', 'x-compute-request-id': 'req-54a26085-1b0e-4402-b1bf-fbd5ee77ac36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:36,068 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.105s 2022-02-19 00:31:36,068 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b0d9c4c-0d5c-4828-9a56-062c80590f0f', 'x-compute-request-id': 'req-9b0d9c4c-0d5c-4828-9a56-062c80590f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:37,170 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.093s 2022-02-19 00:31:37,171 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4466c96-3d66-4e8e-a345-08377680ba19', 'x-compute-request-id': 'req-d4466c96-3d66-4e8e-a345-08377680ba19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:38,249 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:31:38,250 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2d41ed2-cf6a-4960-941a-2fd735d4ca01', 'x-compute-request-id': 'req-f2d41ed2-cf6a-4960-941a-2fd735d4ca01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:39,333 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:31:39,333 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42c91abe-d199-42c2-8582-08459b0f2c8a', 'x-compute-request-id': 'req-42c91abe-d199-42c2-8582-08459b0f2c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:40,423 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:31:40,424 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bc2dcc0-5fa5-478c-ba39-87a8bfc316cb', 'x-compute-request-id': 'req-4bc2dcc0-5fa5-478c-ba39-87a8bfc316cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:41,507 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:31:41,507 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11d0ca7a-4241-48c8-b189-dd90b561c536', 'x-compute-request-id': 'req-11d0ca7a-4241-48c8-b189-dd90b561c536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:42,591 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:31:42,592 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e817859-2103-4f31-8eeb-d5a2dc5ce103', 'x-compute-request-id': 'req-1e817859-2103-4f31-8eeb-d5a2dc5ce103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:43,683 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.082s 2022-02-19 00:31:43,683 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4e1c835-7d71-4266-b7a3-4e6c6f88c160', 'x-compute-request-id': 'req-c4e1c835-7d71-4266-b7a3-4e6c6f88c160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:44,778 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.086s 2022-02-19 00:31:44,778 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d91fed14-a63d-41a5-959b-db80c286ced4', 'x-compute-request-id': 'req-d91fed14-a63d-41a5-959b-db80c286ced4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:45,886 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.099s 2022-02-19 00:31:45,886 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c115840-8e6b-4b23-a1a5-0a82d42ccfa2', 'x-compute-request-id': 'req-1c115840-8e6b-4b23-a1a5-0a82d42ccfa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:46,993 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.098s 2022-02-19 00:31:46,993 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-928ffe6b-a99e-41fe-aca5-a2e0a472186d', 'x-compute-request-id': 'req-928ffe6b-a99e-41fe-aca5-a2e0a472186d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:48,079 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:31:48,080 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-257e7c13-43d3-4da5-84b7-09f60585b8a2', 'x-compute-request-id': 'req-257e7c13-43d3-4da5-84b7-09f60585b8a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:49,187 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.099s 2022-02-19 00:31:49,187 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-268ca352-5cd0-4f4b-a2f7-2d2e22ec9063', 'x-compute-request-id': 'req-268ca352-5cd0-4f4b-a2f7-2d2e22ec9063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:50,279 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.083s 2022-02-19 00:31:50,280 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-773b3f03-5a47-48d2-b13b-e195eb025810', 'x-compute-request-id': 'req-773b3f03-5a47-48d2-b13b-e195eb025810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:51,378 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:31:51,379 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2876f2e0-2277-45c2-8d01-420b0db1758a', 'x-compute-request-id': 'req-2876f2e0-2277-45c2-8d01-420b0db1758a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:52,615 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.228s 2022-02-19 00:31:52,615 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce4c5652-ae99-422c-9027-5e34ec88ca5f', 'x-compute-request-id': 'req-ce4c5652-ae99-422c-9027-5e34ec88ca5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:53,735 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.110s 2022-02-19 00:31:53,735 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0628e55a-b0d5-4a1e-ba43-566f744353de', 'x-compute-request-id': 'req-0628e55a-b0d5-4a1e-ba43-566f744353de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:54,819 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:31:54,820 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86838ab0-992d-4777-9bfe-0c1355291482', 'x-compute-request-id': 'req-86838ab0-992d-4777-9bfe-0c1355291482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:55,896 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.068s 2022-02-19 00:31:55,897 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b85de77-2b95-49c3-b70b-14e6f010f3e9', 'x-compute-request-id': 'req-1b85de77-2b95-49c3-b70b-14e6f010f3e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:57,003 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.098s 2022-02-19 00:31:57,004 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb3365ea-04e3-4f45-9231-c88a92a4e7ee', 'x-compute-request-id': 'req-bb3365ea-04e3-4f45-9231-c88a92a4e7ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:58,101 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.088s 2022-02-19 00:31:58,101 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e24a26cf-c8ee-46ef-85c7-27a04c29306c', 'x-compute-request-id': 'req-e24a26cf-c8ee-46ef-85c7-27a04c29306c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:59,196 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.086s 2022-02-19 00:31:59,196 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82f90332-0e1d-4a1d-9ce0-c721f59bc2df', 'x-compute-request-id': 'req-82f90332-0e1d-4a1d-9ce0-c721f59bc2df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:00,274 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:32:00,275 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48422c90-1b14-434c-b5fb-1835e7d10792', 'x-compute-request-id': 'req-48422c90-1b14-434c-b5fb-1835e7d10792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:01,352 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:32:01,352 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72441963-0d82-47e2-8cc9-a91339adbbaa', 'x-compute-request-id': 'req-72441963-0d82-47e2-8cc9-a91339adbbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:02,431 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:32:02,431 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2fab676-b42a-4e03-aa95-f8bfb5268d6d', 'x-compute-request-id': 'req-b2fab676-b42a-4e03-aa95-f8bfb5268d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:03,513 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:32:03,514 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c74924c8-2981-4c6a-a8de-55320c29103d', 'x-compute-request-id': 'req-c74924c8-2981-4c6a-a8de-55320c29103d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:04,592 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:32:04,592 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f12c34e-1344-4f6d-9996-b06342d6e920', 'x-compute-request-id': 'req-2f12c34e-1344-4f6d-9996-b06342d6e920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:05,667 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.067s 2022-02-19 00:32:05,667 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97316244-5244-4775-a387-790250938167', 'x-compute-request-id': 'req-97316244-5244-4775-a387-790250938167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:06,923 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.242s 2022-02-19 00:32:06,923 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5704ecd1-30ea-43a7-b9bc-f283b733fdb1', 'x-compute-request-id': 'req-5704ecd1-30ea-43a7-b9bc-f283b733fdb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:08,143 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.211s 2022-02-19 00:32:08,143 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdd2d914-5950-4a6b-9553-130ee7c0f7dd', 'x-compute-request-id': 'req-fdd2d914-5950-4a6b-9553-130ee7c0f7dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:09,268 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.116s 2022-02-19 00:32:09,268 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ee7c58-9f40-40c1-a509-c2f3dbcb986c', 'x-compute-request-id': 'req-f4ee7c58-9f40-40c1-a509-c2f3dbcb986c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:10,361 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.085s 2022-02-19 00:32:10,361 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4ef9c3c-f080-4d43-bf07-34e208025ed5', 'x-compute-request-id': 'req-d4ef9c3c-f080-4d43-bf07-34e208025ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:11,448 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:32:11,449 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6eab8330-80d1-40e3-9da3-ca6fd6ea98f8', 'x-compute-request-id': 'req-6eab8330-80d1-40e3-9da3-ca6fd6ea98f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:12,537 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:32:12,537 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e280ecc-9510-4560-bd40-ff8a6127801a', 'x-compute-request-id': 'req-1e280ecc-9510-4560-bd40-ff8a6127801a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:13,627 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:32:13,627 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a47a93b0-5c8d-4c4e-a973-6200a82059ba', 'x-compute-request-id': 'req-a47a93b0-5c8d-4c4e-a973-6200a82059ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:14,723 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.082s 2022-02-19 00:32:14,723 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d3ac3b2-ce86-498e-a191-c25ba4921289', 'x-compute-request-id': 'req-9d3ac3b2-ce86-498e-a191-c25ba4921289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:15,825 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.094s 2022-02-19 00:32:15,826 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77887ba8-4610-47df-809f-794e85b815ed', 'x-compute-request-id': 'req-77887ba8-4610-47df-809f-794e85b815ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:17,272 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.437s 2022-02-19 00:32:17,272 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd9bccd3-daed-4566-8cd0-23b51e87b9c1', 'x-compute-request-id': 'req-fd9bccd3-daed-4566-8cd0-23b51e87b9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:18,391 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.110s 2022-02-19 00:32:18,391 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a45dc8-1038-4aef-9d9f-6ea80eef0e89', 'x-compute-request-id': 'req-79a45dc8-1038-4aef-9d9f-6ea80eef0e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:19,515 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.114s 2022-02-19 00:32:19,515 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18168976-5e68-4b73-a45a-857bbfa14204', 'x-compute-request-id': 'req-18168976-5e68-4b73-a45a-857bbfa14204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:20,602 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:32:20,603 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67bfc96b-eb7f-49a1-9607-5e53778fec85', 'x-compute-request-id': 'req-67bfc96b-eb7f-49a1-9607-5e53778fec85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:21,716 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.104s 2022-02-19 00:32:21,716 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27815b4a-02d2-4cc9-8f64-8fcc3ff4d736', 'x-compute-request-id': 'req-27815b4a-02d2-4cc9-8f64-8fcc3ff4d736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:22,801 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:32:22,801 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bffdfabf-9c41-47ed-9215-fe423f576c32', 'x-compute-request-id': 'req-bffdfabf-9c41-47ed-9215-fe423f576c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:23,911 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.101s 2022-02-19 00:32:23,911 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5645db2f-e17e-4ce9-8f9c-cf08940b50c6', 'x-compute-request-id': 'req-5645db2f-e17e-4ce9-8f9c-cf08940b50c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:24,995 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:32:24,995 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03f32345-1104-4602-a6a1-8e1ce4a8db81', 'x-compute-request-id': 'req-03f32345-1104-4602-a6a1-8e1ce4a8db81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:26,084 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:32:26,084 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7973c7a6-fb43-4918-95c6-e305dfe663ba', 'x-compute-request-id': 'req-7973c7a6-fb43-4918-95c6-e305dfe663ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:27,163 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:32:27,163 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4cb4d6c-45cb-4a4d-891d-908cc5a49ed9', 'x-compute-request-id': 'req-a4cb4d6c-45cb-4a4d-891d-908cc5a49ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:28,240 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:32:28,241 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77828026-4a71-4339-ade7-a8683ab63ad7', 'x-compute-request-id': 'req-77828026-4a71-4339-ade7-a8683ab63ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:29,318 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:32:29,319 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0521bba-3322-4899-9106-c555adf14005', 'x-compute-request-id': 'req-d0521bba-3322-4899-9106-c555adf14005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:30,406 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:32:30,407 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-538a4de4-02ad-4f71-a8b0-048e88dc5d73', 'x-compute-request-id': 'req-538a4de4-02ad-4f71-a8b0-048e88dc5d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:31,488 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:32:31,488 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfe0f3d7-b002-443b-9ea1-e9d7f3ab65d8', 'x-compute-request-id': 'req-bfe0f3d7-b002-443b-9ea1-e9d7f3ab65d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:32,565 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.068s 2022-02-19 00:32:32,565 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02f01552-6d2d-431e-8fbb-4bbc61530708', 'x-compute-request-id': 'req-02f01552-6d2d-431e-8fbb-4bbc61530708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:33,643 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:32:33,643 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb604df5-67b3-4524-bc2d-bb69804471f9', 'x-compute-request-id': 'req-cb604df5-67b3-4524-bc2d-bb69804471f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:34,733 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:32:34,733 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c6ae0a7-d04d-43c4-945c-e21dbe2cfaa6', 'x-compute-request-id': 'req-7c6ae0a7-d04d-43c4-945c-e21dbe2cfaa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:35,815 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:32:35,815 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5af29dd-ff25-4d8d-9da2-acc10fa91fd4', 'x-compute-request-id': 'req-d5af29dd-ff25-4d8d-9da2-acc10fa91fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:36,901 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:32:36,901 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac56996c-789f-47f3-93f7-3c97be52ef87', 'x-compute-request-id': 'req-ac56996c-789f-47f3-93f7-3c97be52ef87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:37,983 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:32:37,983 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5b363b3-e35c-49d0-8594-fcc5091c638d', 'x-compute-request-id': 'req-a5b363b3-e35c-49d0-8594-fcc5091c638d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:39,088 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.096s 2022-02-19 00:32:39,089 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f817aeb7-b872-4330-8d62-503a88c3dc0f', 'x-compute-request-id': 'req-f817aeb7-b872-4330-8d62-503a88c3dc0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:40,173 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:32:40,173 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e9473d-9465-49f1-957d-a95b4ed55cbb', 'x-compute-request-id': 'req-83e9473d-9465-49f1-957d-a95b4ed55cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:41,384 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.202s 2022-02-19 00:32:41,384 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9179b829-b4eb-47a3-b090-cafed2b88a04', 'x-compute-request-id': 'req-9179b829-b4eb-47a3-b090-cafed2b88a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:42,471 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:32:42,472 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b471ab3f-aab3-445a-852e-3e960762f294', 'x-compute-request-id': 'req-b471ab3f-aab3-445a-852e-3e960762f294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:43,582 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.101s 2022-02-19 00:32:43,582 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a12fbdae-3788-42f2-ac1c-fa9a3d104c84', 'x-compute-request-id': 'req-a12fbdae-3788-42f2-ac1c-fa9a3d104c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:44,679 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.088s 2022-02-19 00:32:44,679 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c10a0db-967a-4e2d-b6b8-a95563aba65e', 'x-compute-request-id': 'req-1c10a0db-967a-4e2d-b6b8-a95563aba65e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:45,763 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:32:45,764 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2721eebf-fcaf-42b8-8089-1c74eddbb7d7', 'x-compute-request-id': 'req-2721eebf-fcaf-42b8-8089-1c74eddbb7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:46,860 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:32:46,860 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bd10834-1d5f-4d86-b7e7-ac96270e0a71', 'x-compute-request-id': 'req-0bd10834-1d5f-4d86-b7e7-ac96270e0a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:47,935 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.066s 2022-02-19 00:32:47,936 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a0b4a64-56c1-46f0-b3c8-ce24479e2231', 'x-compute-request-id': 'req-7a0b4a64-56c1-46f0-b3c8-ce24479e2231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:49,014 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:32:49,014 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e26aa8ec-b2bf-45cc-bce7-a3a8a9f414e7', 'x-compute-request-id': 'req-e26aa8ec-b2bf-45cc-bce7-a3a8a9f414e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:50,187 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.165s 2022-02-19 00:32:50,187 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5521d3a2-1b62-4d00-bebd-242cff61bd21', 'x-compute-request-id': 'req-5521d3a2-1b62-4d00-bebd-242cff61bd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:51,298 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.102s 2022-02-19 00:32:51,299 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20d193b2-8d55-49ba-8331-8e32aebda0bd', 'x-compute-request-id': 'req-20d193b2-8d55-49ba-8331-8e32aebda0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:52,428 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.121s 2022-02-19 00:32:52,428 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8c65aa1-b91a-4400-9ada-ef706d1d8803', 'x-compute-request-id': 'req-a8c65aa1-b91a-4400-9ada-ef706d1d8803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:53,531 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.094s 2022-02-19 00:32:53,531 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4289aa60-4141-46e5-a358-f9bfadd6378b', 'x-compute-request-id': 'req-4289aa60-4141-46e5-a358-f9bfadd6378b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:54,631 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.092s 2022-02-19 00:32:54,632 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a18cef5-d969-48ea-b807-3bbc0deeb2eb', 'x-compute-request-id': 'req-8a18cef5-d969-48ea-b807-3bbc0deeb2eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:55,777 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.137s 2022-02-19 00:32:55,777 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b7c4843-d894-4c59-8446-40f80fdeae98', 'x-compute-request-id': 'req-9b7c4843-d894-4c59-8446-40f80fdeae98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:56,879 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.093s 2022-02-19 00:32:56,880 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed88a7d2-b767-42d8-948b-39e244518657', 'x-compute-request-id': 'req-ed88a7d2-b767-42d8-948b-39e244518657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:57,961 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:32:57,962 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f394fc23-c3db-4dc4-819d-ee155993689d', 'x-compute-request-id': 'req-f394fc23-c3db-4dc4-819d-ee155993689d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:59,089 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.119s 2022-02-19 00:32:59,090 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8abbb0ea-4ed2-4787-a706-4fc7bd43cea9', 'x-compute-request-id': 'req-8abbb0ea-4ed2-4787-a706-4fc7bd43cea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:32:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:00,172 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.074s 2022-02-19 00:33:00,172 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c6a08f3-79eb-4871-9254-789e636731f3', 'x-compute-request-id': 'req-4c6a08f3-79eb-4871-9254-789e636731f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:01,319 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.138s 2022-02-19 00:33:01,319 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f3db360-c71b-4404-8029-d292c7c3e0c7', 'x-compute-request-id': 'req-9f3db360-c71b-4404-8029-d292c7c3e0c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:02,467 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.139s 2022-02-19 00:33:02,468 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46af4faf-bbcf-4dbf-b832-38ec3d2aeef8', 'x-compute-request-id': 'req-46af4faf-bbcf-4dbf-b832-38ec3d2aeef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:03,549 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:33:03,549 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87e43ff0-3c93-4d64-8b26-2e82ac600d04', 'x-compute-request-id': 'req-87e43ff0-3c93-4d64-8b26-2e82ac600d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:04,749 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.192s 2022-02-19 00:33:04,750 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d11271a-5825-43db-9191-a7a294425ef4', 'x-compute-request-id': 'req-8d11271a-5825-43db-9191-a7a294425ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:05,995 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.237s 2022-02-19 00:33:05,995 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20307243-b321-4dd4-bede-c8ac6926107b', 'x-compute-request-id': 'req-20307243-b321-4dd4-bede-c8ac6926107b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:07,203 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.199s 2022-02-19 00:33:07,203 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fdc01b6-48f7-4f2a-96f8-24d3054a10b2', 'x-compute-request-id': 'req-9fdc01b6-48f7-4f2a-96f8-24d3054a10b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:08,508 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.296s 2022-02-19 00:33:08,509 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c6b1cc-ee2f-4747-93fa-abe70e59dca9', 'x-compute-request-id': 'req-d5c6b1cc-ee2f-4747-93fa-abe70e59dca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:09,611 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.094s 2022-02-19 00:33:09,612 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1ca22da-6fad-4761-b095-5f94b3e58d81', 'x-compute-request-id': 'req-b1ca22da-6fad-4761-b095-5f94b3e58d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:10,734 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.114s 2022-02-19 00:33:10,735 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90db4bfc-a7d6-4267-aa13-7070a02d996d', 'x-compute-request-id': 'req-90db4bfc-a7d6-4267-aa13-7070a02d996d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:11,876 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.132s 2022-02-19 00:33:11,876 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e16c42e-679c-4eea-a823-604db7f56611', 'x-compute-request-id': 'req-6e16c42e-679c-4eea-a823-604db7f56611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:12,981 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.096s 2022-02-19 00:33:12,981 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb1e06f2-0c45-4d1a-a043-e2badf4461bf', 'x-compute-request-id': 'req-fb1e06f2-0c45-4d1a-a043-e2badf4461bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:14,079 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.088s 2022-02-19 00:33:14,079 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7204d20f-e118-47d7-a964-1142dce2b025', 'x-compute-request-id': 'req-7204d20f-e118-47d7-a964-1142dce2b025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:15,172 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.083s 2022-02-19 00:33:15,172 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-307cf9da-97a5-4b89-8706-9de7a61c50fe', 'x-compute-request-id': 'req-307cf9da-97a5-4b89-8706-9de7a61c50fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:16,305 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.124s 2022-02-19 00:33:16,305 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-738dae80-2b46-40d9-97d0-3a2173fc8fc5', 'x-compute-request-id': 'req-738dae80-2b46-40d9-97d0-3a2173fc8fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:17,473 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.159s 2022-02-19 00:33:17,474 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f3018a0-3843-4285-b5c3-527c65570795', 'x-compute-request-id': 'req-1f3018a0-3843-4285-b5c3-527c65570795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:18,599 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.117s 2022-02-19 00:33:18,600 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ea6f2e5-f2c4-40cc-a432-831827e2bc86', 'x-compute-request-id': 'req-9ea6f2e5-f2c4-40cc-a432-831827e2bc86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:19,677 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:33:19,677 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8c90383-f08a-46d9-9a11-dd84ead30fca', 'x-compute-request-id': 'req-a8c90383-f08a-46d9-9a11-dd84ead30fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:20,759 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.074s 2022-02-19 00:33:20,759 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e97700bd-563e-4430-abf0-a4d9776d0ae0', 'x-compute-request-id': 'req-e97700bd-563e-4430-abf0-a4d9776d0ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:21,849 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:33:21,849 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57966d3a-3446-420e-887e-812d03a79b5b', 'x-compute-request-id': 'req-57966d3a-3446-420e-887e-812d03a79b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:22,952 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.093s 2022-02-19 00:33:22,952 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa5a0bb1-1a5b-4b03-87da-082188135315', 'x-compute-request-id': 'req-aa5a0bb1-1a5b-4b03-87da-082188135315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:24,088 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.127s 2022-02-19 00:33:24,089 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9baec226-ef5e-4c5a-88d5-7c32c350632d', 'x-compute-request-id': 'req-9baec226-ef5e-4c5a-88d5-7c32c350632d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:25,173 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:33:25,173 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9df3df8-e92b-4386-a5c8-6e30c52e9118', 'x-compute-request-id': 'req-a9df3df8-e92b-4386-a5c8-6e30c52e9118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:26,266 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.084s 2022-02-19 00:33:26,266 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7cf459-be35-404e-8f54-c1658cd2a82e', 'x-compute-request-id': 'req-7f7cf459-be35-404e-8f54-c1658cd2a82e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:27,367 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.093s 2022-02-19 00:33:27,368 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2b9ccf2-d76a-4bab-9795-fa9f15540b3a', 'x-compute-request-id': 'req-f2b9ccf2-d76a-4bab-9795-fa9f15540b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:28,503 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.127s 2022-02-19 00:33:28,504 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efdbd142-5774-4451-8fbb-29d0fc60185d', 'x-compute-request-id': 'req-efdbd142-5774-4451-8fbb-29d0fc60185d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:29,582 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:33:29,583 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5e55412-0d1d-4509-847e-8ae8cf90e322', 'x-compute-request-id': 'req-b5e55412-0d1d-4509-847e-8ae8cf90e322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:30,704 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.112s 2022-02-19 00:33:30,704 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-151bd305-1e93-4846-bc72-31a09aa0344e', 'x-compute-request-id': 'req-151bd305-1e93-4846-bc72-31a09aa0344e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:31,800 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.088s 2022-02-19 00:33:31,801 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-853042be-f546-4e11-b883-b42dd0e36288', 'x-compute-request-id': 'req-853042be-f546-4e11-b883-b42dd0e36288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:33,048 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.239s 2022-02-19 00:33:33,049 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08a0555a-95b7-44dd-ace2-26e829f5aa60', 'x-compute-request-id': 'req-08a0555a-95b7-44dd-ace2-26e829f5aa60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:34,194 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.136s 2022-02-19 00:33:34,194 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49cf1cab-8f48-4978-ac3a-dbf421f06cd1', 'x-compute-request-id': 'req-49cf1cab-8f48-4978-ac3a-dbf421f06cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:35,359 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.157s 2022-02-19 00:33:35,360 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5db6c54a-fc3f-401f-94a6-203842ff3cf6', 'x-compute-request-id': 'req-5db6c54a-fc3f-401f-94a6-203842ff3cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:36,471 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.104s 2022-02-19 00:33:36,472 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9b4c72b-255e-4bba-9849-4cb98c4ba043', 'x-compute-request-id': 'req-f9b4c72b-255e-4bba-9849-4cb98c4ba043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:37,569 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.088s 2022-02-19 00:33:37,569 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da6a40f3-a503-43e0-b894-db9a66b089df', 'x-compute-request-id': 'req-da6a40f3-a503-43e0-b894-db9a66b089df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:38,648 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:33:38,649 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa593327-eb48-4e9f-9d42-dfd1fadecc54', 'x-compute-request-id': 'req-fa593327-eb48-4e9f-9d42-dfd1fadecc54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:39,731 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.074s 2022-02-19 00:33:39,731 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fe4a983-d0f7-4fcd-902a-931a1f6655c1', 'x-compute-request-id': 'req-4fe4a983-d0f7-4fcd-902a-931a1f6655c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:40,827 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:33:40,827 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec890a81-688f-4033-ae89-249b45204292', 'x-compute-request-id': 'req-ec890a81-688f-4033-ae89-249b45204292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:41,915 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:33:41,915 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2cf2981-e4a6-40bc-9c26-623b8f58f01a', 'x-compute-request-id': 'req-d2cf2981-e4a6-40bc-9c26-623b8f58f01a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:43,026 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.102s 2022-02-19 00:33:43,027 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81ac77bc-129c-4ea9-9948-18452f759297', 'x-compute-request-id': 'req-81ac77bc-129c-4ea9-9948-18452f759297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:44,117 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.082s 2022-02-19 00:33:44,117 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21301b94-94b0-473a-9e6d-99da358cd58f', 'x-compute-request-id': 'req-21301b94-94b0-473a-9e6d-99da358cd58f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:45,196 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:33:45,196 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3346576-1bb4-4ab7-9bf3-19e769618ce0', 'x-compute-request-id': 'req-a3346576-1bb4-4ab7-9bf3-19e769618ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:46,541 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.337s 2022-02-19 00:33:46,542 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b75d8bb-fa99-44c5-8ceb-1a4edffa1452', 'x-compute-request-id': 'req-9b75d8bb-fa99-44c5-8ceb-1a4edffa1452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:47,618 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:33:47,619 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcdb6502-5612-4f89-a148-cba82933913f', 'x-compute-request-id': 'req-dcdb6502-5612-4f89-a148-cba82933913f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:48,702 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:33:48,702 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4205f0c0-1671-4179-98d9-889e04a3b1b0', 'x-compute-request-id': 'req-4205f0c0-1671-4179-98d9-889e04a3b1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:49,778 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.066s 2022-02-19 00:33:49,778 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfd5580e-eed5-4e4a-9fbc-56f73dc95919', 'x-compute-request-id': 'req-bfd5580e-eed5-4e4a-9fbc-56f73dc95919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:50,874 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:33:50,874 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dc160ac-b495-4034-a444-9ed361b1b795', 'x-compute-request-id': 'req-7dc160ac-b495-4034-a444-9ed361b1b795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:51,970 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.088s 2022-02-19 00:33:51,971 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88fae8d-ee06-45de-96c7-17c1f23796d3', 'x-compute-request-id': 'req-c88fae8d-ee06-45de-96c7-17c1f23796d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:53,095 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.116s 2022-02-19 00:33:53,095 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ff6d7b2-bfa4-476d-82e8-4d5fbf486c53', 'x-compute-request-id': 'req-1ff6d7b2-bfa4-476d-82e8-4d5fbf486c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:54,195 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.091s 2022-02-19 00:33:54,196 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c9429fb-a6db-4be9-92af-8a8d298f8746', 'x-compute-request-id': 'req-8c9429fb-a6db-4be9-92af-8a8d298f8746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:55,282 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:33:55,282 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7187eca9-185b-4c2d-a0c4-38c1c252d54b', 'x-compute-request-id': 'req-7187eca9-185b-4c2d-a0c4-38c1c252d54b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:56,370 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:33:56,370 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f24e943f-c635-4771-b9c1-482be966e459', 'x-compute-request-id': 'req-f24e943f-c635-4771-b9c1-482be966e459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:57,450 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:33:57,450 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6eecef7b-857a-4a1c-aa60-384771369010', 'x-compute-request-id': 'req-6eecef7b-857a-4a1c-aa60-384771369010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:58,612 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.154s 2022-02-19 00:33:58,612 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8603eb23-8f5a-4009-9794-b295e2e680a6', 'x-compute-request-id': 'req-8603eb23-8f5a-4009-9794-b295e2e680a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:59,752 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.131s 2022-02-19 00:33:59,752 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c78a33a-accb-4870-8216-b6f64e91ad5f', 'x-compute-request-id': 'req-2c78a33a-accb-4870-8216-b6f64e91ad5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:33:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:00,828 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.067s 2022-02-19 00:34:00,828 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd21dcee-db2e-4d2c-9350-de88b5c965b6', 'x-compute-request-id': 'req-dd21dcee-db2e-4d2c-9350-de88b5c965b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:01,906 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:34:01,907 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cac48045-c225-41d6-8edf-802c71ebbda0', 'x-compute-request-id': 'req-cac48045-c225-41d6-8edf-802c71ebbda0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:02,986 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:34:02,986 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2e99ec9-8dd3-45f9-bb07-c3c9e2e5f18c', 'x-compute-request-id': 'req-b2e99ec9-8dd3-45f9-bb07-c3c9e2e5f18c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:04,061 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.067s 2022-02-19 00:34:04,062 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fe88e56-d4ca-4ff0-8d2a-f4c368226f9f', 'x-compute-request-id': 'req-0fe88e56-d4ca-4ff0-8d2a-f4c368226f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:05,143 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:34:05,143 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37d69ef7-a871-4f63-b32f-e7e408fd3e6f', 'x-compute-request-id': 'req-37d69ef7-a871-4f63-b32f-e7e408fd3e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:06,236 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:34:06,236 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de3fbf32-cbd4-4e48-8296-9f27a3757cae', 'x-compute-request-id': 'req-de3fbf32-cbd4-4e48-8296-9f27a3757cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:07,329 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.084s 2022-02-19 00:34:07,329 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ff7124b-ba35-43af-824c-1ee7ec254ebc', 'x-compute-request-id': 'req-2ff7124b-ba35-43af-824c-1ee7ec254ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:08,425 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:34:08,425 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84e7102b-14b3-4728-a953-b40bf4a90915', 'x-compute-request-id': 'req-84e7102b-14b3-4728-a953-b40bf4a90915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:09,580 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.147s 2022-02-19 00:34:09,581 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e806130b-e718-4cf1-94c4-e74019ff1bc2', 'x-compute-request-id': 'req-e806130b-e718-4cf1-94c4-e74019ff1bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:10,764 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.174s 2022-02-19 00:34:10,764 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94acc4f-304c-4714-ba38-ec3e51518353', 'x-compute-request-id': 'req-e94acc4f-304c-4714-ba38-ec3e51518353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:11,842 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:34:11,843 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0d1c14-c563-45d9-85c5-6293091a22ec', 'x-compute-request-id': 'req-af0d1c14-c563-45d9-85c5-6293091a22ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:12,923 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:34:12,924 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-206528c2-4d25-4a57-bcca-034c5decfee7', 'x-compute-request-id': 'req-206528c2-4d25-4a57-bcca-034c5decfee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:14,005 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:34:14,005 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa4c3704-150b-49fc-9f6a-320dea1fe6e9', 'x-compute-request-id': 'req-aa4c3704-150b-49fc-9f6a-320dea1fe6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:15,084 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:34:15,085 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ceed57e1-14f5-4164-976f-4d542426921c', 'x-compute-request-id': 'req-ceed57e1-14f5-4164-976f-4d542426921c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:16,199 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.105s 2022-02-19 00:34:16,199 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ae1ab70-68cf-4f29-aa31-10f823c60d49', 'x-compute-request-id': 'req-9ae1ab70-68cf-4f29-aa31-10f823c60d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:17,286 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:34:17,286 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-467bfee5-1872-4eae-ac3f-d967f1aa254a', 'x-compute-request-id': 'req-467bfee5-1872-4eae-ac3f-d967f1aa254a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:18,391 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.097s 2022-02-19 00:34:18,391 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57156542-0153-4b15-b0aa-0eb517d83cda', 'x-compute-request-id': 'req-57156542-0153-4b15-b0aa-0eb517d83cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:19,553 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.153s 2022-02-19 00:34:19,553 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-083cd53c-ba4c-4c01-a92b-f059bf398f1f', 'x-compute-request-id': 'req-083cd53c-ba4c-4c01-a92b-f059bf398f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:20,644 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.081s 2022-02-19 00:34:20,644 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfabdc8-0ff1-48ce-ad9d-6888dea8dfd0', 'x-compute-request-id': 'req-fcfabdc8-0ff1-48ce-ad9d-6888dea8dfd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:21,730 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:34:21,730 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04264e7d-3566-4673-82d2-1dc2ae83986a', 'x-compute-request-id': 'req-04264e7d-3566-4673-82d2-1dc2ae83986a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:22,816 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.077s 2022-02-19 00:34:22,816 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a85faffa-c5ad-4051-96f1-537ce3a8bdaa', 'x-compute-request-id': 'req-a85faffa-c5ad-4051-96f1-537ce3a8bdaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:23,896 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:34:23,896 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31682a94-60b7-46d4-95b5-1e620558a2e3', 'x-compute-request-id': 'req-31682a94-60b7-46d4-95b5-1e620558a2e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:24,973 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.068s 2022-02-19 00:34:24,973 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df67dd92-a34f-4a51-8f97-0fc3aa1c09d8', 'x-compute-request-id': 'req-df67dd92-a34f-4a51-8f97-0fc3aa1c09d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:26,052 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:34:26,052 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0ea8b61-852e-43cc-962b-c21ecc6a092f', 'x-compute-request-id': 'req-a0ea8b61-852e-43cc-962b-c21ecc6a092f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:27,132 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:34:27,132 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bccde76-0bb8-4f5f-bf2c-d26189b8fb33', 'x-compute-request-id': 'req-9bccde76-0bb8-4f5f-bf2c-d26189b8fb33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:28,209 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.068s 2022-02-19 00:34:28,209 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edff52ce-ca6a-425a-b238-ecf8e8b09f4e', 'x-compute-request-id': 'req-edff52ce-ca6a-425a-b238-ecf8e8b09f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:29,353 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.135s 2022-02-19 00:34:29,353 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dda9c29-84a1-4f27-aeef-e195cd1037f3', 'x-compute-request-id': 'req-1dda9c29-84a1-4f27-aeef-e195cd1037f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:30,751 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.389s 2022-02-19 00:34:30,751 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cb212ff-eefb-4b00-aed3-57e506284204', 'x-compute-request-id': 'req-3cb212ff-eefb-4b00-aed3-57e506284204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:31,901 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.141s 2022-02-19 00:34:31,901 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d60d469b-52d4-46fc-9705-7a97982a48cb', 'x-compute-request-id': 'req-d60d469b-52d4-46fc-9705-7a97982a48cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:32,993 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.083s 2022-02-19 00:34:32,993 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5caefd0-2b74-4035-ad48-5b59a5d1a625', 'x-compute-request-id': 'req-c5caefd0-2b74-4035-ad48-5b59a5d1a625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:34,422 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.420s 2022-02-19 00:34:34,422 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55aa09c9-5291-4d18-93d1-f42c5d2517ff', 'x-compute-request-id': 'req-55aa09c9-5291-4d18-93d1-f42c5d2517ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:35,548 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.108s 2022-02-19 00:34:35,548 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e6d3677-79d2-49b8-8de8-1e142b08f07b', 'x-compute-request-id': 'req-4e6d3677-79d2-49b8-8de8-1e142b08f07b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:36,679 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.123s 2022-02-19 00:34:36,679 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4d2d480-5e45-455a-bde0-b8f5e61638a8', 'x-compute-request-id': 'req-b4d2d480-5e45-455a-bde0-b8f5e61638a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:37,774 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.086s 2022-02-19 00:34:37,774 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffe0910e-fdc5-4693-b727-25a0cd288010', 'x-compute-request-id': 'req-ffe0910e-fdc5-4693-b727-25a0cd288010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:38,864 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.081s 2022-02-19 00:34:38,864 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38c94341-a413-4dce-ac9b-f1371c748866', 'x-compute-request-id': 'req-38c94341-a413-4dce-ac9b-f1371c748866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:39,951 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:34:39,951 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8c184c-48db-4b48-a274-f625afe1cf42', 'x-compute-request-id': 'req-1a8c184c-48db-4b48-a274-f625afe1cf42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:41,067 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.108s 2022-02-19 00:34:41,067 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25e6ee4b-0477-4200-9c00-0cdc7669a543', 'x-compute-request-id': 'req-25e6ee4b-0477-4200-9c00-0cdc7669a543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:42,158 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.082s 2022-02-19 00:34:42,158 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fa48a30-6538-4cf0-ae9f-27a6411d7fe0', 'x-compute-request-id': 'req-8fa48a30-6538-4cf0-ae9f-27a6411d7fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:43,247 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:34:43,247 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14bf68f3-5eb1-4d43-8fa1-2db153aecaff', 'x-compute-request-id': 'req-14bf68f3-5eb1-4d43-8fa1-2db153aecaff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:44,350 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.094s 2022-02-19 00:34:44,350 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abe8a0ec-3e23-49ee-b0e3-ca8e0d93ec32', 'x-compute-request-id': 'req-abe8a0ec-3e23-49ee-b0e3-ca8e0d93ec32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:45,428 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:34:45,429 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-052dcbb4-760d-4b56-a091-a6f6c0198527', 'x-compute-request-id': 'req-052dcbb4-760d-4b56-a091-a6f6c0198527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:46,538 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.100s 2022-02-19 00:34:46,538 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9518c3ce-fbff-4a80-9b41-30f3bd8faad9', 'x-compute-request-id': 'req-9518c3ce-fbff-4a80-9b41-30f3bd8faad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:47,621 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:34:47,622 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d78eb4f8-cb56-4713-b56b-5464133e8725', 'x-compute-request-id': 'req-d78eb4f8-cb56-4713-b56b-5464133e8725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:48,709 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:34:48,710 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0b88aa0-a55c-491f-a79e-6b60676d5ba9', 'x-compute-request-id': 'req-f0b88aa0-a55c-491f-a79e-6b60676d5ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:49,798 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.080s 2022-02-19 00:34:49,798 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28f60788-7425-4da4-b6f9-a18c950c034a', 'x-compute-request-id': 'req-28f60788-7425-4da4-b6f9-a18c950c034a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:50,883 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:34:50,883 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd11c5be-eb93-49f5-8157-e6f63274b773', 'x-compute-request-id': 'req-cd11c5be-eb93-49f5-8157-e6f63274b773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:51,967 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:34:51,967 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9e506b-8f18-4e38-a8ba-ed22776b05b8', 'x-compute-request-id': 'req-cf9e506b-8f18-4e38-a8ba-ed22776b05b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:53,054 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:34:53,055 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2607cbf-0a96-4b70-a287-7d37d2cf39f5', 'x-compute-request-id': 'req-e2607cbf-0a96-4b70-a287-7d37d2cf39f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:54,138 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.074s 2022-02-19 00:34:54,138 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d149ebd-76ab-41f8-aead-d359bfb67893', 'x-compute-request-id': 'req-3d149ebd-76ab-41f8-aead-d359bfb67893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:55,217 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:34:55,218 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bf303ab-80fd-4eab-a877-de33eef6d217', 'x-compute-request-id': 'req-4bf303ab-80fd-4eab-a877-de33eef6d217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:56,306 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:34:56,306 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9299bf9-1fce-4baf-b4a9-9e4259929d6d', 'x-compute-request-id': 'req-f9299bf9-1fce-4baf-b4a9-9e4259929d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:57,383 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.068s 2022-02-19 00:34:57,384 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-098c5b82-ccb8-4551-b502-7e5c64aeafd4', 'x-compute-request-id': 'req-098c5b82-ccb8-4551-b502-7e5c64aeafd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:58,468 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.075s 2022-02-19 00:34:58,468 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe9a3cbc-7c2b-4c32-9086-740d0d5171e4', 'x-compute-request-id': 'req-fe9a3cbc-7c2b-4c32-9086-740d0d5171e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:59,544 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.067s 2022-02-19 00:34:59,545 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-371f82ea-2f4a-4397-8bd4-6b1b64b6ba04', 'x-compute-request-id': 'req-371f82ea-2f4a-4397-8bd4-6b1b64b6ba04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:34:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:00,632 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:35:00,632 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed78236f-c6d4-45be-b79c-0c62c49f141e', 'x-compute-request-id': 'req-ed78236f-c6d4-45be-b79c-0c62c49f141e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:01,712 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:35:01,713 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-407da76b-144e-4060-b743-66a9f52e3f54', 'x-compute-request-id': 'req-407da76b-144e-4060-b743-66a9f52e3f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:02,791 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:35:02,791 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5341836f-a682-4be2-8185-69d937e2af09', 'x-compute-request-id': 'req-5341836f-a682-4be2-8185-69d937e2af09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:03,887 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:35:03,887 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa536e2a-3ffa-4701-b973-c99c334f42de', 'x-compute-request-id': 'req-aa536e2a-3ffa-4701-b973-c99c334f42de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:04,975 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:35:04,976 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5662352c-8915-4e9c-a8c8-9199fca1c789', 'x-compute-request-id': 'req-5662352c-8915-4e9c-a8c8-9199fca1c789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:06,063 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:35:06,063 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc4d89dd-5327-4509-ac63-5a7309d4f816', 'x-compute-request-id': 'req-cc4d89dd-5327-4509-ac63-5a7309d4f816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:07,202 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.130s 2022-02-19 00:35:07,203 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0e2b9cd-eb73-4daf-b55a-3c157e459d26', 'x-compute-request-id': 'req-b0e2b9cd-eb73-4daf-b55a-3c157e459d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:08,299 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:35:08,299 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8aba9ff-a2d0-49ab-8d94-ae90c8492560', 'x-compute-request-id': 'req-c8aba9ff-a2d0-49ab-8d94-ae90c8492560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:09,398 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.090s 2022-02-19 00:35:09,398 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0fd362e-570b-46a7-bb80-16d5b8adfa0b', 'x-compute-request-id': 'req-c0fd362e-570b-46a7-bb80-16d5b8adfa0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:10,472 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.066s 2022-02-19 00:35:10,472 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25e2ba75-7344-4d2d-8830-4324c938f518', 'x-compute-request-id': 'req-25e2ba75-7344-4d2d-8830-4324c938f518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:11,555 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.074s 2022-02-19 00:35:11,555 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-201e969a-269d-454e-bbc5-083208549b21', 'x-compute-request-id': 'req-201e969a-269d-454e-bbc5-083208549b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:12,636 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:35:12,636 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d80f70a4-2f54-4f57-a5ee-84f95ba11388', 'x-compute-request-id': 'req-d80f70a4-2f54-4f57-a5ee-84f95ba11388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:13,712 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:35:13,713 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12a399a1-84db-425f-8ad5-fa8d0fce98d0', 'x-compute-request-id': 'req-12a399a1-84db-425f-8ad5-fa8d0fce98d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:14,799 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:35:14,799 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2605f26f-9268-4641-a68f-c1af024bef9e', 'x-compute-request-id': 'req-2605f26f-9268-4641-a68f-c1af024bef9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:15,900 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.092s 2022-02-19 00:35:15,902 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0db2f89c-0e54-428e-a683-5292dda6ac77', 'x-compute-request-id': 'req-0db2f89c-0e54-428e-a683-5292dda6ac77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:16,993 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.082s 2022-02-19 00:35:16,994 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78240b96-c509-4457-9dab-5f115c50a7ca', 'x-compute-request-id': 'req-78240b96-c509-4457-9dab-5f115c50a7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:18,078 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:35:18,078 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61295df7-4ae9-4ca6-a673-f751ef2c52af', 'x-compute-request-id': 'req-61295df7-4ae9-4ca6-a673-f751ef2c52af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:19,171 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.085s 2022-02-19 00:35:19,171 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b343bfc6-a16e-4e42-8c7f-ebe5e0a875fd', 'x-compute-request-id': 'req-b343bfc6-a16e-4e42-8c7f-ebe5e0a875fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:20,266 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.086s 2022-02-19 00:35:20,266 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33ccc489-29ae-4e2f-9175-5d28df6967ad', 'x-compute-request-id': 'req-33ccc489-29ae-4e2f-9175-5d28df6967ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:21,360 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.085s 2022-02-19 00:35:21,360 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3013a72b-8c9a-4e92-b37c-77a4872bb1b9', 'x-compute-request-id': 'req-3013a72b-8c9a-4e92-b37c-77a4872bb1b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:22,442 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:35:22,442 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26e38190-4b08-48bb-881a-c3b74ec59c40', 'x-compute-request-id': 'req-26e38190-4b08-48bb-881a-c3b74ec59c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:23,527 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:35:23,528 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff8e93f3-9843-4572-a67f-9952f6667267', 'x-compute-request-id': 'req-ff8e93f3-9843-4572-a67f-9952f6667267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:24,626 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.090s 2022-02-19 00:35:24,627 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb328110-1f30-46c0-afa3-5cb98fe6ca11', 'x-compute-request-id': 'req-eb328110-1f30-46c0-afa3-5cb98fe6ca11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:25,719 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.082s 2022-02-19 00:35:25,720 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9578d3d6-8daf-44df-a833-0fecb99e5e70', 'x-compute-request-id': 'req-9578d3d6-8daf-44df-a833-0fecb99e5e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:26,813 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.084s 2022-02-19 00:35:26,813 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-387a34d1-d1c0-4bb7-97a9-91e922fa54a0', 'x-compute-request-id': 'req-387a34d1-d1c0-4bb7-97a9-91e922fa54a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:27,902 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:35:27,903 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef94a673-4ef7-4e11-9adb-ea840fb53d83', 'x-compute-request-id': 'req-ef94a673-4ef7-4e11-9adb-ea840fb53d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:29,000 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.088s 2022-02-19 00:35:29,000 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b553d09b-e24f-4258-854b-ebab734ca4c9', 'x-compute-request-id': 'req-b553d09b-e24f-4258-854b-ebab734ca4c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:30,097 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.085s 2022-02-19 00:35:30,097 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afb71b6e-60e8-453f-a398-d397f039536c', 'x-compute-request-id': 'req-afb71b6e-60e8-453f-a398-d397f039536c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:31,180 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.074s 2022-02-19 00:35:31,181 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8f2be5c-a7f3-426b-811d-25af26d9d89b', 'x-compute-request-id': 'req-b8f2be5c-a7f3-426b-811d-25af26d9d89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:32,262 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:35:32,263 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0b4aeaf-3943-47f7-a0de-6ae8986de279', 'x-compute-request-id': 'req-f0b4aeaf-3943-47f7-a0de-6ae8986de279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:33,341 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.070s 2022-02-19 00:35:33,342 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36ca66b9-71af-41ab-abaf-b4b7e1e299e1', 'x-compute-request-id': 'req-36ca66b9-71af-41ab-abaf-b4b7e1e299e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:34,422 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:35:34,423 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-042c23da-f441-4793-9a57-13d87c5fb9e5', 'x-compute-request-id': 'req-042c23da-f441-4793-9a57-13d87c5fb9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:35,510 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.079s 2022-02-19 00:35:35,510 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97e123fb-a95b-47cf-b26c-e292783816d2', 'x-compute-request-id': 'req-97e123fb-a95b-47cf-b26c-e292783816d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:36,587 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:35:36,588 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c769df1d-4b3e-4222-81d0-d09c093bb9fd', 'x-compute-request-id': 'req-c769df1d-4b3e-4222-81d0-d09c093bb9fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:37,668 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:35:37,668 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28c8dd3c-1076-4b3b-92e4-0ffec53c1f3b', 'x-compute-request-id': 'req-28c8dd3c-1076-4b3b-92e4-0ffec53c1f3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:38,768 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.091s 2022-02-19 00:35:38,769 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4834d661-e4cc-45ab-93ba-4815aab4b733', 'x-compute-request-id': 'req-4834d661-e4cc-45ab-93ba-4815aab4b733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:39,856 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:35:39,856 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af6c696c-3e5b-4eaa-871e-3afd0d648b73', 'x-compute-request-id': 'req-af6c696c-3e5b-4eaa-871e-3afd0d648b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:40,944 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:35:40,944 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f680796-71e6-484e-8053-d0126c0b27b3', 'x-compute-request-id': 'req-1f680796-71e6-484e-8053-d0126c0b27b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:42,040 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.087s 2022-02-19 00:35:42,041 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08585c66-c293-412c-8c7c-fa1774bcf4a6', 'x-compute-request-id': 'req-08585c66-c293-412c-8c7c-fa1774bcf4a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:43,122 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.073s 2022-02-19 00:35:43,123 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e98335f7-0964-4649-b460-aa38693b23ab', 'x-compute-request-id': 'req-e98335f7-0964-4649-b460-aa38693b23ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:44,203 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.071s 2022-02-19 00:35:44,203 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b9e4378-5ae2-4953-9c4f-cf71878f7113', 'x-compute-request-id': 'req-0b9e4378-5ae2-4953-9c4f-cf71878f7113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:45,283 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.072s 2022-02-19 00:35:45,283 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f06daa9-874a-45ca-b2d3-24e123168e23', 'x-compute-request-id': 'req-9f06daa9-874a-45ca-b2d3-24e123168e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:46,370 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:35:46,370 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a82d5e1-bd98-4c0a-a257-879a96b72750', 'x-compute-request-id': 'req-8a82d5e1-bd98-4c0a-a257-879a96b72750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:47,451 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:35:47,451 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33802c18-a3a1-4a05-80d6-f852e565fdbc', 'x-compute-request-id': 'req-33802c18-a3a1-4a05-80d6-f852e565fdbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:48,543 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.083s 2022-02-19 00:35:48,543 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e4f0588-cf33-4656-90e2-57ee862d2f23', 'x-compute-request-id': 'req-8e4f0588-cf33-4656-90e2-57ee862d2f23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:49,641 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.089s 2022-02-19 00:35:49,642 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-245897d5-3e92-48d8-8d31-9d0e5ef3ce5a', 'x-compute-request-id': 'req-245897d5-3e92-48d8-8d31-9d0e5ef3ce5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:50,719 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.069s 2022-02-19 00:35:50,719 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d06827a0-9172-4a09-baa8-6dcc69a45bb3', 'x-compute-request-id': 'req-d06827a0-9172-4a09-baa8-6dcc69a45bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:51,806 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.078s 2022-02-19 00:35:51,807 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4362084-0a2c-4f72-9fcd-09378c50f7b8', 'x-compute-request-id': 'req-c4362084-0a2c-4f72-9fcd-09378c50f7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:52,948 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.122s 2022-02-19 00:35:52,949 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b9d4a4-30aa-408a-92f9-61d9f30429d5', 'x-compute-request-id': 'req-a0b9d4a4-30aa-408a-92f9-61d9f30429d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:54,034 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.076s 2022-02-19 00:35:54,035 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c72dcc39-967a-4dfd-b7b4-94f69b4a863e', 'x-compute-request-id': 'req-c72dcc39-967a-4dfd-b7b4-94f69b4a863e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"server": {"id": "dbafc68b-3a80-44d0-b70e-587d6f41a9b5", "name": "tempest-DeleteServersTestJSON-server-1201303948", "status": "BUILD", "tenant_id": "8458f0c51cce4a35b61533652c8a4b87", "user_id": "09d49caf158d46d1a2dc2f7eb77c45f6", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:54Z", "updated": "2022-02-19T00:35:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:54,203 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 204 DELETE http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.154s 2022-02-19 00:35:54,204 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f891d6e-3672-405f-bcff-1827e6f46750', 'x-compute-request-id': 'req-0f891d6e-3672-405f-bcff-1827e6f46750', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'' 2022-02-19 00:35:54,251 125525 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 404 GET http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5 0.047s 2022-02-19 00:35:54,252 125525 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d837f127-8548-4af5-95b0-26ac1535937b', 'x-compute-request-id': 'req-d837f127-8548-4af5-95b0-26ac1535937b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/dbafc68b-3a80-44d0-b70e-587d6f41a9b5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dbafc68b-3a80-44d0-b70e-587d6f41a9b5 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 90, in test_delete_server_while_in_shelved_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 294, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Server dbafc68b-3a80-44d0-b70e-587d6f41a9b5 failed to reach ACTIVE status and task state "None" within the required time (360 s). Server boot request ID: req-c3da6f0c-6010-4b12-af00-1d97edbe83b4. Current status: BUILD. Current task state: scheduling. |
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
pass
pt6.6: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
||||||
test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
pass
pt6.7: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
||||||
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
pass
pt6.8: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft7.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-19 00:29:34,805 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes 9.974s 2022-02-19 00:29:34,805 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "imageRef": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483abae0-5ec5-4870-8857-d9335a3d1b98', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483abae0-5ec5-4870-8857-d9335a3d1b98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:34.678999", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-19 00:29:35,001 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.188s 2022-02-19 00:29:35,001 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bbab66-2784-453e-8b88-f58cc74482e8', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bbab66-2784-453e-8b88-f58cc74482e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:36,123 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.114s 2022-02-19 00:29:36,123 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd3241f8-8bfb-416e-8c73-71de85259b7c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd3241f8-8bfb-416e-8c73-71de85259b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:37,235 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.102s 2022-02-19 00:29:37,235 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-864f59f1-861e-449f-8215-55834493a7c4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-864f59f1-861e-449f-8215-55834493a7c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:38,298 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.054s 2022-02-19 00:29:38,298 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f6c4dc-aa03-4b4a-a8e1-518a78700540', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f6c4dc-aa03-4b4a-a8e1-518a78700540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:39,417 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.111s 2022-02-19 00:29:39,417 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa4f679-743a-41aa-a223-c2cc83851d1a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aa4f679-743a-41aa-a223-c2cc83851d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:40,570 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.145s 2022-02-19 00:29:40,571 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f511452-4178-4811-a1ea-94d9340a397d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f511452-4178-4811-a1ea-94d9340a397d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:41,700 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.122s 2022-02-19 00:29:41,700 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a8e7540-871c-4f03-af77-40a4960cf324', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a8e7540-871c-4f03-af77-40a4960cf324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:42,814 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.105s 2022-02-19 00:29:42,814 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e4ab58-7983-41f0-b7e7-ebbb22fc528f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e4ab58-7983-41f0-b7e7-ebbb22fc528f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:43,906 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.084s 2022-02-19 00:29:43,906 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a97c17-0abb-4e61-b630-a5938de8493b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a97c17-0abb-4e61-b630-a5938de8493b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:45,059 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.145s 2022-02-19 00:29:45,067 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d0f0f24-1d50-41a3-b37b-f00b583ff9b2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d0f0f24-1d50-41a3-b37b-f00b583ff9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:46,208 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.134s 2022-02-19 00:29:46,209 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-116930d7-a9b3-404b-bbbc-1fd998db1a4e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-116930d7-a9b3-404b-bbbc-1fd998db1a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:47,303 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.086s 2022-02-19 00:29:47,304 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d5b387-6ae2-4ba7-8974-94794e468ce9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d5b387-6ae2-4ba7-8974-94794e468ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:48,396 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.085s 2022-02-19 00:29:48,397 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c55ec9f-1b21-43e1-b352-8c0fb1d6ef88', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c55ec9f-1b21-43e1-b352-8c0fb1d6ef88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:49,485 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.080s 2022-02-19 00:29:49,486 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cc2a978-3711-41b4-9d79-0d6bee334a47', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cc2a978-3711-41b4-9d79-0d6bee334a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:50,585 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.091s 2022-02-19 00:29:50,585 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683b9f01-6243-427d-81d3-2f1fbcb6d57b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683b9f01-6243-427d-81d3-2f1fbcb6d57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:51,710 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.116s 2022-02-19 00:29:51,710 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ba4ed09-71f2-4321-aab0-ecdcbed164d9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ba4ed09-71f2-4321-aab0-ecdcbed164d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:52,849 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.131s 2022-02-19 00:29:52,850 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb004b4e-3444-442a-b4c1-8f319f9413b4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb004b4e-3444-442a-b4c1-8f319f9413b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:53,949 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.090s 2022-02-19 00:29:53,949 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cff00005-4b8a-4e64-ae28-699e8c746f71', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cff00005-4b8a-4e64-ae28-699e8c746f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:55,040 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.084s 2022-02-19 00:29:55,040 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76de26ce-0e2e-4b79-b895-78e1f17598b3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76de26ce-0e2e-4b79-b895-78e1f17598b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:56,173 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.125s 2022-02-19 00:29:56,174 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c52e8e6-d241-44cc-ba4e-11f8e93ecf5e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c52e8e6-d241-44cc-ba4e-11f8e93ecf5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:57,252 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.070s 2022-02-19 00:29:57,252 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec7e716-6c47-4d33-9d9a-275327d63b7a', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec7e716-6c47-4d33-9d9a-275327d63b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:58,339 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.077s 2022-02-19 00:29:58,340 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a24dfc0-d057-4608-8b13-cad299894ea7', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a24dfc0-d057-4608-8b13-cad299894ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:29:59,472 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.123s 2022-02-19 00:29:59,472 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb782e1-a71f-41c4-894f-3a550704cd5e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb782e1-a71f-41c4-894f-3a550704cd5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:00,561 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.081s 2022-02-19 00:30:00,562 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1fb019a-9f66-4d89-ab4d-fb4330807b43', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1fb019a-9f66-4d89-ab4d-fb4330807b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:29:35.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:01,639 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.070s 2022-02-19 00:30:01,640 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e35190-4033-442e-a93b-55919af54aec', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e35190-4033-442e-a93b-55919af54aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:02,749 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.101s 2022-02-19 00:30:02,749 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a10ea7-1727-4830-ab71-febb0c87d870', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a10ea7-1727-4830-ab71-febb0c87d870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:03,866 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.107s 2022-02-19 00:30:03,866 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d0b5ec-c511-45ef-9152-08a59e89b260', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d0b5ec-c511-45ef-9152-08a59e89b260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:04,978 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.104s 2022-02-19 00:30:04,978 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1abc967-dc33-42ad-bf57-2756335f4980', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1abc967-dc33-42ad-bf57-2756335f4980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:06,085 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.099s 2022-02-19 00:30:06,086 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4bc63d-1f4b-44cd-9e2c-047070c58a0c', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4bc63d-1f4b-44cd-9e2c-047070c58a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:07,205 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.111s 2022-02-19 00:30:07,205 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a06d8301-c92b-4995-810c-e12522d112cb', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a06d8301-c92b-4995-810c-e12522d112cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:08,311 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.097s 2022-02-19 00:30:08,311 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af7fe93-4154-4676-9cd5-b4d4fe2b07c1', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af7fe93-4154-4676-9cd5-b4d4fe2b07c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:09,417 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.097s 2022-02-19 00:30:09,417 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5e91ed-86d3-4ae2-b484-5c59f9098e2b', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5e91ed-86d3-4ae2-b484-5c59f9098e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:10,468 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.043s 2022-02-19 00:30:10,468 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2529494b-3432-4949-a137-6c3b47f58a82', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2529494b-3432-4949-a137-6c3b47f58a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:11,567 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.090s 2022-02-19 00:30:11,567 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8130b60-b4ce-497c-a8ae-faaade2dc3ee', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8130b60-b4ce-497c-a8ae-faaade2dc3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:01.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:12,657 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4 0.083s 2022-02-19 00:30:12,657 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14e9968e-6558-4055-a414-71223b2f4087', 'content-length': '1367', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14e9968e-6558-4055-a414-71223b2f4087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4'} Body: b'{"volume": {"id": "1591568d-2811-4128-a074-4c2a51be47a4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:29:35.000000", "updated_at": "2022-02-19T00:30:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1871602664", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/1591568d-2811-4128-a074-4c2a51be47a4"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:12,664 125517 INFO [tempest.common.waiters] volume 1591568d-2811-4128-a074-4c2a51be47a4 reached available after waiting for 37.664623 seconds 2022-02-19 00:30:13,072 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes 0.407s 2022-02-19 00:30:13,072 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-407262211"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae004b6b-5d70-4ab4-9a8e-74b64f123b86', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae004b6b-5d70-4ab4-9a8e-74b64f123b86', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes'} Body: b'{"volume": {"id": "b46d8275-141a-46e0-ad8c-4737db4a94d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:12.880728", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-407262211", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-19 00:30:13,589 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7 0.508s 2022-02-19 00:30:13,590 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-687838d6-5300-476d-a80e-1a9501342892', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-687838d6-5300-476d-a80e-1a9501342892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7'} Body: b'{"volume": {"id": "b46d8275-141a-46e0-ad8c-4737db4a94d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:30:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-407262211", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:14,673 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7 0.075s 2022-02-19 00:30:14,673 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83b066a-d121-40fe-844d-b85a744f3233', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83b066a-d121-40fe-844d-b85a744f3233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7'} Body: b'{"volume": {"id": "b46d8275-141a-46e0-ad8c-4737db4a94d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:30:13.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-407262211", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:15,735 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7 0.054s 2022-02-19 00:30:15,736 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfc85bfb-bd72-4c8d-a028-f1ec5f83603b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfc85bfb-bd72-4c8d-a028-f1ec5f83603b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7'} Body: b'{"volume": {"id": "b46d8275-141a-46e0-ad8c-4737db4a94d7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:30:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-407262211", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/b46d8275-141a-46e0-ad8c-4737db4a94d7"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:15,742 125517 INFO [tempest.common.waiters] volume b46d8275-141a-46e0-ad8c-4737db4a94d7 reached available after waiting for 2.742702 seconds 2022-02-19 00:30:16,067 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes 0.324s 2022-02-19 00:30:16,067 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1475202975"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75416626-1e4d-4987-9196-6dc495384d21', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75416626-1e4d-4987-9196-6dc495384d21', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes'} Body: b'{"volume": {"id": "5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:15.963826", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1475202975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-19 00:30:16,206 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9 0.133s 2022-02-19 00:30:16,207 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae694d7-a207-4808-802f-44ce030f33fa', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae694d7-a207-4808-802f-44ce030f33fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9'} Body: b'{"volume": {"id": "5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:16.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1475202975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:17,263 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9 0.049s 2022-02-19 00:30:17,263 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee87416f-b70d-4405-8669-1b3d3182e266', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee87416f-b70d-4405-8669-1b3d3182e266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9'} Body: b'{"volume": {"id": "5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:16.000000", "updated_at": "2022-02-19T00:30:16.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1475202975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:18,347 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9 0.076s 2022-02-19 00:30:18,348 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8778ff4b-73b3-4a17-8460-3348f3a0ad04', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8778ff4b-73b3-4a17-8460-3348f3a0ad04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9'} Body: b'{"volume": {"id": "5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:16.000000", "updated_at": "2022-02-19T00:30:18.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1475202975", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/cb5bee051b5d438a8c30944911a96f3e/volumes/5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9"}], "user_id": "077b3eb752804ca48edd077cb158ab0f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:18,355 125517 INFO [tempest.common.waiters] volume 5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9 reached available after waiting for 2.355561 seconds 2022-02-19 00:30:19,028 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60:9696/v2.0/networks 0.672s 2022-02-19 00:30:19,029 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net1-373532860"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-40c19f17-9ee6-4e82-a2ba-b0600a19809a', 'date': 'Sat, 19 Feb 2022 00:30:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/networks'} Body: b'{"network":{"id":"2149cc64-e9cc-4fc7-8830-b3d682362528","name":"tempest-device-tagging-net1-373532860","tenant_id":"cb5bee051b5d438a8c30944911a96f3e","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"cb5bee051b5d438a8c30944911a96f3e","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-02-19T00:30:18Z","updated_at":"2022-02-19T00:30:18Z","revision_number":1}}' 2022-02-19 00:30:19,440 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60:9696/v2.0/networks 0.411s 2022-02-19 00:30:19,441 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-device-tagging-net2-1196187939"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-11387e79-c894-4968-8955-73249d8d9f04', 'date': 'Sat, 19 Feb 2022 00:30:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/networks'} Body: b'{"network":{"id":"8e949331-9c1f-4231-b4f8-c198906e2053","name":"tempest-device-tagging-net2-1196187939","tenant_id":"cb5bee051b5d438a8c30944911a96f3e","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"cb5bee051b5d438a8c30944911a96f3e","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2022-02-19T00:30:19Z","updated_at":"2022-02-19T00:30:19Z","revision_number":1}}' 2022-02-19 00:30:19,855 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60:9696/v2.0/subnets 0.414s 2022-02-19 00:30:19,856 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "2149cc64-e9cc-4fc7-8830-b3d682362528", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-828f4a4f-94b5-4628-8262-e930b79a28b7', 'date': 'Sat, 19 Feb 2022 00:30:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"0c495046-331e-4bce-bed8-582d06a90cf0","name":"","tenant_id":"cb5bee051b5d438a8c30944911a96f3e","network_id":"2149cc64-e9cc-4fc7-8830-b3d682362528","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-02-19T00:30:19Z","updated_at":"2022-02-19T00:30:19Z","revision_number":0,"project_id":"cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:20,668 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60:9696/v2.0/subnets 0.812s 2022-02-19 00:30:20,669 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "8e949331-9c1f-4231-b4f8-c198906e2053", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-d898ef5e-2ba5-415a-bc1d-2d2dd80193d0', 'date': 'Sat, 19 Feb 2022 00:30:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets'} Body: b'{"subnet":{"id":"25465880-4fae-4a19-8e87-d44cc8075ee7","name":"","tenant_id":"cb5bee051b5d438a8c30944911a96f3e","network_id":"8e949331-9c1f-4231-b4f8-c198906e2053","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2022-02-19T00:30:20Z","updated_at":"2022-02-19T00:30:20Z","revision_number":0,"project_id":"cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:22,113 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60:9696/v2.0/ports 1.444s 2022-02-19 00:30:22,114 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "2149cc64-e9cc-4fc7-8830-b3d682362528", "name": "tempest-TaggedBootDevicesTest_v242-1866679586", "fixed_ips": [{"subnet_id": "0c495046-331e-4bce-bed8-582d06a90cf0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-aaac822b-e5e4-46f9-bc8e-c0a2cc9569ae', 'date': 'Sat, 19 Feb 2022 00:30:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/ports'} Body: b'{"port":{"id":"502b2c99-18e4-4109-9893-037755354674","name":"tempest-TaggedBootDevicesTest_v242-1866679586","network_id":"2149cc64-e9cc-4fc7-8830-b3d682362528","tenant_id":"cb5bee051b5d438a8c30944911a96f3e","mac_address":"fa:16:3e:28:0e:16","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"0c495046-331e-4bce-bed8-582d06a90cf0","ip_address":"10.1.1.186"}],"project_id":"cb5bee051b5d438a8c30944911a96f3e","port_security_enabled":true,"security_groups":["7a047a54-d319-47f4-aced-6cd592d1be69"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-02-19T00:30:20Z","updated_at":"2022-02-19T00:30:21Z","revision_number":1}}' 2022-02-19 00:30:23,767 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60:9696/v2.0/ports 1.652s 2022-02-19 00:30:23,768 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "2149cc64-e9cc-4fc7-8830-b3d682362528", "name": "tempest-TaggedBootDevicesTest_v242-1669476816", "fixed_ips": [{"subnet_id": "0c495046-331e-4bce-bed8-582d06a90cf0"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-a6e1bae3-79a8-4a0e-81dd-9156887147a3', 'date': 'Sat, 19 Feb 2022 00:30:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/ports'} Body: b'{"port":{"id":"ce57e132-4722-4f14-802a-fad6ecbefd9e","name":"tempest-TaggedBootDevicesTest_v242-1669476816","network_id":"2149cc64-e9cc-4fc7-8830-b3d682362528","tenant_id":"cb5bee051b5d438a8c30944911a96f3e","mac_address":"fa:16:3e:af:dc:28","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"0c495046-331e-4bce-bed8-582d06a90cf0","ip_address":"10.1.1.217"}],"project_id":"cb5bee051b5d438a8c30944911a96f3e","port_security_enabled":true,"security_groups":["7a047a54-d319-47f4-aced-6cd592d1be69"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2022-02-19T00:30:22Z","updated_at":"2022-02-19T00:30:22Z","revision_number":1}}' 2022-02-19 00:30:23,768 125517 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-02-19 00:30:23,768 125517 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-02-19 00:30:24,131 125517 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60/compute/v2.1/os-keypairs 0.362s 2022-02-19 00:30:24,131 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-238502935"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9b2a3dc-4305-42f0-b398-8049bc99a4f2', 'x-compute-request-id': 'req-d9b2a3dc-4305-42f0-b398-8049bc99a4f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAv/jXOeybNeX5h9MC2l20yus3pSMiONMrVTB8HMMb8GIQ4vMs\\n8tfoRChBFjk/7h4fzEzR79DZ8mNYa2fEPSLtfpIN+BeD8p8sCuZaLWP98UcEJ2Xy\\nKyayUYNN8/9K9esHoYI7tl4cVe6wzvdesKRukGo7YtEAUhbLsoC/hGTVus3eIIag\\n+JNI4XY4OAJjdkh3rDM8dvuzUjCQkQOKIvlUoO9KVK48HL0VjAVITKwZu4eL9TRC\\nn1XX1KrZrwIIpR15NJwwT448biA0naY5CP4KOEYAfrVlPKN+R/KJqkmEdJMOEBAK\\nj6JpqOheuUqZYVv5DjoSoPO6tRUonqaNsBOPPQIDAQABAoIBAFDO67I7Ud5vTwmI\\nnmPTHB5qwwKldmtbIJt8jFIDI0idzyPpXxteHSxLkZJMSQfv8EysbZa4YHXysa6M\\ngIOHp1cnHfA33dgMfpqb+ouu0p902F/JPxZA9MDxN6gk56X66DxpOL98gAsALbcB\\nU/+hR9VMknD3L15esCIUpgmR9JHsCbJ/h22GbeIX71h+PeAlo0BlVx+W4UJQfNWH\\n1g4yjI0dpurGj56P+iEcCywmeT2Eji0EW87uYlkO9MJbHSaImMxvgvi4rTw9zgw0\\nrnNM9x9HPWHmB724f5Ytv2xRzOX3i7qsXz3d4sIyK3Ldrdurc+X+XEzQhv0gywm4\\nloBrheECgYEA7LPHgMbJ6Il1HGJD3yH8tMLHLUFfWnNX9ZFV1uh/YGhyHe92w7iK\\ngkqVCQKklhtk1icA94PM4P5gZXnvhdHyD9WsAEAYdtgSCwq2iAWdeB4CghqPCyff\\n+D5l7ASi1bOEdW5RMrC2ML9Z4hlKCU3tFWDwenXn+QETgthP0p4YfpUCgYEAz59+\\nzwFuZ0CX31rdpaFxYLHePeC6nnnZDKzg5nYmE6nbiemdj+7UzA5aGAi7LOpwt+zb\\nC3SGn4Ub4XIINLFbSFzPb483p1ghnCtXAYPZ7VkTJkKjCaftx9fHanf+JGB87QBJ\\nVbOmcTPSrXbDCm0LbuWHj840K/WUPOsUqo+/rAkCgYAH1mQStYJV+scv62kH6F4v\\ntgtWSkXX/t24udk3xncBQDQXHai3DlM3wTRyGe5NMhcCqEP17h1IjeOvOHxf1/XF\\n5HNPhs/Ij5r5Vp94nYb7RTMcD7kQy380/wvs5rJllQ4bvU1e+k7uCkf1npS+/h+N\\nh6ouw9yseAanXHY4KRfyiQKBgCN04XsIi4omhcknA2Mdxvb0aTe4ASa/OEnp3B5/\\nXtFM2KkctEO4Ta7rZIdmNlDdWJKQaHf0Vmk3miNODgixoR0ifGpY0vBJJLQ+0oT3\\nt2fJJnQKPT2Q6BKQzwVnqIcd0zfGLL/uBiae6wOknHpTVPiDSjtMw6weLEqa+tSF\\n5/3BAoGAE2/sQtpVUMcEDdEEqjUFJIFhSnebi/LI7/tK6e3YVHtZ7GSVZMO0sSmW\\n9JxP5iDNVFm2byAbz/IsYa9mM04CLZO1yHlo0na2U2a9se4b6m6Fnag6PZ7XPwBL\\nkgavhuDShxFzytWy1sfwy5IX0VuCtW4b2oMC5YaM8AjbvjKYX8s=\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-238502935", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/+Nc57Js15fmH0wLaXbTK6zelIyI40ytVMHwcwxvwYhDi8yzy1+hEKEEWOT/uHh/MTNHv0NnyY1hrZ8Q9Iu1+kg34F4PynywK5lotY/3xRwQnZfIrJrJRg03z/0r16wehgju2XhxV7rDO916wpG6Qajti0QBSFsuygL+EZNW6zd4ghqD4k0jhdjg4AmN2SHesMzx2+7NSMJCRA4oi+VSg70pUrjwcvRWMBUhMrBm7h4v1NEKfVdfUqtmvAgilHXk0nDBPjjxuIDSdpjkI/go4RgB+tWU8o35H8omqSYR0kw4QEAqPommo6F65SplhW/kOOhKg87q1FSiepo2wE489 Generated-by-Nova", "fingerprint": "9a:19:2f:d6:25:84:46:a1:67:92:e7:da:23:c4:a6:85", "user_id": "077b3eb752804ca48edd077cb158ab0f"}}' 2022-02-19 00:30:24,133 125517 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-238502935 created 2022-02-19 00:30:24,398 125517 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/security-groups 0.264s 2022-02-19 00:30:24,399 125517 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--1125543775", "description": "tempest-description--2053076937"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-0418e942-7860-41be-a5dc-c61aa05ad321', 'date': 'Sat, 19 Feb 2022 00:30:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "78946de9-c164-4f04-a24c-4017e206b7d7", "name": "tempest-securitygroup--1125543775", "stateful": true, "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "description": "tempest-description--2053076937", "shared": false, "security_group_rules": [{"id": "83c708d8-f84e-469c-a274-bdb0a547853b", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "security_group_id": "78946de9-c164-4f04-a24c-4017e206b7d7", "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": 1218, "description": null, "tags": [], "created_at": "2022-02-19T00:30:24Z", "updated_at": "2022-02-19T00:30:24Z", "revision_number": 0, "project_id": "cb5bee051b5d438a8c30944911a96f3e"}, {"id": "c2ce907d-a3f7-4814-8443-048078c3b776", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "security_group_id": "78946de9-c164-4f04-a24c-4017e206b7d7", "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": 1219, "description": null, "tags": [], "created_at": "2022-02-19T00:30:24Z", "updated_at": "2022-02-19T00:30:24Z", "revision_number": 0, "project_id": "cb5bee051b5d438a8c30944911a96f3e"}], "tags": [], "created_at": "2022-02-19T00:30:24Z", "updated_at": "2022-02-19T00:30:24Z", "revision_number": 1, "project_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:24,832 125517 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/security-group-rules 0.433s 2022-02-19 00:30:24,833 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "78946de9-c164-4f04-a24c-4017e206b7d7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-2b169f7c-16c4-4445-a626-7ec405e582ee', 'date': 'Sat, 19 Feb 2022 00:30:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c774a384-75e4-49d9-8124-c033c3f15266", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "security_group_id": "78946de9-c164-4f04-a24c-4017e206b7d7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-02-19T00:30:24Z", "updated_at": "2022-02-19T00:30:24Z", "revision_number": 0, "project_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:25,166 125517 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/security-group-rules 0.332s 2022-02-19 00:30:25,166 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "78946de9-c164-4f04-a24c-4017e206b7d7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a3b628c9-237a-414b-91e7-8d9faa674ffa', 'date': 'Sat, 19 Feb 2022 00:30:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0302de4e-a3fb-4f3f-a1ee-7f18cb8c62d1", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "security_group_id": "78946de9-c164-4f04-a24c-4017e206b7d7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-02-19T00:30:25Z", "updated_at": "2022-02-19T00:30:25Z", "revision_number": 0, "project_id": "cb5bee051b5d438a8c30944911a96f3e"}}' 2022-02-19 00:30:25,166 125517 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1125543775 created 2022-02-19 00:30:26,232 125517 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/floatingips 1.064s 2022-02-19 00:30:26,232 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3c554ccf-a359-4d13-95ae-4e67dd476a05"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-8848628d-c698-45ba-9bbc-40d93e6afa9e', 'date': 'Sat, 19 Feb 2022 00:30:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7a478f0b-3bed-4380-90dd-00bd04b47f28", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "floating_ip_address": "172.25.6.17", "floating_network_id": "3c554ccf-a359-4d13-95ae-4e67dd476a05", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cb5bee051b5d438a8c30944911a96f3e", "description": "", "port_details": null, "tags": [], "created_at": "2022-02-19T00:30:25Z", "updated_at": "2022-02-19T00:30:25Z", "revision_number": 0}}' 2022-02-19 00:30:26,232 125517 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7a478f0b-3bed-4380-90dd-00bd04b47f28', 'tenant_id': 'cb5bee051b5d438a8c30944911a96f3e', 'floating_ip_address': '172.25.6.17', 'floating_network_id': '3c554ccf-a359-4d13-95ae-4e67dd476a05', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb5bee051b5d438a8c30944911a96f3e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-19T00:30:25Z', 'updated_at': '2022-02-19T00:30:25Z', 'revision_number': 0, 'ip': '172.25.6.17'} created 2022-02-19 00:30:26,332 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60/identity/v3/auth/tokens 0.093s 2022-02-19 00:30:26,332 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-04d7cfc3-fd70-4fdd-bebf-077e40428142', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "077b3eb752804ca48edd077cb158ab0f", "name": "tempest-TaggedBootDevicesTest_v242-1351636968-project", "password_expires_at": null}, "audit_ids": ["3No6_6BMQzGCEJy0R7Jzfw"], "expires_at": "2022-02-19T01:30:26.000000Z", "issued_at": "2022-02-19T00:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb5bee051b5d438a8c30944911a96f3e", "name": "tempest-TaggedBootDevicesTest_v242-1351636968"}, "is_domain": false, "roles": [{"id": "e2a0150289434a10bd542efd0ec9eadb", "name": "member"}, {"id": "8af04ef60b64466cbb94be1459432a61", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3b7f11a8ce514e59905ce4fb4eaa3954", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/placement", "region": "RegionOne"}], "id": "25123f67f2f44197a6288db511d18e4e", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "086f34bd34cf4540acfdd76ef83fd2b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2.1", "region": "RegionOne"}], "id": "57df911fc4af4b7da8de6b27f0706c74", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c028e96ddf454f7ba983a7b93fe10897", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/image", "region": "RegionOne"}], "id": "7c18d39ae72b440e9b9eff58d93e15da", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4c972c246ad7429d999743d393d85609", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.60:8080", "region": "RegionOne"}, {"id": "61aa7ac04d754f3fb25c8144141edb43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:8080/v1/AUTH_cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "9fb32080c7694d8eb2e171c0059591d8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc719fb051f84da3ac1813838ff610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2/cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "dbe25228133342a2b0aa5b1e4847e47d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "68bc31a531ab4494b72a8c247c82e457", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:9696/", "region": "RegionOne"}], "id": "de0b6e2e06954178ae0066928c3e6f40", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f9578137cbf548039a01484f4d6c15fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "e9fd87e6495943bf8e5e96ee6bfc0af8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "528ccd13e1ee4bba9792bb8e24b78eda", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "ef73894fbee84ab3a964d67c3b82e61b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a9d1503d70824fe4b9e35cfdbb803c6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/identity", "region": "RegionOne"}], "id": "f7ebef6a5ef447d1abf1c6055ca6f156", "type": "identity", "name": "keystone"}]}}' 2022-02-19 00:30:26,333 125517 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'fca5c244-f69c-45db-82dc-37a395a8b58d', 'name': 'tempest-TaggedBootDevicesTest_v242-825974479-network', 'tenant_id': 'cb5bee051b5d438a8c30944911a96f3e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb5bee051b5d438a8c30944911a96f3e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-19T00:29:06Z', 'updated_at': '2022-02-19T00:29:06Z', 'revision_number': 1} available for tenant 2022-02-19 00:30:26,372 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.222.0.60/identity/v3/auth/tokens 0.034s 2022-02-19 00:30:26,372 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2bd5f300-8c87-4d7e-b8cb-d101f71cb6af', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "077b3eb752804ca48edd077cb158ab0f", "name": "tempest-TaggedBootDevicesTest_v242-1351636968-project", "password_expires_at": null}, "audit_ids": ["KFYAlCIXRK684iOBq6M7Ug"], "expires_at": "2022-02-19T01:30:26.000000Z", "issued_at": "2022-02-19T00:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb5bee051b5d438a8c30944911a96f3e", "name": "tempest-TaggedBootDevicesTest_v242-1351636968"}, "is_domain": false, "roles": [{"id": "e2a0150289434a10bd542efd0ec9eadb", "name": "member"}, {"id": "8af04ef60b64466cbb94be1459432a61", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3b7f11a8ce514e59905ce4fb4eaa3954", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/placement", "region": "RegionOne"}], "id": "25123f67f2f44197a6288db511d18e4e", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "086f34bd34cf4540acfdd76ef83fd2b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2.1", "region": "RegionOne"}], "id": "57df911fc4af4b7da8de6b27f0706c74", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c028e96ddf454f7ba983a7b93fe10897", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/image", "region": "RegionOne"}], "id": "7c18d39ae72b440e9b9eff58d93e15da", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4c972c246ad7429d999743d393d85609", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.60:8080", "region": "RegionOne"}, {"id": "61aa7ac04d754f3fb25c8144141edb43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:8080/v1/AUTH_cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "9fb32080c7694d8eb2e171c0059591d8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc719fb051f84da3ac1813838ff610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2/cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "dbe25228133342a2b0aa5b1e4847e47d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "68bc31a531ab4494b72a8c247c82e457", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:9696/", "region": "RegionOne"}], "id": "de0b6e2e06954178ae0066928c3e6f40", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f9578137cbf548039a01484f4d6c15fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "e9fd87e6495943bf8e5e96ee6bfc0af8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "528ccd13e1ee4bba9792bb8e24b78eda", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/cb5bee051b5d438a8c30944911a96f3e", "region": "RegionOne"}], "id": "ef73894fbee84ab3a964d67c3b82e61b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a9d1503d70824fe4b9e35cfdbb803c6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/identity", "region": "RegionOne"}], "id": "f7ebef6a5ef447d1abf1c6055ca6f156", "type": "identity", "name": "keystone"}]}}' 2022-02-19 00:30:26,373 125517 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'fca5c244-f69c-45db-82dc-37a395a8b58d', 'name': 'tempest-TaggedBootDevicesTest_v242-825974479-network', 'tenant_id': 'cb5bee051b5d438a8c30944911a96f3e', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb5bee051b5d438a8c30944911a96f3e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-19T00:29:06Z', 'updated_at': '2022-02-19T00:29:06Z', 'revision_number': 1} available for tenant 2022-02-19 00:30:26,373 125517 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAv/jXOeybNeX5h9MC2l20yus3pSMiONMrVTB8HMMb8GIQ4vMs\n8tfoRChBFjk/7h4fzEzR79DZ8mNYa2fEPSLtfpIN+BeD8p8sCuZaLWP98UcEJ2Xy\nKyayUYNN8/9K9esHoYI7tl4cVe6wzvdesKRukGo7YtEAUhbLsoC/hGTVus3eIIag\n+JNI4XY4OAJjdkh3rDM8dvuzUjCQkQOKIvlUoO9KVK48HL0VjAVITKwZu4eL9TRC\nn1XX1KrZrwIIpR15NJwwT448biA0naY5CP4KOEYAfrVlPKN+R/KJqkmEdJMOEBAK\nj6JpqOheuUqZYVv5DjoSoPO6tRUonqaNsBOPPQIDAQABAoIBAFDO67I7Ud5vTwmI\nnmPTHB5qwwKldmtbIJt8jFIDI0idzyPpXxteHSxLkZJMSQfv8EysbZa4YHXysa6M\ngIOHp1cnHfA33dgMfpqb+ouu0p902F/JPxZA9MDxN6gk56X66DxpOL98gAsALbcB\nU/+hR9VMknD3L15esCIUpgmR9JHsCbJ/h22GbeIX71h+PeAlo0BlVx+W4UJQfNWH\n1g4yjI0dpurGj56P+iEcCywmeT2Eji0EW87uYlkO9MJbHSaImMxvgvi4rTw9zgw0\nrnNM9x9HPWHmB724f5Ytv2xRzOX3i7qsXz3d4sIyK3Ldrdurc+X+XEzQhv0gywm4\nloBrheECgYEA7LPHgMbJ6Il1HGJD3yH8tMLHLUFfWnNX9ZFV1uh/YGhyHe92w7iK\ngkqVCQKklhtk1icA94PM4P5gZXnvhdHyD9WsAEAYdtgSCwq2iAWdeB4CghqPCyff\n+D5l7ASi1bOEdW5RMrC2ML9Z4hlKCU3tFWDwenXn+QETgthP0p4YfpUCgYEAz59+\nzwFuZ0CX31rdpaFxYLHePeC6nnnZDKzg5nYmE6nbiemdj+7UzA5aGAi7LOpwt+zb\nC3SGn4Ub4XIINLFbSFzPb483p1ghnCtXAYPZ7VkTJkKjCaftx9fHanf+JGB87QBJ\nVbOmcTPSrXbDCm0LbuWHj840K/WUPOsUqo+/rAkCgYAH1mQStYJV+scv62kH6F4v\ntgtWSkXX/t24udk3xncBQDQXHai3DlM3wTRyGe5NMhcCqEP17h1IjeOvOHxf1/XF\n5HNPhs/Ij5r5Vp94nYb7RTMcD7kQy380/wvs5rJllQ4bvU1e+k7uCkf1npS+/h+N\nh6ouw9yseAanXHY4KRfyiQKBgCN04XsIi4omhcknA2Mdxvb0aTe4ASa/OEnp3B5/\nXtFM2KkctEO4Ta7rZIdmNlDdWJKQaHf0Vmk3miNODgixoR0ifGpY0vBJJLQ+0oT3\nt2fJJnQKPT2Q6BKQzwVnqIcd0zfGLL/uBiae6wOknHpTVPiDSjtMw6weLEqa+tSF\n5/3BAoGAE2/sQtpVUMcEDdEEqjUFJIFhSnebi/LI7/tK6e3YVHtZ7GSVZMO0sSmW\n9JxP5iDNVFm2byAbz/IsYa9mM04CLZO1yHlo0na2U2a9se4b6m6Fnag6PZ7XPwBL\nkgavhuDShxFzytWy1sfwy5IX0VuCtW4b2oMC5YaM8AjbvjKYX8s=\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-238502935', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/+Nc57Js15fmH0wLaXbTK6zelIyI40ytVMHwcwxvwYhDi8yzy1+hEKEEWOT/uHh/MTNHv0NnyY1hrZ8Q9Iu1+kg34F4PynywK5lotY/3xRwQnZfIrJrJRg03z/0r16wehgju2XhxV7rDO916wpG6Qajti0QBSFsuygL+EZNW6zd4ghqD4k0jhdjg4AmN2SHesMzx2+7NSMJCRA4oi+VSg70pUrjwcvRWMBUhMrBm7h4v1NEKfVdfUqtmvAgilHXk0nDBPjjxuIDSdpjkI/go4RgB+tWU8o35H8omqSYR0kw4QEAqPommo6F65SplhW/kOOhKg87q1FSiepo2wE489 Generated-by-Nova', 'fingerprint': '9a:19:2f:d6:25:84:46:a1:67:92:e7:da:23:c4:a6:85', 'user_id': '077b3eb752804ca48edd077cb158ab0f'}, 'security_group': {'id': '78946de9-c164-4f04-a24c-4017e206b7d7', 'name': 'tempest-securitygroup--1125543775', 'stateful': True, 'tenant_id': 'cb5bee051b5d438a8c30944911a96f3e', 'description': 'tempest-description--2053076937', 'shared': False, 'security_group_rules': [{'id': '83c708d8-f84e-469c-a274-bdb0a547853b', 'tenant_id': 'cb5bee051b5d438a8c30944911a96f3e', 'security_group_id': '78946de9-c164-4f04-a24c-4017e206b7d7', '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': 1218, 'description': None, 'tags': [], 'created_at': '2022-02-19T00:30:24Z', 'updated_at': '2022-02-19T00:30:24Z', 'revision_number': 0, 'project_id': 'cb5bee051b5d438a8c30944911a96f3e'}, {'id': 'c2ce907d-a3f7-4814-8443-048078c3b776', 'tenant_id': 'cb5bee051b5d438a8c30944911a96f3e', 'security_group_id': '78946de9-c164-4f04-a24c-4017e206b7d7', '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': 1219, 'description': None, 'tags': [], 'created_at': '2022-02-19T00:30:24Z', 'updated_at': '2022-02-19T00:30:24Z', 'revision_number': 0, 'project_id': 'cb5bee051b5d438a8c30944911a96f3e'}], 'tags': [], 'created_at': '2022-02-19T00:30:24Z', 'updated_at': '2022-02-19T00:30:24Z', 'revision_number': 1, 'project_id': 'cb5bee051b5d438a8c30944911a96f3e'}, 'floating_ip': {'id': '7a478f0b-3bed-4380-90dd-00bd04b47f28', 'tenant_id': 'cb5bee051b5d438a8c30944911a96f3e', 'floating_ip_address': '172.25.6.17', 'floating_network_id': '3c554ccf-a359-4d13-95ae-4e67dd476a05', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb5bee051b5d438a8c30944911a96f3e', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-19T00:30:25Z', 'updated_at': '2022-02-19T00:30:25Z', 'revision_number': 0, 'ip': '172.25.6.17'}} 2022-02-19 00:30:31,343 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.222.0.60/compute/v2.1/servers 4.968s 2022-02-19 00:30:31,343 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-device-tagging-server-2078751853", "imageRef": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "flavorRef": "452", "config_drive": true, "networks": [{"uuid": "fca5c244-f69c-45db-82dc-37a395a8b58d"}, {"port": "502b2c99-18e4-4109-9893-037755354674", "tag": "port-1"}, {"port": "ce57e132-4722-4f14-802a-fad6ecbefd9e", "tag": "port-2"}, {"uuid": "2149cc64-e9cc-4fc7-8830-b3d682362528", "tag": "net-1"}, {"uuid": "2149cc64-e9cc-4fc7-8830-b3d682362528"}, {"uuid": "8e949331-9c1f-4231-b4f8-c198906e2053", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "8e949331-9c1f-4231-b4f8-c198906e2053", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "1591568d-2811-4128-a074-4c2a51be47a4", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "b46d8275-141a-46e0-ad8c-4737db4a94d7", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "5c7737cd-f0d3-4ecf-ba4c-30967bcfd5b9", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1125543775"}], "key_name": "tempest-keypair-238502935", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1532815-1656-402e-8c72-023eab50a7d0', 'x-compute-request-id': 'req-b1532815-1656-402e-8c72-023eab50a7d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1125543775"}], "adminPass": "fk8FFU3EpWm6"}}' 2022-02-19 00:30:31,421 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:30:31,422 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53fb2070-fd27-4835-b374-3106cba0e8c5', 'x-compute-request-id': 'req-53fb2070-fd27-4835-b374-3106cba0e8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:32,515 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:30:32,516 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01ea6b4e-63e4-443a-9bad-75535c353646', 'x-compute-request-id': 'req-01ea6b4e-63e4-443a-9bad-75535c353646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:33,609 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:30:33,610 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27f0a366-ac22-48cb-b76b-1d9e82385400', 'x-compute-request-id': 'req-27f0a366-ac22-48cb-b76b-1d9e82385400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:34,750 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.130s 2022-02-19 00:30:34,751 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-189dacb4-557e-411d-b9bf-1f7697ba305a', 'x-compute-request-id': 'req-189dacb4-557e-411d-b9bf-1f7697ba305a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:35,855 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.094s 2022-02-19 00:30:35,855 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a416f28-09c7-49e5-9d15-4688f91e0c5c', 'x-compute-request-id': 'req-0a416f28-09c7-49e5-9d15-4688f91e0c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:36,981 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.115s 2022-02-19 00:30:36,981 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c4ef113-8562-4674-89a2-4f56efd2edf6', 'x-compute-request-id': 'req-4c4ef113-8562-4674-89a2-4f56efd2edf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:38,069 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:30:38,070 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f98efc2-330a-439e-8f23-fb0ba789e7d7', 'x-compute-request-id': 'req-6f98efc2-330a-439e-8f23-fb0ba789e7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:39,206 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.125s 2022-02-19 00:30:39,206 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53bb8dce-c83e-459c-84af-c5bde331af20', 'x-compute-request-id': 'req-53bb8dce-c83e-459c-84af-c5bde331af20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:40,313 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.097s 2022-02-19 00:30:40,314 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a001fca8-e513-42cd-8ab8-b69623fd580a', 'x-compute-request-id': 'req-a001fca8-e513-42cd-8ab8-b69623fd580a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:41,748 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.424s 2022-02-19 00:30:41,748 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0fccee8-f0ff-4d3b-9c38-b526ad2ea492', 'x-compute-request-id': 'req-a0fccee8-f0ff-4d3b-9c38-b526ad2ea492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:42,948 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.190s 2022-02-19 00:30:42,949 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42c873db-efda-4dfc-bbe6-e8e84a083dcd', 'x-compute-request-id': 'req-42c873db-efda-4dfc-bbe6-e8e84a083dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:44,497 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.535s 2022-02-19 00:30:44,497 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe7d8b4f-f717-4e05-bd35-250049ae4c11', 'x-compute-request-id': 'req-fe7d8b4f-f717-4e05-bd35-250049ae4c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:45,634 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.127s 2022-02-19 00:30:45,634 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3970f7a-7f89-43a4-a936-1d3e0149493b', 'x-compute-request-id': 'req-c3970f7a-7f89-43a4-a936-1d3e0149493b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:46,845 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.200s 2022-02-19 00:30:46,845 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a76d2d5-8f7f-4ab3-a70c-9357729459e2', 'x-compute-request-id': 'req-1a76d2d5-8f7f-4ab3-a70c-9357729459e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:47,958 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.098s 2022-02-19 00:30:47,958 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b43fe0b0-bade-432a-a711-312aa819222f', 'x-compute-request-id': 'req-b43fe0b0-bade-432a-a711-312aa819222f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:49,053 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:30:49,053 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f851330c-a840-4dda-81eb-4cae69a1d462', 'x-compute-request-id': 'req-f851330c-a840-4dda-81eb-4cae69a1d462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:50,203 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.140s 2022-02-19 00:30:50,203 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4a412d2-7cf5-4397-a78d-43b04a186037', 'x-compute-request-id': 'req-a4a412d2-7cf5-4397-a78d-43b04a186037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:51,300 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:30:51,301 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ede2228-ac3b-42fe-9f41-aae095d8d083', 'x-compute-request-id': 'req-2ede2228-ac3b-42fe-9f41-aae095d8d083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:52,464 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.154s 2022-02-19 00:30:52,465 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61248da6-80d2-4ed9-8e20-a89b045b014d', 'x-compute-request-id': 'req-61248da6-80d2-4ed9-8e20-a89b045b014d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:53,603 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.128s 2022-02-19 00:30:53,603 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6062517e-111b-476d-b034-5b06f9dff362', 'x-compute-request-id': 'req-6062517e-111b-476d-b034-5b06f9dff362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:54,701 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:30:54,701 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14532e70-5ec3-4ac1-8052-2ff3cee34c93', 'x-compute-request-id': 'req-14532e70-5ec3-4ac1-8052-2ff3cee34c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:55,829 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.119s 2022-02-19 00:30:55,830 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6207bf2-1f47-42c6-8256-d1a565e8090a', 'x-compute-request-id': 'req-a6207bf2-1f47-42c6-8256-d1a565e8090a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:56,955 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.113s 2022-02-19 00:30:56,955 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3e65328-c7be-4fc2-ab60-fd54b633afe6', 'x-compute-request-id': 'req-d3e65328-c7be-4fc2-ab60-fd54b633afe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:58,098 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.133s 2022-02-19 00:30:58,099 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c1a1434-7102-421a-b01f-ff5fb71ced96', 'x-compute-request-id': 'req-6c1a1434-7102-421a-b01f-ff5fb71ced96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:30:59,265 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.155s 2022-02-19 00:30:59,265 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7614e590-e592-4ecb-869c-913741ffb8d8', 'x-compute-request-id': 'req-7614e590-e592-4ecb-869c-913741ffb8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:30:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:00,377 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.101s 2022-02-19 00:31:00,377 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-336cd975-c578-4a43-a837-2a90676f33a7', 'x-compute-request-id': 'req-336cd975-c578-4a43-a837-2a90676f33a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:01,463 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:31:01,463 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b461428-9e6b-4acf-a508-998a2da15595', 'x-compute-request-id': 'req-5b461428-9e6b-4acf-a508-998a2da15595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:02,560 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:31:02,561 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2d04f06-6ee9-481a-85d1-c4912224c184', 'x-compute-request-id': 'req-a2d04f06-6ee9-481a-85d1-c4912224c184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:03,654 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:31:03,655 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e52b9a84-b15d-4a66-9cbb-a5135b0f03b6', 'x-compute-request-id': 'req-e52b9a84-b15d-4a66-9cbb-a5135b0f03b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:04,743 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:31:04,743 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02148e96-9eea-477c-be4a-7798dda9af58', 'x-compute-request-id': 'req-02148e96-9eea-477c-be4a-7798dda9af58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:05,833 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:31:05,833 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cffbbb3c-a805-4389-9a10-815809692109', 'x-compute-request-id': 'req-cffbbb3c-a805-4389-9a10-815809692109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:06,927 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:31:06,928 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66eb463c-434c-4816-abd9-0350c19ffa9b', 'x-compute-request-id': 'req-66eb463c-434c-4816-abd9-0350c19ffa9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:08,021 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:31:08,021 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0188e9f9-b87e-4eeb-bf4f-a79a30b41f0e', 'x-compute-request-id': 'req-0188e9f9-b87e-4eeb-bf4f-a79a30b41f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:09,109 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:31:09,110 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b40a943-dd69-4ba3-8b56-1e9b7375646b', 'x-compute-request-id': 'req-8b40a943-dd69-4ba3-8b56-1e9b7375646b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:10,206 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:31:10,206 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-683ac4b1-0466-4bc2-a078-da87a0ffc77f', 'x-compute-request-id': 'req-683ac4b1-0466-4bc2-a078-da87a0ffc77f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:11,302 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:31:11,302 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d74eae8e-f226-43c2-9f8f-c55f0fadc412', 'x-compute-request-id': 'req-d74eae8e-f226-43c2-9f8f-c55f0fadc412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:12,393 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:31:12,394 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53ba0f03-0b3a-41c7-b7a6-5042f7e98b28', 'x-compute-request-id': 'req-53ba0f03-0b3a-41c7-b7a6-5042f7e98b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:13,494 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.090s 2022-02-19 00:31:13,495 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf623968-2d4e-4939-995d-2f18a63f017f', 'x-compute-request-id': 'req-bf623968-2d4e-4939-995d-2f18a63f017f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:14,584 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:31:14,584 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-462824fb-08aa-4bec-8092-170cbfd4d8fe', 'x-compute-request-id': 'req-462824fb-08aa-4bec-8092-170cbfd4d8fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:15,689 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.095s 2022-02-19 00:31:15,690 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfbe97b6-fdcf-4f5a-b820-36cb293fa1b0', 'x-compute-request-id': 'req-dfbe97b6-fdcf-4f5a-b820-36cb293fa1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:16,782 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:31:16,782 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4f91b31-efc2-486d-b888-097aa99b9baa', 'x-compute-request-id': 'req-f4f91b31-efc2-486d-b888-097aa99b9baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:17,883 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.090s 2022-02-19 00:31:17,883 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dac3e4b-eabf-4420-bd3e-b24fcdee0f2c', 'x-compute-request-id': 'req-3dac3e4b-eabf-4420-bd3e-b24fcdee0f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:18,972 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:31:18,973 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8250102-5d0e-431d-a2d6-83ea1948eb0f', 'x-compute-request-id': 'req-d8250102-5d0e-431d-a2d6-83ea1948eb0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:20,096 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.112s 2022-02-19 00:31:20,096 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abda8e6d-5da7-4e8b-98a0-6fc728bb7878', 'x-compute-request-id': 'req-abda8e6d-5da7-4e8b-98a0-6fc728bb7878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:21,193 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:31:21,194 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c219dd-f2dc-4288-9dd9-907787831456', 'x-compute-request-id': 'req-d5c219dd-f2dc-4288-9dd9-907787831456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:22,291 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:31:22,291 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7cebe13-422b-4bac-86fa-2ebf48cb92d3', 'x-compute-request-id': 'req-b7cebe13-422b-4bac-86fa-2ebf48cb92d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:23,382 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:31:23,382 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8ab78f1-ab92-41c9-a5e7-952207b322cf', 'x-compute-request-id': 'req-c8ab78f1-ab92-41c9-a5e7-952207b322cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:24,485 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:31:24,486 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74b6cbf0-e8f6-4bf3-8de2-93bfc20db282', 'x-compute-request-id': 'req-74b6cbf0-e8f6-4bf3-8de2-93bfc20db282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:25,595 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.098s 2022-02-19 00:31:25,595 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4415aeb-7342-4302-8c6f-b813740a32d6', 'x-compute-request-id': 'req-a4415aeb-7342-4302-8c6f-b813740a32d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:26,697 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.092s 2022-02-19 00:31:26,698 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bbc8b86-f7a8-4e26-bbd0-6aab36df696b', 'x-compute-request-id': 'req-0bbc8b86-f7a8-4e26-bbd0-6aab36df696b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:27,828 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.120s 2022-02-19 00:31:27,828 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-564eea6f-cc68-4aad-8334-8d3da44d7a8f', 'x-compute-request-id': 'req-564eea6f-cc68-4aad-8334-8d3da44d7a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:28,984 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.146s 2022-02-19 00:31:28,985 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b047dfb9-a4ac-4532-97a3-13c74aac0031', 'x-compute-request-id': 'req-b047dfb9-a4ac-4532-97a3-13c74aac0031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:30,105 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.111s 2022-02-19 00:31:30,105 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81ab7fbb-e6a6-47bb-8854-94c686eaafe7', 'x-compute-request-id': 'req-81ab7fbb-e6a6-47bb-8854-94c686eaafe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:31,211 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.095s 2022-02-19 00:31:31,212 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6e7d910-73f3-4e8e-af70-4da80fafa33d', 'x-compute-request-id': 'req-e6e7d910-73f3-4e8e-af70-4da80fafa33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:32,334 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.112s 2022-02-19 00:31:32,335 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5617f5bd-e602-42b2-9719-9c1e1c30f3a7', 'x-compute-request-id': 'req-5617f5bd-e602-42b2-9719-9c1e1c30f3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:33,426 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:31:33,427 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52d7e294-d401-42db-8568-4caea2f48acb', 'x-compute-request-id': 'req-52d7e294-d401-42db-8568-4caea2f48acb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:34,512 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:31:34,512 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2385c3ea-5abf-499b-8fdc-c0bcf17e1a8c', 'x-compute-request-id': 'req-2385c3ea-5abf-499b-8fdc-c0bcf17e1a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:35,610 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:31:35,611 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bea9e3f-5a35-4bc7-8e96-28649d4baf62', 'x-compute-request-id': 'req-6bea9e3f-5a35-4bc7-8e96-28649d4baf62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:36,697 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:31:36,697 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef148fb7-b176-4886-ad2b-fa8f0b5a24e5', 'x-compute-request-id': 'req-ef148fb7-b176-4886-ad2b-fa8f0b5a24e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:37,802 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.095s 2022-02-19 00:31:37,803 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4f06581-b897-4dca-b8dd-9177243eea6d', 'x-compute-request-id': 'req-e4f06581-b897-4dca-b8dd-9177243eea6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:38,889 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:31:38,889 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1570e02-7368-4fbf-8fb3-544046b5f3e3', 'x-compute-request-id': 'req-e1570e02-7368-4fbf-8fb3-544046b5f3e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:40,005 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.102s 2022-02-19 00:31:40,006 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b7932d6-eb73-48a4-8928-d6174afb5a89', 'x-compute-request-id': 'req-0b7932d6-eb73-48a4-8928-d6174afb5a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:41,115 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.097s 2022-02-19 00:31:41,115 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aa5c619-013b-48df-881c-b41a2acd8a76', 'x-compute-request-id': 'req-2aa5c619-013b-48df-881c-b41a2acd8a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:42,225 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.100s 2022-02-19 00:31:42,226 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95b37377-046e-4854-9ad4-1398d8698402', 'x-compute-request-id': 'req-95b37377-046e-4854-9ad4-1398d8698402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:43,318 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:31:43,318 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c4ee564-d16b-4ecc-9c44-e93827c2021a', 'x-compute-request-id': 'req-9c4ee564-d16b-4ecc-9c44-e93827c2021a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:44,407 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:31:44,407 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84470415-ed42-433d-bca7-04ba186e80e5', 'x-compute-request-id': 'req-84470415-ed42-433d-bca7-04ba186e80e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:45,492 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:31:45,492 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e391a971-811e-4194-98f9-619bb9b5c798', 'x-compute-request-id': 'req-e391a971-811e-4194-98f9-619bb9b5c798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:46,588 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:31:46,589 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7be60497-8367-4ea5-b9a2-0c129600c62b', 'x-compute-request-id': 'req-7be60497-8367-4ea5-b9a2-0c129600c62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:47,692 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:31:47,692 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44672658-2f8e-41c1-85ae-f0d11d08ee4f', 'x-compute-request-id': 'req-44672658-2f8e-41c1-85ae-f0d11d08ee4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:48,839 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.136s 2022-02-19 00:31:48,839 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cf881c7-6497-4959-8e74-b010372ebe41', 'x-compute-request-id': 'req-7cf881c7-6497-4959-8e74-b010372ebe41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:49,927 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:31:49,927 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c3d9cc8-b162-4b0e-b556-a0122980d2b3', 'x-compute-request-id': 'req-6c3d9cc8-b162-4b0e-b556-a0122980d2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:51,013 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:31:51,013 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8421d58f-6ed6-4c8b-abb1-4d70f892a93e', 'x-compute-request-id': 'req-8421d58f-6ed6-4c8b-abb1-4d70f892a93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:52,460 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.436s 2022-02-19 00:31:52,460 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f379a95f-8f5f-4b15-a09a-d8508963bd42', 'x-compute-request-id': 'req-f379a95f-8f5f-4b15-a09a-d8508963bd42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:53,552 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:31:53,553 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c6a304a-6f5d-47ba-8249-dae084766dfb', 'x-compute-request-id': 'req-1c6a304a-6f5d-47ba-8249-dae084766dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:54,636 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:31:54,637 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08c5ce0d-c005-46f3-93da-6c1b4a93984e', 'x-compute-request-id': 'req-08c5ce0d-c005-46f3-93da-6c1b4a93984e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:55,744 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.097s 2022-02-19 00:31:55,744 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-632e09d3-b7d5-4839-9f01-ab8f55d2d1e1', 'x-compute-request-id': 'req-632e09d3-b7d5-4839-9f01-ab8f55d2d1e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:56,843 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.089s 2022-02-19 00:31:56,844 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc9d0faf-70ab-4ebe-b2ee-c4db2195c60b', 'x-compute-request-id': 'req-bc9d0faf-70ab-4ebe-b2ee-c4db2195c60b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:57,937 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:31:57,938 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca24f7f2-ceba-4cc0-b450-d92c8b298953', 'x-compute-request-id': 'req-ca24f7f2-ceba-4cc0-b450-d92c8b298953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:31:59,023 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:31:59,023 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-543e4a9d-dc33-4b9b-9f64-fa5d02b3ed94', 'x-compute-request-id': 'req-543e4a9d-dc33-4b9b-9f64-fa5d02b3ed94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:31:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:00,114 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:32:00,115 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b16222e7-ecb8-4747-aa61-56f04d78e4de', 'x-compute-request-id': 'req-b16222e7-ecb8-4747-aa61-56f04d78e4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:01,199 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:32:01,199 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04c25a26-4ae5-482e-afb2-d4edddfdc3d9', 'x-compute-request-id': 'req-04c25a26-4ae5-482e-afb2-d4edddfdc3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:02,292 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:32:02,293 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e83c59-403b-4847-9dee-9207c34551dc', 'x-compute-request-id': 'req-61e83c59-403b-4847-9dee-9207c34551dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:03,379 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:32:03,380 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f882efc2-4c02-4aec-bcb6-07bf53036e24', 'x-compute-request-id': 'req-f882efc2-4c02-4aec-bcb6-07bf53036e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:04,475 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:32:04,475 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b892c4e-ee49-46b1-be58-313458a644b0', 'x-compute-request-id': 'req-1b892c4e-ee49-46b1-be58-313458a644b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:05,565 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:32:05,565 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f725d7e3-cb08-4e93-8a22-c5a4fc594d33', 'x-compute-request-id': 'req-f725d7e3-cb08-4e93-8a22-c5a4fc594d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:06,822 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.247s 2022-02-19 00:32:06,823 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4680099f-e477-4c91-b8f9-8e0167adf69e', 'x-compute-request-id': 'req-4680099f-e477-4c91-b8f9-8e0167adf69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:07,918 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:32:07,919 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e62d161e-a3b6-475e-889a-6dac73a43739', 'x-compute-request-id': 'req-e62d161e-a3b6-475e-889a-6dac73a43739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:09,031 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.103s 2022-02-19 00:32:09,032 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f06b5e6-ddda-49cf-80e4-e34eef21a3df', 'x-compute-request-id': 'req-4f06b5e6-ddda-49cf-80e4-e34eef21a3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:10,122 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:32:10,122 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7763562-c416-4293-9de0-0a6ebb95e1f0', 'x-compute-request-id': 'req-d7763562-c416-4293-9de0-0a6ebb95e1f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:11,252 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.113s 2022-02-19 00:32:11,253 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb1d7115-c418-4fdd-bae5-576272406aa4', 'x-compute-request-id': 'req-fb1d7115-c418-4fdd-bae5-576272406aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:12,359 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.094s 2022-02-19 00:32:12,360 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfdd7d18-7e85-4335-b660-3d96f8b51e06', 'x-compute-request-id': 'req-bfdd7d18-7e85-4335-b660-3d96f8b51e06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:13,463 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:32:13,463 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db4090f1-2e34-43c4-8f2c-e361fad78e51', 'x-compute-request-id': 'req-db4090f1-2e34-43c4-8f2c-e361fad78e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:14,569 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.096s 2022-02-19 00:32:14,569 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d12e8a1-e5a8-4edf-bdda-ddfadb81150f', 'x-compute-request-id': 'req-7d12e8a1-e5a8-4edf-bdda-ddfadb81150f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:15,667 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:32:15,667 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e33f7939-97ed-4f0e-9b0a-ea6ebc9402a6', 'x-compute-request-id': 'req-e33f7939-97ed-4f0e-9b0a-ea6ebc9402a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:17,072 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.394s 2022-02-19 00:32:17,072 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ccc3473-8aca-4fc3-8459-410522dd068e', 'x-compute-request-id': 'req-6ccc3473-8aca-4fc3-8459-410522dd068e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:18,164 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:32:18,164 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cdb641d-8d6c-4957-b610-cfe00cdcf925', 'x-compute-request-id': 'req-2cdb641d-8d6c-4957-b610-cfe00cdcf925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:19,267 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:32:19,268 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e9561d9-d4e1-4440-a84d-5c82b4b0984b', 'x-compute-request-id': 'req-1e9561d9-d4e1-4440-a84d-5c82b4b0984b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:20,368 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.090s 2022-02-19 00:32:20,369 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8640b07-9606-42a9-ba7c-5dac7ab75772', 'x-compute-request-id': 'req-c8640b07-9606-42a9-ba7c-5dac7ab75772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:21,460 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:32:21,460 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-076a0464-fae4-41f2-8e67-593ecbe7aa0f', 'x-compute-request-id': 'req-076a0464-fae4-41f2-8e67-593ecbe7aa0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:22,578 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.108s 2022-02-19 00:32:22,579 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f91c79d-577f-43f0-8ca7-2bfa220a1f4d', 'x-compute-request-id': 'req-6f91c79d-577f-43f0-8ca7-2bfa220a1f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:23,669 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:32:23,669 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d800e099-556e-48ef-bad6-ec9b42592dd2', 'x-compute-request-id': 'req-d800e099-556e-48ef-bad6-ec9b42592dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:24,755 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:32:24,755 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca72005-6740-469a-9356-7355de83c4e6', 'x-compute-request-id': 'req-cca72005-6740-469a-9356-7355de83c4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:25,841 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:32:25,841 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b769a5d-2ce2-40a8-8eb0-8cd5c1d8f912', 'x-compute-request-id': 'req-5b769a5d-2ce2-40a8-8eb0-8cd5c1d8f912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:26,928 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:32:26,929 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b8a8be1-407d-46d6-8423-4ab3d880baeb', 'x-compute-request-id': 'req-6b8a8be1-407d-46d6-8423-4ab3d880baeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:28,013 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:32:28,014 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b10de89-8873-4e5c-b089-b613433c3e31', 'x-compute-request-id': 'req-1b10de89-8873-4e5c-b089-b613433c3e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:29,100 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:32:29,100 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdf2df1a-db74-480d-8476-5f9b000bb1ca', 'x-compute-request-id': 'req-fdf2df1a-db74-480d-8476-5f9b000bb1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:30,185 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:32:30,186 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bde9b68d-7b1a-42e1-b2f6-d482f113ce5d', 'x-compute-request-id': 'req-bde9b68d-7b1a-42e1-b2f6-d482f113ce5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:31,270 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:32:31,270 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-823bec0a-dd95-4be0-8eb0-601e778ae4ab', 'x-compute-request-id': 'req-823bec0a-dd95-4be0-8eb0-601e778ae4ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:32,373 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:32:32,373 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb15f41f-d484-493c-8e17-7d69c7ec3eaf', 'x-compute-request-id': 'req-cb15f41f-d484-493c-8e17-7d69c7ec3eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:33,461 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:32:33,461 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4c5cdbb-4c45-497d-87bf-353077e99911', 'x-compute-request-id': 'req-a4c5cdbb-4c45-497d-87bf-353077e99911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:34,549 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:32:34,549 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d222e64-2879-4d12-a86d-3ec5b8d7dfb7', 'x-compute-request-id': 'req-0d222e64-2879-4d12-a86d-3ec5b8d7dfb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:35,641 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:32:35,641 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5f0cdda-4189-451b-a6f6-f45fcee167a0', 'x-compute-request-id': 'req-a5f0cdda-4189-451b-a6f6-f45fcee167a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:36,738 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:32:36,738 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8623e49e-760c-4908-8c8f-1ffdb5e6562e', 'x-compute-request-id': 'req-8623e49e-760c-4908-8c8f-1ffdb5e6562e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:37,828 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:32:37,829 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b845e953-84e7-41b1-b117-58a0ffc8c4e8', 'x-compute-request-id': 'req-b845e953-84e7-41b1-b117-58a0ffc8c4e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:38,968 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.128s 2022-02-19 00:32:38,968 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4bbb6ff-a172-4d87-aa63-be4fb9a06a73', 'x-compute-request-id': 'req-d4bbb6ff-a172-4d87-aa63-be4fb9a06a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:40,058 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:32:40,059 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-683ecd0d-28dc-4c4f-855c-db013a16cd6a', 'x-compute-request-id': 'req-683ecd0d-28dc-4c4f-855c-db013a16cd6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:41,202 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.134s 2022-02-19 00:32:41,202 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-516c2487-9a46-4137-b1df-b16093003d4f', 'x-compute-request-id': 'req-516c2487-9a46-4137-b1df-b16093003d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:42,293 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:32:42,293 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d59fe79-f76d-446b-9c0d-09ad862d59c6', 'x-compute-request-id': 'req-5d59fe79-f76d-446b-9c0d-09ad862d59c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:43,387 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:32:43,388 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d146aaa0-fe50-43b4-a6f8-cc4a83bd9b6d', 'x-compute-request-id': 'req-d146aaa0-fe50-43b4-a6f8-cc4a83bd9b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:44,489 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.091s 2022-02-19 00:32:44,490 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb9d7e9-1cab-4599-aac3-cdac218b1040', 'x-compute-request-id': 'req-efb9d7e9-1cab-4599-aac3-cdac218b1040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:45,580 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:32:45,580 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25f9047c-5948-4aab-ba56-416ad6b2263f', 'x-compute-request-id': 'req-25f9047c-5948-4aab-ba56-416ad6b2263f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:46,674 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:32:46,675 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95e904c7-89a8-413b-a62b-977954e09d83', 'x-compute-request-id': 'req-95e904c7-89a8-413b-a62b-977954e09d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:47,768 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:32:47,768 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aa26d41-b3a5-49ef-863f-24ba75c5e65f', 'x-compute-request-id': 'req-3aa26d41-b3a5-49ef-863f-24ba75c5e65f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:48,855 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:32:48,855 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de1b3f1e-a3cf-49a0-a754-92dd34d234f4', 'x-compute-request-id': 'req-de1b3f1e-a3cf-49a0-a754-92dd34d234f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:50,098 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.233s 2022-02-19 00:32:50,099 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e55f6a6d-8d5f-49e1-a821-139ba57fe31b', 'x-compute-request-id': 'req-e55f6a6d-8d5f-49e1-a821-139ba57fe31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:51,210 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.101s 2022-02-19 00:32:51,210 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d3fdf7a-252b-464a-9001-4429e8d1ae3b', 'x-compute-request-id': 'req-9d3fdf7a-252b-464a-9001-4429e8d1ae3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:52,295 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:32:52,295 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b0aa1b7-68e1-49da-aede-13025b91ac11', 'x-compute-request-id': 'req-5b0aa1b7-68e1-49da-aede-13025b91ac11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:53,388 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:32:53,389 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21ad5b9a-fe66-4798-bf48-824170b7bbde', 'x-compute-request-id': 'req-21ad5b9a-fe66-4798-bf48-824170b7bbde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:54,514 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.116s 2022-02-19 00:32:54,515 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbf517ad-8e3e-4db7-923b-e7d99888ba0c', 'x-compute-request-id': 'req-fbf517ad-8e3e-4db7-923b-e7d99888ba0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:55,610 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:32:55,610 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d8911f-5e5a-490d-92ac-88e1ff3fc289', 'x-compute-request-id': 'req-40d8911f-5e5a-490d-92ac-88e1ff3fc289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:56,702 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:32:56,703 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ff56ffd-722c-4341-bb55-526c88ca0495', 'x-compute-request-id': 'req-2ff56ffd-722c-4341-bb55-526c88ca0495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:57,787 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:32:57,788 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03fadcd2-2404-4002-8cac-579b33650d0b', 'x-compute-request-id': 'req-03fadcd2-2404-4002-8cac-579b33650d0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:32:58,891 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:32:58,891 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5032b5e-4c4d-4b73-9004-33c11c44554e', 'x-compute-request-id': 'req-e5032b5e-4c4d-4b73-9004-33c11c44554e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:00,031 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.129s 2022-02-19 00:33:00,031 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d507ae6b-5a1c-44c1-b2e3-90fc33b983db', 'x-compute-request-id': 'req-d507ae6b-5a1c-44c1-b2e3-90fc33b983db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:32:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:01,181 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.139s 2022-02-19 00:33:01,181 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba70de02-8ed4-4c6e-9e21-28739ee12d32', 'x-compute-request-id': 'req-ba70de02-8ed4-4c6e-9e21-28739ee12d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:02,333 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.142s 2022-02-19 00:33:02,333 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8c19552-89b0-40b7-b646-618bd93bb1d7', 'x-compute-request-id': 'req-f8c19552-89b0-40b7-b646-618bd93bb1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:03,448 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.105s 2022-02-19 00:33:03,449 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08d63f8b-f712-4c48-a2a2-a13d801f1da3', 'x-compute-request-id': 'req-08d63f8b-f712-4c48-a2a2-a13d801f1da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:04,607 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.149s 2022-02-19 00:33:04,608 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55ba6915-d82f-4d62-a44b-12d0159030c0', 'x-compute-request-id': 'req-55ba6915-d82f-4d62-a44b-12d0159030c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:05,727 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.107s 2022-02-19 00:33:05,727 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-816870eb-b3c7-400b-9f18-f29745cd992d', 'x-compute-request-id': 'req-816870eb-b3c7-400b-9f18-f29745cd992d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:06,819 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:33:06,819 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-769a9c39-47da-4bdf-a966-0740bb7f6b8c', 'x-compute-request-id': 'req-769a9c39-47da-4bdf-a966-0740bb7f6b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:08,353 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.524s 2022-02-19 00:33:08,353 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a6135dc-3470-4567-99f7-3b206013c02d', 'x-compute-request-id': 'req-2a6135dc-3470-4567-99f7-3b206013c02d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:09,496 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.130s 2022-02-19 00:33:09,496 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df71ad8-69b3-4da9-a1bc-578d141be137', 'x-compute-request-id': 'req-4df71ad8-69b3-4da9-a1bc-578d141be137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:10,668 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.162s 2022-02-19 00:33:10,668 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e953e3e-b120-488e-b99b-4eccbd4a4ce3', 'x-compute-request-id': 'req-8e953e3e-b120-488e-b99b-4eccbd4a4ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:11,849 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.171s 2022-02-19 00:33:11,850 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f16bfd9-08bf-4c10-b9bc-5d2fa2284e63', 'x-compute-request-id': 'req-7f16bfd9-08bf-4c10-b9bc-5d2fa2284e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:12,953 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.094s 2022-02-19 00:33:12,954 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5441b1bc-f889-4a7f-8122-402159776b8b', 'x-compute-request-id': 'req-5441b1bc-f889-4a7f-8122-402159776b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:14,053 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:33:14,053 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22528b97-241a-444c-b649-85dda634e349', 'x-compute-request-id': 'req-22528b97-241a-444c-b649-85dda634e349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:15,159 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:33:15,159 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c931d09a-3761-4484-ba94-aedfd0591f58', 'x-compute-request-id': 'req-c931d09a-3761-4484-ba94-aedfd0591f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:16,283 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.107s 2022-02-19 00:33:16,283 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5424011c-ea17-45a4-bb7c-dc526e0b7f4d', 'x-compute-request-id': 'req-5424011c-ea17-45a4-bb7c-dc526e0b7f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:17,397 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.096s 2022-02-19 00:33:17,397 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bea046f5-8fc5-4fca-85fa-605a2134c52c', 'x-compute-request-id': 'req-bea046f5-8fc5-4fca-85fa-605a2134c52c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:18,498 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:33:18,499 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eb4075a-e154-4079-826e-789985704dce', 'x-compute-request-id': 'req-9eb4075a-e154-4079-826e-789985704dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:19,591 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:33:19,591 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-363792f2-f14f-4de9-b22c-8afd59523983', 'x-compute-request-id': 'req-363792f2-f14f-4de9-b22c-8afd59523983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:20,681 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:33:20,681 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e2416c0-a619-40fd-b854-2e8b65d008a6', 'x-compute-request-id': 'req-7e2416c0-a619-40fd-b854-2e8b65d008a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:21,771 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:33:21,771 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bbd3916-fe17-42cd-924a-9d3683244ccb', 'x-compute-request-id': 'req-2bbd3916-fe17-42cd-924a-9d3683244ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:22,881 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.099s 2022-02-19 00:33:22,881 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5fdd548-2c21-4c6d-a3ab-0df7051b71de', 'x-compute-request-id': 'req-a5fdd548-2c21-4c6d-a3ab-0df7051b71de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:23,996 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.105s 2022-02-19 00:33:23,997 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f78b7b92-9c3b-43ba-b326-6f2822639e31', 'x-compute-request-id': 'req-f78b7b92-9c3b-43ba-b326-6f2822639e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:25,101 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.094s 2022-02-19 00:33:25,101 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e8eee74-5369-43ea-aabc-ae182f4848e5', 'x-compute-request-id': 'req-3e8eee74-5369-43ea-aabc-ae182f4848e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:26,204 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.092s 2022-02-19 00:33:26,204 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa4e00cb-f4dd-4ff3-8cad-2a80f687ef29', 'x-compute-request-id': 'req-fa4e00cb-f4dd-4ff3-8cad-2a80f687ef29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:27,309 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.095s 2022-02-19 00:33:27,310 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d72fbd7-1c9b-475f-a2c2-8221d6f6a2cc', 'x-compute-request-id': 'req-5d72fbd7-1c9b-475f-a2c2-8221d6f6a2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:28,421 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.101s 2022-02-19 00:33:28,421 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a918e525-f3e5-4ba8-af67-2c34a2703d7e', 'x-compute-request-id': 'req-a918e525-f3e5-4ba8-af67-2c34a2703d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:29,536 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.104s 2022-02-19 00:33:29,536 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0af19592-437f-4a75-8373-84a2d5c40c4b', 'x-compute-request-id': 'req-0af19592-437f-4a75-8373-84a2d5c40c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:30,628 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:33:30,629 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11dccb39-872f-4629-a493-56597c3b9f0f', 'x-compute-request-id': 'req-11dccb39-872f-4629-a493-56597c3b9f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:31,719 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:33:31,719 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-180c50f7-b779-48b9-a5d9-c10286b70e3d', 'x-compute-request-id': 'req-180c50f7-b779-48b9-a5d9-c10286b70e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:32,914 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.185s 2022-02-19 00:33:32,914 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d10198c5-12bf-49ee-95b5-a8df834bacf0', 'x-compute-request-id': 'req-d10198c5-12bf-49ee-95b5-a8df834bacf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:34,114 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.188s 2022-02-19 00:33:34,115 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0655e20f-4b75-4c26-bac9-7dcc476525c2', 'x-compute-request-id': 'req-0655e20f-4b75-4c26-bac9-7dcc476525c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:35,228 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.103s 2022-02-19 00:33:35,228 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c20641c7-5daf-423d-9d77-1c5e10bf5167', 'x-compute-request-id': 'req-c20641c7-5daf-423d-9d77-1c5e10bf5167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:36,322 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:33:36,323 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00cf1f87-2fbf-4289-b052-243266f3f9dd', 'x-compute-request-id': 'req-00cf1f87-2fbf-4289-b052-243266f3f9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:37,406 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:33:37,406 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e485f195-d7a9-4375-9961-4d854542390e', 'x-compute-request-id': 'req-e485f195-d7a9-4375-9961-4d854542390e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:38,495 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:33:38,495 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76263295-c1fd-44a1-b0d2-ff089dc9aee5', 'x-compute-request-id': 'req-76263295-c1fd-44a1-b0d2-ff089dc9aee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:39,584 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:33:39,584 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a8f7c04-f077-4480-8d8c-36a2f7c1c2b5', 'x-compute-request-id': 'req-7a8f7c04-f077-4480-8d8c-36a2f7c1c2b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:40,675 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:33:40,676 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-834894d0-71a5-4568-85a8-88e437da6d7e', 'x-compute-request-id': 'req-834894d0-71a5-4568-85a8-88e437da6d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:41,783 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.097s 2022-02-19 00:33:41,784 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09727c9e-a1ab-405d-acf4-9a5093fa131c', 'x-compute-request-id': 'req-09727c9e-a1ab-405d-acf4-9a5093fa131c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:42,881 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:33:42,881 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98b6ca59-1d11-469e-8dcf-68d30db79497', 'x-compute-request-id': 'req-98b6ca59-1d11-469e-8dcf-68d30db79497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:43,969 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:33:43,969 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa57bd09-37f7-49e5-970f-465a5c194830', 'x-compute-request-id': 'req-fa57bd09-37f7-49e5-970f-465a5c194830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:45,063 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:33:45,064 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f951aeb9-a5f7-4573-99ff-ef762b4ef488', 'x-compute-request-id': 'req-f951aeb9-a5f7-4573-99ff-ef762b4ef488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:46,460 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.386s 2022-02-19 00:33:46,460 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-210dd1d3-c0d4-42c3-b564-3586d5d10aa5', 'x-compute-request-id': 'req-210dd1d3-c0d4-42c3-b564-3586d5d10aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:47,556 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:33:47,556 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72773b0d-9acc-4022-8f57-73d613731bc0', 'x-compute-request-id': 'req-72773b0d-9acc-4022-8f57-73d613731bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:48,646 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:33:48,646 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e04c59c-28da-4165-a1af-84cca979e733', 'x-compute-request-id': 'req-0e04c59c-28da-4165-a1af-84cca979e733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:49,745 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:33:49,745 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aa57198-fe75-4459-bcd8-da0a04c44afa', 'x-compute-request-id': 'req-9aa57198-fe75-4459-bcd8-da0a04c44afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:50,832 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:33:50,832 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-259aa11e-c2aa-4e02-9b5a-c7a5df1de0c6', 'x-compute-request-id': 'req-259aa11e-c2aa-4e02-9b5a-c7a5df1de0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:51,930 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:33:51,930 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc436f1-d79c-43e2-90d7-768f00d26450', 'x-compute-request-id': 'req-cfc436f1-d79c-43e2-90d7-768f00d26450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:53,024 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:33:53,024 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d30a011-e426-469e-a21c-24bcc927e660', 'x-compute-request-id': 'req-9d30a011-e426-469e-a21c-24bcc927e660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:54,125 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.090s 2022-02-19 00:33:54,125 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80939a52-5809-4e4b-bf82-f0ede4c767bc', 'x-compute-request-id': 'req-80939a52-5809-4e4b-bf82-f0ede4c767bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:55,218 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:33:55,219 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06de7afb-b0b1-472d-a611-284f3d1c0240', 'x-compute-request-id': 'req-06de7afb-b0b1-472d-a611-284f3d1c0240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:56,311 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:33:56,311 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ec6d871-ce55-40cf-8936-8ffc5425e287', 'x-compute-request-id': 'req-9ec6d871-ce55-40cf-8936-8ffc5425e287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:57,406 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:33:57,406 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1897c12-4bbb-48af-a68f-4f5c3aaa79ec', 'x-compute-request-id': 'req-d1897c12-4bbb-48af-a68f-4f5c3aaa79ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:58,506 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:33:58,507 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e217996d-d32f-490a-8f93-59cb2cfef549', 'x-compute-request-id': 'req-e217996d-d32f-490a-8f93-59cb2cfef549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:33:59,603 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:33:59,603 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64c56c5a-b37a-48bb-aa48-7baa0eb34047', 'x-compute-request-id': 'req-64c56c5a-b37a-48bb-aa48-7baa0eb34047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:33:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:00,691 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:34:00,692 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0b8b630-db65-43a6-a2bb-1ca0f62b1146', 'x-compute-request-id': 'req-d0b8b630-db65-43a6-a2bb-1ca0f62b1146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:01,776 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.073s 2022-02-19 00:34:01,776 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c454bb8c-da80-4c1c-97de-552f1a92c148', 'x-compute-request-id': 'req-c454bb8c-da80-4c1c-97de-552f1a92c148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:02,863 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:34:02,864 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dd98f09-c097-4f8e-a0dc-e9506927a3ce', 'x-compute-request-id': 'req-6dd98f09-c097-4f8e-a0dc-e9506927a3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:03,957 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:34:03,958 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6851d9cd-b8df-4134-b829-b0e17ffce561', 'x-compute-request-id': 'req-6851d9cd-b8df-4134-b829-b0e17ffce561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:05,054 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:34:05,054 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a8bd0d9-94b9-4578-aa89-598a14048b2f', 'x-compute-request-id': 'req-0a8bd0d9-94b9-4578-aa89-598a14048b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:06,164 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.100s 2022-02-19 00:34:06,165 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c93b82fa-dbfe-417e-80c5-21b5362ea8bb', 'x-compute-request-id': 'req-c93b82fa-dbfe-417e-80c5-21b5362ea8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:07,279 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.103s 2022-02-19 00:34:07,279 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97ae5132-65a1-404c-b3ba-5f71fac8db31', 'x-compute-request-id': 'req-97ae5132-65a1-404c-b3ba-5f71fac8db31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:08,380 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.090s 2022-02-19 00:34:08,380 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de5d54ff-f7b2-4129-9420-4f40366121e3', 'x-compute-request-id': 'req-de5d54ff-f7b2-4129-9420-4f40366121e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:09,544 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.153s 2022-02-19 00:34:09,544 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff3cea3b-8728-45a5-879d-d4b929ad6b69', 'x-compute-request-id': 'req-ff3cea3b-8728-45a5-879d-d4b929ad6b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:10,676 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.121s 2022-02-19 00:34:10,676 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8925db8-101a-4ac5-a7f3-f33170de5d45', 'x-compute-request-id': 'req-d8925db8-101a-4ac5-a7f3-f33170de5d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:11,760 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.073s 2022-02-19 00:34:11,760 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b71b5450-aa38-4590-bbc3-ef535b4f4530', 'x-compute-request-id': 'req-b71b5450-aa38-4590-bbc3-ef535b4f4530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:12,849 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:34:12,850 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48641204-aa64-4a9e-9587-4c5abed425cd', 'x-compute-request-id': 'req-48641204-aa64-4a9e-9587-4c5abed425cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:13,940 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:34:13,940 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c470a8c-d8ed-4663-8e2c-cff005b12fc7', 'x-compute-request-id': 'req-5c470a8c-d8ed-4663-8e2c-cff005b12fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:15,034 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:34:15,034 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8388f65-0901-481a-bc7f-468b2bdb95a3', 'x-compute-request-id': 'req-e8388f65-0901-481a-bc7f-468b2bdb95a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:16,128 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:34:16,129 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60f13516-03d0-47b4-95cf-7e0b04900436', 'x-compute-request-id': 'req-60f13516-03d0-47b4-95cf-7e0b04900436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:17,215 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:34:17,215 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00fc806d-c690-4fa0-b118-203393e7d778', 'x-compute-request-id': 'req-00fc806d-c690-4fa0-b118-203393e7d778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:18,314 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:34:18,314 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f461571-f54c-4241-adbc-58574d7aea8d', 'x-compute-request-id': 'req-6f461571-f54c-4241-adbc-58574d7aea8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:19,404 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:34:19,405 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8821d4d4-6243-4ac9-a8e0-9aff5e4c66a5', 'x-compute-request-id': 'req-8821d4d4-6243-4ac9-a8e0-9aff5e4c66a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:20,499 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:34:20,500 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c1f5fa-77ac-4bc4-a15c-849ba6006a20', 'x-compute-request-id': 'req-f0c1f5fa-77ac-4bc4-a15c-849ba6006a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:21,604 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.094s 2022-02-19 00:34:21,604 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36bec32b-5ef1-434d-aa86-b90ba8f245a9', 'x-compute-request-id': 'req-36bec32b-5ef1-434d-aa86-b90ba8f245a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:22,694 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:34:22,695 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1a3fb20-9af7-4976-8bfc-e39456fc32c0', 'x-compute-request-id': 'req-e1a3fb20-9af7-4976-8bfc-e39456fc32c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:23,779 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:34:23,780 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56c24f4a-abe3-46ba-a374-57640b1ab4a9', 'x-compute-request-id': 'req-56c24f4a-abe3-46ba-a374-57640b1ab4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:24,867 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:34:24,867 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e85fa5ee-68bd-4964-a3a7-ffceaeaff1f9', 'x-compute-request-id': 'req-e85fa5ee-68bd-4964-a3a7-ffceaeaff1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:25,950 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:34:25,951 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb65f1b1-0221-494c-a8cf-b93b6a4cd575', 'x-compute-request-id': 'req-fb65f1b1-0221-494c-a8cf-b93b6a4cd575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:27,038 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:34:27,038 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e81635a-49bb-462e-a835-612960af8413', 'x-compute-request-id': 'req-3e81635a-49bb-462e-a835-612960af8413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:28,132 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:34:28,132 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a07c3540-2cb9-4320-ad38-ab67b72f8dc6', 'x-compute-request-id': 'req-a07c3540-2cb9-4320-ad38-ab67b72f8dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:29,255 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.113s 2022-02-19 00:34:29,255 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca48d827-bdf8-4987-93f0-ea3ba429f370', 'x-compute-request-id': 'req-ca48d827-bdf8-4987-93f0-ea3ba429f370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:30,346 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:34:30,346 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60f9ff3a-2867-440c-9e5e-edc056a4c86b', 'x-compute-request-id': 'req-60f9ff3a-2867-440c-9e5e-edc056a4c86b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:31,467 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.110s 2022-02-19 00:34:31,467 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff0ae3e8-2ef0-4612-a0c4-cc1d16a7d5e1', 'x-compute-request-id': 'req-ff0ae3e8-2ef0-4612-a0c4-cc1d16a7d5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:32,593 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.116s 2022-02-19 00:34:32,593 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b68646a-3ecb-4f1a-ac1b-5a557c3231d3', 'x-compute-request-id': 'req-1b68646a-3ecb-4f1a-ac1b-5a557c3231d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:33,797 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.192s 2022-02-19 00:34:33,797 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c21ff45-1367-4911-9441-3b054b97224e', 'x-compute-request-id': 'req-5c21ff45-1367-4911-9441-3b054b97224e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:34,893 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:34:34,894 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5909906e-d2a9-44af-8c79-23836c2800b0', 'x-compute-request-id': 'req-5909906e-d2a9-44af-8c79-23836c2800b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:36,001 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.097s 2022-02-19 00:34:36,001 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1d85a4c-a204-49dc-8d82-f19a6f53424c', 'x-compute-request-id': 'req-c1d85a4c-a204-49dc-8d82-f19a6f53424c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:37,089 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:34:37,090 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88b0bf95-254f-4aa3-9021-f7ce361b5f3d', 'x-compute-request-id': 'req-88b0bf95-254f-4aa3-9021-f7ce361b5f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:38,180 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:34:38,180 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c788ca1-669a-4754-b32f-0c25809c6488', 'x-compute-request-id': 'req-6c788ca1-669a-4754-b32f-0c25809c6488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:39,277 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:34:39,277 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-590900dc-fcd6-4ba7-a3ff-6c6e212cb8d1', 'x-compute-request-id': 'req-590900dc-fcd6-4ba7-a3ff-6c6e212cb8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:40,374 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:34:40,374 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d7ccc7-ff92-45a6-854c-0f7673b36d78', 'x-compute-request-id': 'req-39d7ccc7-ff92-45a6-854c-0f7673b36d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:41,470 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:34:41,470 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f2d8b0-e34b-4abc-98ce-df5a1d755aff', 'x-compute-request-id': 'req-b9f2d8b0-e34b-4abc-98ce-df5a1d755aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:42,656 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.175s 2022-02-19 00:34:42,656 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-822793ee-37a7-4c66-a642-92de9641d69a', 'x-compute-request-id': 'req-822793ee-37a7-4c66-a642-92de9641d69a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:43,754 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:34:43,755 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9be2aa9-cd03-4480-bd79-a8f9d3541b10', 'x-compute-request-id': 'req-f9be2aa9-cd03-4480-bd79-a8f9d3541b10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:44,929 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.164s 2022-02-19 00:34:44,930 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a40a0c3d-aa7e-4cfc-8196-16cc5f2c905a', 'x-compute-request-id': 'req-a40a0c3d-aa7e-4cfc-8196-16cc5f2c905a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:46,065 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.124s 2022-02-19 00:34:46,065 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9e65fa9-30d2-429f-adca-403bc59c37a0', 'x-compute-request-id': 'req-c9e65fa9-30d2-429f-adca-403bc59c37a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:47,158 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:34:47,158 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-490bd8f4-ccc3-47b4-951d-457447e5b090', 'x-compute-request-id': 'req-490bd8f4-ccc3-47b4-951d-457447e5b090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:48,250 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:34:48,250 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89b76e46-f0c4-46c3-b670-000c35e57c37', 'x-compute-request-id': 'req-89b76e46-f0c4-46c3-b670-000c35e57c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:49,333 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.073s 2022-02-19 00:34:49,333 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95011489-968a-4d74-8667-aa7551c39378', 'x-compute-request-id': 'req-95011489-968a-4d74-8667-aa7551c39378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:50,419 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:34:50,420 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-407ed487-f4f2-4758-9834-580599bd7fd9', 'x-compute-request-id': 'req-407ed487-f4f2-4758-9834-580599bd7fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:51,505 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:34:51,505 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35193404-c568-42d8-bb81-beb59ebcc6a5', 'x-compute-request-id': 'req-35193404-c568-42d8-bb81-beb59ebcc6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:52,600 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:34:52,601 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86676cc8-0dfd-4a18-b9e1-19886c9cc00c', 'x-compute-request-id': 'req-86676cc8-0dfd-4a18-b9e1-19886c9cc00c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:53,685 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:34:53,685 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a26a63b-07d1-44cc-b7b7-dd622bca7799', 'x-compute-request-id': 'req-7a26a63b-07d1-44cc-b7b7-dd622bca7799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:54,776 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:34:54,776 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caf7f112-cca3-4990-aab9-6ba64ef8eef3', 'x-compute-request-id': 'req-caf7f112-cca3-4990-aab9-6ba64ef8eef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:55,868 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:34:55,868 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef61d5b-870b-446f-be20-026a41d50ebd', 'x-compute-request-id': 'req-8ef61d5b-870b-446f-be20-026a41d50ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:56,952 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:34:56,952 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb692504-87a2-45f7-a94f-0dec94024b32', 'x-compute-request-id': 'req-bb692504-87a2-45f7-a94f-0dec94024b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:58,044 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:34:58,044 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9239cac1-d384-4720-bbd3-613a8b2178dd', 'x-compute-request-id': 'req-9239cac1-d384-4720-bbd3-613a8b2178dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:34:59,148 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:34:59,148 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0496ba3-34f6-4fbe-86c7-61f3f713e28f', 'x-compute-request-id': 'req-f0496ba3-34f6-4fbe-86c7-61f3f713e28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:34:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:00,252 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:35:00,252 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27b9c7bc-2b5f-49c1-aa3a-77b436b34a16', 'x-compute-request-id': 'req-27b9c7bc-2b5f-49c1-aa3a-77b436b34a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:01,337 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:35:01,338 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0152f5c-0513-411e-b214-782cd403db47', 'x-compute-request-id': 'req-d0152f5c-0513-411e-b214-782cd403db47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:02,428 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:35:02,429 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa545954-53c6-4d8b-aa09-10bbc4ca555a', 'x-compute-request-id': 'req-aa545954-53c6-4d8b-aa09-10bbc4ca555a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:03,532 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.094s 2022-02-19 00:35:03,533 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac30cd30-bcac-4eac-9a4d-798639f41b9a', 'x-compute-request-id': 'req-ac30cd30-bcac-4eac-9a4d-798639f41b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:04,617 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.074s 2022-02-19 00:35:04,618 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1637fd7e-086f-442b-9575-6c3156fe7703', 'x-compute-request-id': 'req-1637fd7e-086f-442b-9575-6c3156fe7703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:05,708 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:35:05,708 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63a17e4e-b230-4738-ac22-6012893d27a1', 'x-compute-request-id': 'req-63a17e4e-b230-4738-ac22-6012893d27a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:07,129 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.412s 2022-02-19 00:35:07,130 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81585b7f-c975-41f5-b10d-e99ecf3c9c8c', 'x-compute-request-id': 'req-81585b7f-c975-41f5-b10d-e99ecf3c9c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:08,227 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:35:08,227 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c503c538-b208-4dfd-8ab9-5ab03e60f2e0', 'x-compute-request-id': 'req-c503c538-b208-4dfd-8ab9-5ab03e60f2e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:09,320 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:35:09,320 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecf91cfe-452d-4cd4-91d0-8691f2f11a60', 'x-compute-request-id': 'req-ecf91cfe-452d-4cd4-91d0-8691f2f11a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:10,410 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:35:10,410 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eee4fcf-f52a-41ca-8c7f-e386ecdc5275', 'x-compute-request-id': 'req-3eee4fcf-f52a-41ca-8c7f-e386ecdc5275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:11,500 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:35:11,501 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b58bbd0e-7b68-4e74-a92e-ffa2ddf04c9a', 'x-compute-request-id': 'req-b58bbd0e-7b68-4e74-a92e-ffa2ddf04c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:12,594 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:35:12,594 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8682859-ad17-4ef1-8f52-6bb0825aff65', 'x-compute-request-id': 'req-b8682859-ad17-4ef1-8f52-6bb0825aff65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:13,683 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:35:13,684 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ae95c2e-a957-4306-b65f-34943c632fa4', 'x-compute-request-id': 'req-6ae95c2e-a957-4306-b65f-34943c632fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:14,776 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:35:14,777 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c7472ba-18c4-4198-9f8b-308acfba6b71', 'x-compute-request-id': 'req-5c7472ba-18c4-4198-9f8b-308acfba6b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:15,901 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.114s 2022-02-19 00:35:15,902 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fef4f749-5dec-40c7-8e5e-aaac1d10d15a', 'x-compute-request-id': 'req-fef4f749-5dec-40c7-8e5e-aaac1d10d15a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:17,012 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.101s 2022-02-19 00:35:17,012 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-674b3f68-aa66-4d75-b49c-17c7bbd3c70d', 'x-compute-request-id': 'req-674b3f68-aa66-4d75-b49c-17c7bbd3c70d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:18,111 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.088s 2022-02-19 00:35:18,111 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb0e2729-8da3-459c-873d-487f69d3f7b5', 'x-compute-request-id': 'req-eb0e2729-8da3-459c-873d-487f69d3f7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:19,207 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:35:19,208 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73a04a94-9772-411d-be55-b3bb8446a9de', 'x-compute-request-id': 'req-73a04a94-9772-411d-be55-b3bb8446a9de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:20,359 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.141s 2022-02-19 00:35:20,359 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be224ee5-cfa6-48fa-ad43-218a1740e2fe', 'x-compute-request-id': 'req-be224ee5-cfa6-48fa-ad43-218a1740e2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:21,457 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.076s 2022-02-19 00:35:21,457 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14b27437-59a7-4270-8f1d-5e6db7ffb14b', 'x-compute-request-id': 'req-14b27437-59a7-4270-8f1d-5e6db7ffb14b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:22,545 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:35:22,546 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e92f563a-a0db-4d69-ab08-2b5604ce4fc5', 'x-compute-request-id': 'req-e92f563a-a0db-4d69-ab08-2b5604ce4fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:23,642 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:35:23,642 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62375034-7def-4ca4-aea3-3de786e92a77', 'x-compute-request-id': 'req-62375034-7def-4ca4-aea3-3de786e92a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:24,745 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:35:24,746 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3481fc8a-214d-4a78-8560-9e349264554b', 'x-compute-request-id': 'req-3481fc8a-214d-4a78-8560-9e349264554b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:25,837 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:35:25,837 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb67b97-63a0-4f1f-b047-f43dad0557ff', 'x-compute-request-id': 'req-cdb67b97-63a0-4f1f-b047-f43dad0557ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:26,935 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:35:26,936 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6dbf8f8-763a-40db-8051-5faa162f27bf', 'x-compute-request-id': 'req-a6dbf8f8-763a-40db-8051-5faa162f27bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:28,028 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:35:28,029 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0df0747d-1c86-4d10-b979-4b2ff4aceee4', 'x-compute-request-id': 'req-0df0747d-1c86-4d10-b979-4b2ff4aceee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:29,125 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.086s 2022-02-19 00:35:29,125 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14ea9cb3-31ff-4d2d-b4fb-b329447bcec4', 'x-compute-request-id': 'req-14ea9cb3-31ff-4d2d-b4fb-b329447bcec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:30,230 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:35:30,230 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81f574cc-4d48-4545-bef6-f6c49c603e49', 'x-compute-request-id': 'req-81f574cc-4d48-4545-bef6-f6c49c603e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:31,321 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:35:31,322 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01e1de61-e31d-488b-b345-69b04ec9b250', 'x-compute-request-id': 'req-01e1de61-e31d-488b-b345-69b04ec9b250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:32,413 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:35:32,413 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a28112b-c7c2-48b6-a261-c9097c4bcb75', 'x-compute-request-id': 'req-6a28112b-c7c2-48b6-a261-c9097c4bcb75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:33,501 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:35:33,501 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46549923-e44f-458f-82c4-560b3a201fe7', 'x-compute-request-id': 'req-46549923-e44f-458f-82c4-560b3a201fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:34,589 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:35:34,589 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8fdfc4b-10b1-4005-abec-00741e217686', 'x-compute-request-id': 'req-d8fdfc4b-10b1-4005-abec-00741e217686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:35,683 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:35:35,683 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31ae4f7c-3eef-4ea0-a957-9551a8fe73db', 'x-compute-request-id': 'req-31ae4f7c-3eef-4ea0-a957-9551a8fe73db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:36,772 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:35:36,772 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76828dfe-6333-46f0-90e8-66931090593d', 'x-compute-request-id': 'req-76828dfe-6333-46f0-90e8-66931090593d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:37,868 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:35:37,868 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34824c5e-aa7d-4808-8f9c-1553cd925436', 'x-compute-request-id': 'req-34824c5e-aa7d-4808-8f9c-1553cd925436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:38,953 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.075s 2022-02-19 00:35:38,953 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8faf214-89a7-49ff-8108-4f0933ef914a', 'x-compute-request-id': 'req-e8faf214-89a7-49ff-8108-4f0933ef914a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:40,051 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:35:40,051 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8214a8b9-0ce1-4031-8e90-fa09600f3c85', 'x-compute-request-id': 'req-8214a8b9-0ce1-4031-8e90-fa09600f3c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:41,140 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:35:41,141 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a10cb3d7-88bf-47b0-b0ee-edd6b4f856c3', 'x-compute-request-id': 'req-a10cb3d7-88bf-47b0-b0ee-edd6b4f856c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:42,229 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:35:42,229 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d3de1a2-0012-413a-b71a-1807528ecfe4', 'x-compute-request-id': 'req-2d3de1a2-0012-413a-b71a-1807528ecfe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:43,320 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:35:43,321 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aafdad8a-d0b5-4399-b314-5c66f849e053', 'x-compute-request-id': 'req-aafdad8a-d0b5-4399-b314-5c66f849e053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:44,411 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:35:44,411 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a050ddc7-a605-4088-9486-051638ee62c7', 'x-compute-request-id': 'req-a050ddc7-a605-4088-9486-051638ee62c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:45,510 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:35:45,511 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ce8737f-c02b-4bf4-95dc-9c43ba957b06', 'x-compute-request-id': 'req-2ce8737f-c02b-4bf4-95dc-9c43ba957b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:46,606 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.082s 2022-02-19 00:35:46,606 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2301ce9-9e09-4271-9b5e-476ebe915ed8', 'x-compute-request-id': 'req-a2301ce9-9e09-4271-9b5e-476ebe915ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:47,696 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:35:47,696 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2890aa58-6179-402f-9742-d587b1d07adc', 'x-compute-request-id': 'req-2890aa58-6179-402f-9742-d587b1d07adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:48,790 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:35:48,791 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dd9d50b-bcb6-462c-a6b8-8c9417148e67', 'x-compute-request-id': 'req-1dd9d50b-bcb6-462c-a6b8-8c9417148e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:49,888 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.087s 2022-02-19 00:35:49,889 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ec2e923-9d92-427a-91f6-f033a6831d9d', 'x-compute-request-id': 'req-2ec2e923-9d92-427a-91f6-f033a6831d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:50,978 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.078s 2022-02-19 00:35:50,978 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11b76092-824b-427b-b7d9-6bd59d119702', 'x-compute-request-id': 'req-11b76092-824b-427b-b7d9-6bd59d119702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:52,073 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:35:52,074 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10f83c66-c9ca-4542-a8d8-55fad6fd09ff', 'x-compute-request-id': 'req-10f83c66-c9ca-4542-a8d8-55fad6fd09ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:53,182 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.095s 2022-02-19 00:35:53,182 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a1c188d-2be0-443c-9f6d-2ef4bccb22fa', 'x-compute-request-id': 'req-7a1c188d-2be0-443c-9f6d-2ef4bccb22fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:54,300 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.108s 2022-02-19 00:35:54,300 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d92b099-1c8a-4edc-9a19-b200c442ca26', 'x-compute-request-id': 'req-2d92b099-1c8a-4edc-9a19-b200c442ca26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:55,396 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:35:55,396 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-186390b3-716c-47f6-b3c9-9e13a71a3582', 'x-compute-request-id': 'req-186390b3-716c-47f6-b3c9-9e13a71a3582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:56,546 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.141s 2022-02-19 00:35:56,547 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16a4c18-17d4-44ca-96ad-eec98a7983bc', 'x-compute-request-id': 'req-d16a4c18-17d4-44ca-96ad-eec98a7983bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:57,679 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.122s 2022-02-19 00:35:57,679 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cefffd6-a2fa-4c55-9528-e0db44e2ea50', 'x-compute-request-id': 'req-8cefffd6-a2fa-4c55-9528-e0db44e2ea50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:35:58,843 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.152s 2022-02-19 00:35:58,843 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bd6a9a6-0a5d-40bf-ab24-6608e829a871', 'x-compute-request-id': 'req-5bd6a9a6-0a5d-40bf-ab24-6608e829a871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:00,026 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.172s 2022-02-19 00:36:00,027 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2112dd9e-9b52-42c6-8d30-fedef77a7345', 'x-compute-request-id': 'req-2112dd9e-9b52-42c6-8d30-fedef77a7345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:35:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:01,122 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.084s 2022-02-19 00:36:01,122 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b6f5585-1187-4f7a-b2ab-069d72a4e7d1', 'x-compute-request-id': 'req-4b6f5585-1187-4f7a-b2ab-069d72a4e7d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:02,222 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.090s 2022-02-19 00:36:02,222 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b475557f-3e87-4f62-bdf1-68a3f357460b', 'x-compute-request-id': 'req-b475557f-3e87-4f62-bdf1-68a3f357460b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:03,354 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.122s 2022-02-19 00:36:03,355 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6831c7aa-80ac-4c97-9a9a-349ab5e776b6', 'x-compute-request-id': 'req-6831c7aa-80ac-4c97-9a9a-349ab5e776b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:04,564 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.198s 2022-02-19 00:36:04,565 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fec945b-64a5-4b4e-83a1-de04787b2dfb', 'x-compute-request-id': 'req-7fec945b-64a5-4b4e-83a1-de04787b2dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:05,833 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.258s 2022-02-19 00:36:05,834 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19ae0281-6f66-4a55-b892-fedbb04dce02', 'x-compute-request-id': 'req-19ae0281-6f66-4a55-b892-fedbb04dce02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:06,924 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:36:06,925 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-710b9c42-9821-48a2-81ba-2ef8663c5eed', 'x-compute-request-id': 'req-710b9c42-9821-48a2-81ba-2ef8663c5eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:08,119 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.181s 2022-02-19 00:36:08,119 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d189077-25fe-4f00-8a3d-205fd1c15fe0', 'x-compute-request-id': 'req-5d189077-25fe-4f00-8a3d-205fd1c15fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:09,389 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.261s 2022-02-19 00:36:09,390 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d9fc4df-b754-45ec-b43f-4868a594e16b', 'x-compute-request-id': 'req-7d9fc4df-b754-45ec-b43f-4868a594e16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:10,652 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.249s 2022-02-19 00:36:10,652 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84ec902b-b1af-41ce-82fa-5739772a96bf', 'x-compute-request-id': 'req-84ec902b-b1af-41ce-82fa-5739772a96bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:11,798 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.124s 2022-02-19 00:36:11,798 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c51ce725-0f71-4b4b-94db-63433e62f104', 'x-compute-request-id': 'req-c51ce725-0f71-4b4b-94db-63433e62f104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:13,012 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.203s 2022-02-19 00:36:13,013 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc4b317b-734a-485f-a43a-de77f2b2c42b', 'x-compute-request-id': 'req-dc4b317b-734a-485f-a43a-de77f2b2c42b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:14,149 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.125s 2022-02-19 00:36:14,150 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a07b173b-531c-40f2-b500-85a1d93e1da4', 'x-compute-request-id': 'req-a07b173b-531c-40f2-b500-85a1d93e1da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:15,252 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.091s 2022-02-19 00:36:15,253 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-812af0cb-68fb-4706-83c7-09fa444c87c5', 'x-compute-request-id': 'req-812af0cb-68fb-4706-83c7-09fa444c87c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:16,377 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.110s 2022-02-19 00:36:16,377 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e48b953c-cfd5-424b-b9a3-52e54b103841', 'x-compute-request-id': 'req-e48b953c-cfd5-424b-b9a3-52e54b103841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:17,494 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.106s 2022-02-19 00:36:17,495 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0667caa-dc5b-49dc-9cfd-cef8c1d79e4a', 'x-compute-request-id': 'req-c0667caa-dc5b-49dc-9cfd-cef8c1d79e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:18,624 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.119s 2022-02-19 00:36:18,625 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d38410b-3e7b-44f3-be47-c48b8a5a208e', 'x-compute-request-id': 'req-4d38410b-3e7b-44f3-be47-c48b8a5a208e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:19,759 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.124s 2022-02-19 00:36:19,759 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcde2c80-af8d-48f8-9265-17ae1921ec57', 'x-compute-request-id': 'req-fcde2c80-af8d-48f8-9265-17ae1921ec57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:20,876 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.107s 2022-02-19 00:36:20,877 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ac45c96-a488-472d-81c3-1b7a03d7b5dc', 'x-compute-request-id': 'req-7ac45c96-a488-472d-81c3-1b7a03d7b5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:21,972 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.085s 2022-02-19 00:36:21,973 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b2c516-3bc4-4cec-a993-22338d498564', 'x-compute-request-id': 'req-33b2c516-3bc4-4cec-a993-22338d498564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:23,154 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.172s 2022-02-19 00:36:23,154 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45944798-d2d2-413a-bfa0-859844718875', 'x-compute-request-id': 'req-45944798-d2d2-413a-bfa0-859844718875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:24,298 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.132s 2022-02-19 00:36:24,298 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e26f931-d67a-495b-8014-01acb4b0d948', 'x-compute-request-id': 'req-3e26f931-d67a-495b-8014-01acb4b0d948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:25,384 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.077s 2022-02-19 00:36:25,385 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79c3e097-d20e-435b-9dd3-8f15c327b8c7', 'x-compute-request-id': 'req-79c3e097-d20e-435b-9dd3-8f15c327b8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:26,476 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.081s 2022-02-19 00:36:26,476 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a5270b5-5642-4e32-95ee-4a50b30d516d', 'x-compute-request-id': 'req-5a5270b5-5642-4e32-95ee-4a50b30d516d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:27,569 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.083s 2022-02-19 00:36:27,570 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-842db577-87b2-4c34-b9cc-014ea99d4ad9', 'x-compute-request-id': 'req-842db577-87b2-4c34-b9cc-014ea99d4ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:28,659 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.079s 2022-02-19 00:36:28,660 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e2efb16-1813-4ad5-b603-ac951346a10d', 'x-compute-request-id': 'req-2e2efb16-1813-4ad5-b603-ac951346a10d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:29,750 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.080s 2022-02-19 00:36:29,751 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3802f80f-b19f-44f1-9f8a-cfe3c60e0191', 'x-compute-request-id': 'req-3802f80f-b19f-44f1-9f8a-cfe3c60e0191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:30,854 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.093s 2022-02-19 00:36:30,854 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6f90ee3-cfab-47db-88ee-522752ae2082', 'x-compute-request-id': 'req-d6f90ee3-cfab-47db-88ee-522752ae2082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:32,025 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.161s 2022-02-19 00:36:32,025 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81c25cde-1b7a-4559-8c06-588b1187d163', 'x-compute-request-id': 'req-81c25cde-1b7a-4559-8c06-588b1187d163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"server": {"id": "30e905ce-0d83-4298-b097-6f78956f7073", "name": "tempest-device-tagging-server-2078751853", "status": "BUILD", "tenant_id": "cb5bee051b5d438a8c30944911a96f3e", "user_id": "077b3eb752804ca48edd077cb158ab0f", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:30:31Z", "updated": "2022-02-19T00:36:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/30e905ce-0d83-4298-b097-6f78956f7073"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-238502935", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}' 2022-02-19 00:36:32,403 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 204 DELETE http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.368s 2022-02-19 00:36:32,403 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585ca7d7-218e-4072-ad79-898c597dab2b', 'x-compute-request-id': 'req-585ca7d7-218e-4072-ad79-898c597dab2b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'' 2022-02-19 00:36:32,429 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 404 GET http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073 0.025s 2022-02-19 00:36:32,429 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3f3e016f-c628-4dc0-b282-f2ed29755360', 'x-compute-request-id': 'req-3f3e016f-c628-4dc0-b282-f2ed29755360', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/30e905ce-0d83-4298-b097-6f78956f7073'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 30e905ce-0d83-4298-b097-6f78956f7073 could not be found."}}' 2022-02-19 00:36:32,475 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60/compute/v2.1/os-keypairs/tempest-keypair-238502935 0.029s 2022-02-19 00:36:32,475 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d0bea1-aff3-4c5d-be29-b51ebe88a38b', 'x-compute-request-id': 'req-40d0bea1-aff3-4c5d-be29-b51ebe88a38b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/os-keypairs/tempest-keypair-238502935'} Body: b'' 2022-02-19 00:36:32,617 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/security-groups/78946de9-c164-4f04-a24c-4017e206b7d7 0.141s 2022-02-19 00:36:32,617 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-51f5fb5b-b0e0-45d1-9876-5dda9f69780f', 'content-length': '0', 'date': 'Sat, 19 Feb 2022 00:36:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/security-groups/78946de9-c164-4f04-a24c-4017e206b7d7'} Body: b'' 2022-02-19 00:36:32,650 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.222.0.60:9696/v2.0/security-groups/78946de9-c164-4f04-a24c-4017e206b7d7 0.032s 2022-02-19 00:36:32,651 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-39c4ee63-306b-42cd-b120-3c155c05891c', 'date': 'Sat, 19 Feb 2022 00:36:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60:9696/v2.0/security-groups/78946de9-c164-4f04-a24c-4017e206b7d7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 78946de9-c164-4f04-a24c-4017e206b7d7 does not exist", "detail": ""}}' 2022-02-19 00:36:33,532 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/floatingips/7a478f0b-3bed-4380-90dd-00bd04b47f28 0.880s 2022-02-19 00:36:33,532 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-99d16503-0d63-4269-92c8-3c0cd340a3d5', 'content-length': '0', 'date': 'Sat, 19 Feb 2022 00:36:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/floatingips/7a478f0b-3bed-4380-90dd-00bd04b47f28'} Body: b'' 2022-02-19 00:36:34,072 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/ports/ce57e132-4722-4f14-802a-fad6ecbefd9e 0.539s 2022-02-19 00:36:34,072 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-56af209d-e460-4cef-8f0b-fdd3bcdd8ae7', 'date': 'Sat, 19 Feb 2022 00:36:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/ports/ce57e132-4722-4f14-802a-fad6ecbefd9e'} Body: b'' 2022-02-19 00:36:34,642 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/ports/502b2c99-18e4-4109-9893-037755354674 0.569s 2022-02-19 00:36:34,642 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-6e37f2c3-5258-449b-b716-de197b8ccc34', 'date': 'Sat, 19 Feb 2022 00:36:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/ports/502b2c99-18e4-4109-9893-037755354674'} Body: b'' 2022-02-19 00:36:35,000 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/subnets/25465880-4fae-4a19-8e87-d44cc8075ee7 0.357s 2022-02-19 00:36:35,000 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-0340fcc3-ca2d-449a-ad9f-68db18fd9cd1', 'date': 'Sat, 19 Feb 2022 00:36:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets/25465880-4fae-4a19-8e87-d44cc8075ee7'} Body: b'' 2022-02-19 00:36:35,393 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/subnets/0c495046-331e-4bce-bed8-582d06a90cf0 0.392s 2022-02-19 00:36:35,394 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-7271b990-50c4-4691-bead-c53ffeb78550', 'date': 'Sat, 19 Feb 2022 00:36:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/subnets/0c495046-331e-4bce-bed8-582d06a90cf0'} Body: b'' 2022-02-19 00:36:36,285 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/networks/8e949331-9c1f-4231-b4f8-c198906e2053 0.891s 2022-02-19 00:36:36,286 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-a2d88a53-0265-4d9c-add9-5ce000e1ea26', 'date': 'Sat, 19 Feb 2022 00:36:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/networks/8e949331-9c1f-4231-b4f8-c198906e2053'} Body: b'' 2022-02-19 00:36:36,712 125517 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/networks/2149cc64-e9cc-4fc7-8830-b3d682362528 0.426s 2022-02-19 00:36:36,713 125517 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-201335ad-3311-4aed-bb6b-a54a970466ef', 'date': 'Sat, 19 Feb 2022 00:36:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/networks/2149cc64-e9cc-4fc7-8830-b3d682362528'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 294, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Server 30e905ce-0d83-4298-b097-6f78956f7073 failed to reach ACTIVE status and task state "None" within the required time (360 s). Server boot request ID: req-b1532815-1656-402e-8c72-023eab50a7d0. Current status: BUILD. Current task state: scheduling. |
||||||
tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 17 | 14 | 1 | 0 | 2 | Detail | |
test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
skip
pt8.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
||||||
test_create_backup[id-b963d4f1-94b3-4c40-9e97-7b583f46e470,image] |
pass
pt8.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup[id-b963d4f1-94b3-4c40-9e97-7b583f46e470,image] |
||||||
test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3] |
pass
pt8.3: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3] |
||||||
test_get_console_output_server_id_in_shutoff_status[id-5b65d4e7-4ecd-437c-83c0-d6b79d927568] |
pass
pt8.4: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status[id-5b65d4e7-4ecd-437c-83c0-d6b79d927568] |
||||||
test_get_console_output_with_unlimited_size[id-89104062-69d8-4b19-a71b-f47b7af093d7] |
pass
pt8.5: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size[id-89104062-69d8-4b19-a71b-f47b7af093d7] |
||||||
test_get_vnc_console[id-c6bc11bf-592e-4015-9319-1c98dc64daf5] |
skip
pt8.6: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console[id-c6bc11bf-592e-4015-9319-1c98dc64daf5] |
||||||
test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee] |
pass
pt8.7: 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
pt8.8: 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
pt8.9: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
||||||
test_remove_server_all_security_groups[id-1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce] |
pass
pt8.10: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups[id-1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce] |
||||||
test_shelve_paused_server[id-8cf9f450-a871-42cf-9bef-77eba189c0b0] |
pass
pt8.11: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server[id-8cf9f450-a871-42cf-9bef-77eba189c0b0] |
||||||
test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560] |
pass
pt8.12: 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
pt8.13: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f] |
||||||
test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
fail
ft8.14: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-19 01:22:33,958 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.168s 2022-02-19 01:22:33,959 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-991cb8f8-4ca9-40ec-9bfe-ffb632fd627f', 'x-compute-request-id': 'req-991cb8f8-4ca9-40ec-9bfe-ffb632fd627f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ACTIVE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:32Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:34,135 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.168s 2022-02-19 01:22:34,135 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36604a06-c8e4-412b-b3d4-dbc1f3d40072', 'x-compute-request-id': 'req-36604a06-c8e4-412b-b3d4-dbc1f3d40072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ACTIVE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:32Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:35,322 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.177s 2022-02-19 01:22:35,322 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45ca245b-f77d-4be9-a039-71a8eb82d9ce', 'x-compute-request-id': 'req-45ca245b-f77d-4be9-a039-71a8eb82d9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ACTIVE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:32Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:35,497 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.166s 2022-02-19 01:22:35,497 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a2b261e-ee96-4733-a816-280450c1621d', 'x-compute-request-id': 'req-0a2b261e-ee96-4733-a816-280450c1621d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ACTIVE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:32Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:35,627 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 202 POST http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42/action 0.122s 2022-02-19 01:22:35,627 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"resize": {"flavorRef": "451"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5de4323-8af5-495f-b4ce-40f075c8efad', 'x-compute-request-id': 'req-f5de4323-8af5-495f-b4ce-40f075c8efad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42/action'} Body: b'' 2022-02-19 01:22:35,824 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.196s 2022-02-19 01:22:35,824 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1677', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21434326-8e6e-4b36-a2b6-bab8ff6c79a8', 'x-compute-request-id': 'req-21434326-8e6e-4b36-a2b6-bab8ff6c79a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:36Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:37,004 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.170s 2022-02-19 01:22:37,004 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1677', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b18f3177-d975-46f6-9e68-73f2f6c595ae', 'x-compute-request-id': 'req-b18f3177-d975-46f6-9e68-73f2f6c595ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:36Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:38,196 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.183s 2022-02-19 01:22:38,197 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd18e77b-f9ee-475b-9d90-88685042cc2a', 'x-compute-request-id': 'req-cd18e77b-f9ee-475b-9d90-88685042cc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:38,204 176631 INFO [tempest.common.waiters] State transition "RESIZE/resize_prep" ==> "RESIZE/resize_migrating" after 3 second wait 2022-02-19 01:22:39,384 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.178s 2022-02-19 01:22:39,384 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-623e1c25-fc9a-464c-95ca-070b01dea6b1', 'x-compute-request-id': 'req-623e1c25-fc9a-464c-95ca-070b01dea6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:40,574 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.181s 2022-02-19 01:22:40,575 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e77e958-4a8e-4c7d-9f59-eb145455553b', 'x-compute-request-id': 'req-4e77e958-4a8e-4c7d-9f59-eb145455553b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:41,767 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.184s 2022-02-19 01:22:41,768 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2ccbd3c-3900-44b9-9e3b-560bbe9d9295', 'x-compute-request-id': 'req-b2ccbd3c-3900-44b9-9e3b-560bbe9d9295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:43,271 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.495s 2022-02-19 01:22:43,271 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf6d35b-1d8a-49a4-afa8-11bfddd7fc84', 'x-compute-request-id': 'req-bbf6d35b-1d8a-49a4-afa8-11bfddd7fc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:44,453 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.173s 2022-02-19 01:22:44,454 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edcbbdfc-4df8-4830-95ad-382b9c7aa1e8', 'x-compute-request-id': 'req-edcbbdfc-4df8-4830-95ad-382b9c7aa1e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:45,645 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.178s 2022-02-19 01:22:45,645 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4529fe60-5eaf-4ec1-95fe-f90f5552a858', 'x-compute-request-id': 'req-4529fe60-5eaf-4ec1-95fe-f90f5552a858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:46,840 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.185s 2022-02-19 01:22:46,840 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04234569-cf47-408f-8348-fc32638e2052', 'x-compute-request-id': 'req-04234569-cf47-408f-8348-fc32638e2052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:48,029 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.176s 2022-02-19 01:22:48,030 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9ffa5bc-7c73-4d8c-9b63-2ef960966095', 'x-compute-request-id': 'req-e9ffa5bc-7c73-4d8c-9b63-2ef960966095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:49,226 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.187s 2022-02-19 01:22:49,227 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a40bb82b-62ac-437d-ac1b-f60ae374574b', 'x-compute-request-id': 'req-a40bb82b-62ac-437d-ac1b-f60ae374574b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:50,401 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.166s 2022-02-19 01:22:50,402 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56053cde-d7ea-49fc-84dd-c472c3b28f3a', 'x-compute-request-id': 'req-56053cde-d7ea-49fc-84dd-c472c3b28f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:51,593 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.178s 2022-02-19 01:22:51,593 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d667a23f-cf2e-48ba-8b2a-d0c9f3ae2c16', 'x-compute-request-id': 'req-d667a23f-cf2e-48ba-8b2a-d0c9f3ae2c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:52,770 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.167s 2022-02-19 01:22:52,770 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab31a650-eb49-4492-9ebb-e32c64c6557a', 'x-compute-request-id': 'req-ab31a650-eb49-4492-9ebb-e32c64c6557a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:53,961 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.181s 2022-02-19 01:22:53,961 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36a8521c-d82b-4434-8d71-af2aab03ff90', 'x-compute-request-id': 'req-36a8521c-d82b-4434-8d71-af2aab03ff90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "739cc8be4a97f10926f60b82d1967b97344cac2012c515af4b6ae105", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:37Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:55,236 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.266s 2022-02-19 01:22:55,236 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8144c199-54e0-4033-8ab0-ae044c750aa9', 'x-compute-request-id': 'req-8144c199-54e0-4033-8ab0-ae044c750aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "RESIZE", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "c7be0bbc6e2cde815288775fea01ad995bda43b7233a2bf418bc9558", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:54Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "resize_migrated", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:55,244 176631 INFO [tempest.common.waiters] State transition "RESIZE/resize_migrating" ==> "RESIZE/resize_migrated" after 20 second wait 2022-02-19 01:22:56,438 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_confirm): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.193s 2022-02-19 01:22:56,439 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fc1a2a5-a3de-4039-829c-db9ffd1faf23', 'x-compute-request-id': 'req-8fc1a2a5-a3de-4039-829c-db9ffd1faf23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ERROR", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "c7be0bbc6e2cde815288775fea01ad995bda43b7233a2bf418bc9558", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:56Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-02-19T01:22:56Z", "message": "x_wmi"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:56,446 176631 INFO [tempest.common.waiters] State transition "RESIZE/resize_migrated" ==> "ERROR/None" after 21 second wait 2022-02-19 01:22:56,639 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.182s 2022-02-19 01:22:56,639 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e203d3e0-650d-4698-9ad0-fbd7081dfdad', 'x-compute-request-id': 'req-e203d3e0-650d-4698-9ad0-fbd7081dfdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ERROR", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "c7be0bbc6e2cde815288775fea01ad995bda43b7233a2bf418bc9558", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:56Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-02-19T01:22:56Z", "message": "x_wmi"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:57,832 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.183s 2022-02-19 01:22:57,832 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-361d3fa2-8b0a-47f5-841c-95267760dd17', 'x-compute-request-id': 'req-361d3fa2-8b0a-47f5-841c-95267760dd17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ERROR", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "c7be0bbc6e2cde815288775fea01ad995bda43b7233a2bf418bc9558", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:56Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-02-19T01:22:56Z", "message": "x_wmi"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:57,840 176631 ERROR [tempest.api.compute.base] Server b78b4473-0314-4518-bbbc-3ae2e3f9ba42 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-02-19T01:22:56Z', 'message': 'x_wmi'}. 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base Traceback (most recent call last): 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 226, in server_check_teardown 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client, 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base raise exceptions.BuildErrorException(details, server_id=server_id) 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base tempest.exceptions.BuildErrorException: Server b78b4473-0314-4518-bbbc-3ae2e3f9ba42 failed to build and is in ERROR status 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base Details: Fault: {'code': 500, 'created': '2022-02-19T01:22:56Z', 'message': 'x_wmi'}. 2022-02-19 01:22:57.840 176631 ERROR tempest.api.compute.base 2022-02-19 01:22:57,980 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 204 DELETE http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.138s 2022-02-19 01:22:57,980 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fec5605-4e36-4623-ac7d-b7e10b3b1a4b', 'x-compute-request-id': 'req-0fec5605-4e36-4623-ac7d-b7e10b3b1a4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'' 2022-02-19 01:22:58,234 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.253s 2022-02-19 01:22:58,235 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1da30cc0-5ff6-4ae3-bffb-27513996d568', 'x-compute-request-id': 'req-1da30cc0-5ff6-4ae3-bffb-27513996d568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"server": {"id": "b78b4473-0314-4518-bbbc-3ae2e3f9ba42", "name": "tempest-ServerActionsTestJSON-server-113889507", "status": "ERROR", "tenant_id": "c33fb4fb02e9457cb7fa491333bbc601", "user_id": "670338c0d4b445c491ae093728597a6b", "metadata": {}, "hostId": "c7be0bbc6e2cde815288775fea01ad995bda43b7233a2bf418bc9558", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T01:22:18Z", "updated": "2022-02-19T01:22:58Z", "addresses": {"tempest-ServerActionsTestJSON-1825933920-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}, {"version": 4, "addr": "172.25.6.79", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:67:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-02-19T01:22:56Z", "message": "x_wmi"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-220510058", "OS-SRV-USG:launched_at": "2022-02-19T01:22:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1039839577"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 01:22:59,278 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 404 GET http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.033s 2022-02-19 01:22:59,278 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0842b676-1dee-4078-9136-e1bcd32b7eaa', 'x-compute-request-id': 'req-0842b676-1dee-4078-9136-e1bcd32b7eaa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b78b4473-0314-4518-bbbc-3ae2e3f9ba42 could not be found."}}' 2022-02-19 01:22:59,313 176631 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:_run_cleanups): 404 DELETE http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42 0.034s 2022-02-19 01:22:59,313 176631 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 01:22:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3ba21910-0b19-43b2-981f-3d30f7ecdc81', 'x-compute-request-id': 'req-3ba21910-0b19-43b2-981f-3d30f7ecdc81', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/b78b4473-0314-4518-bbbc-3ae2e3f9ba42'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b78b4473-0314-4518-bbbc-3ae2e3f9ba42 could not be found."}}' 2022-02-19 01:22:59,314 176631 ERROR [tempest.api.compute.base] Failed to delete server b78b4473-0314-4518-bbbc-3ae2e3f9ba42 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base Traceback (most recent call last): 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 444, in delete_server 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id) 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 166, in delete_server 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id) 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body) 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request( 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base self._error_checker(resp, resp_body) 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 809, in _error_checker 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base raise exceptions.NotFound(resp_body, resp=resp) 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base tempest.lib.exceptions.NotFound: Object not found 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base Details: {'code': 404, 'message': 'Instance b78b4473-0314-4518-bbbc-3ae2e3f9ba42 could not be found.'} 2022-02-19 01:22:59.314 176631 ERROR tempest.api.compute.base }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 80, in tearDown self.server_check_teardown() File "/opt/stack/tempest/tempest/api/compute/base.py", line 226, in server_check_teardown waiters.wait_for_server_status(cls.servers_client, 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 b78b4473-0314-4518-bbbc-3ae2e3f9ba42 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-02-19T01:22:56Z', 'message': 'x_wmi'}. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 364, in test_resize_server_confirm self._test_resize_server_confirm(self.server_id, stop=False) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 344, in _test_resize_server_confirm waiters.wait_for_server_status(self.client, server_id, 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 b78b4473-0314-4518-bbbc-3ae2e3f9ba42 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-02-19T01:22:56Z', 'message': 'x_wmi'}. |
||||||
test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
pass
pt8.15: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
||||||
test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
pass
pt8.16: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
||||||
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt8.17: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt9.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft9.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-19 00:29:44,589 125520 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-02-19 00:29:44,590 125520 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-02-19 00:29:45,147 125520 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60/compute/v2.1/os-keypairs 0.556s 2022-02-19 00:29:45,147 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-597229904"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01e2f84c-d2b4-4ad3-b349-435d16da3180', 'x-compute-request-id': 'req-01e2f84c-d2b4-4ad3-b349-435d16da3180', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAw0DXPbrXTbs4qc/8RYZe/zS0eCwE9qCIopo53rTcqHoV5QlT\\nsuI6LI3Jetd8hBHHoE7Jah2OzhIq4MWwq5LNxr488h1OFmMtqcxnkIrNMkHlh1dt\\nQDEQrWtug/bIDxwuJLIYiIjq5cJ6lEQ9tOuwIswu/HMDy6fNPfZRWU76MdFXctIl\\nRTLLYuLqOI13VSl5V8ZcsGx0u0q03DAYrOvns3HbbWZtFhWlRcYTZA30kUzGyu0Z\\nVt52/fasKXXlROUF5MfwFf9542/f3zqSZF5M9Whxj//VIwCEEyOyjIi2/1awyRwK\\nuHcu6wX5RxaTRlDeCTIHtCoHWvIlMnlNIc91MQIDAQABAoIBAQCYut+jKcPAyfJI\\n4qgyuikU9+UzGzvGr0wx5PHfgxoXr2fxAJq4Er3um/o+XNDJfh7pBrgGiZhrGUrx\\nB7Jqgyrzi1uhB8tNN8dASuO37NsVtPYWKA0NaVPiU2bfUuqq5yAxFB6crn0PvFCm\\nKbsbCkF89rrKPi154IhrL4HymhSbYgaIHSVIrWqXY5f5QdgKVhU9KuSnxhWMBdvd\\nzYXowk6YXcph1bwq/sdi4oqNhE1eZwCay/+Llw8xhU6xmNIWnR0gHysu87yEsV2H\\n9PBoOmUXNf84AUaYiXQbBIh6AfPF6Zk4hf0GjTZRip54ThiDwpG1L0tKukFr5ST6\\nSzmaH6kBAoGBAPDcYBKUscFaNKL3WaCz+BLzz+GN9pYpqe1RrFIXO8QWt3z2LSZd\\nCU3iSCq9lnz96SlUDQMv4LJPaXnqcrCm5lMWQq98W8D18ZWzgMKkL5EAD0KYt7ZL\\nM/SsjU7X9yE7ANhktl5R/lkJQv8jOpc+sfSI99+wBG6GJTr86vqcB1UHAoGBAM+G\\nm2T1H/G4Y+T+Ru2Uf4teNZfOMSsuvBDfAI+pdlWoAxB8LU0ceB1fcn7xLdMgterM\\ndyBDANSeeBoAfju7KZYOdYkUNjOxLeYrUGGpmMZq03p7RjW5rS0Z64uppnM192hc\\nkiZs0BofcJmbKteBkqj7loS67j7VPz9istE3rE4HAoGAN93VxtmIdWGX7ejTeCvm\\nMXct05JbDK9zQ6F7B7tt2GiwfKKZDFnuC4ud05QP8MPwLe7Z6dBUHOfAfk+79G9x\\n4vm50/xTR+mD9IYjKoJsqgRKhdboXbcJwQm46P28y49k/cw2ZKA+D6bPTGB+eZBI\\nNIEEhXTNQlmJDyqU0jYYmUcCgYBK8H7Y/DOm5EEehjwyuvc76q9LvGfBAkVjikP3\\nnOhgkiVZJJ5vRCKT6M29zXYQ0bUfruotukRogzk3mon7I+EmkN4cvDG+hPLgNS/3\\ntHi43ga0KiP2brB8oumOK5sx64EGLLeSLKURad0Nex0DaYT+hKucDqzN/8+xIgEU\\n0BfmrQKBgGDjjQwwIESjoHwpFEeuLGiMw359UkY3aBw+k/bhpnQjUkXM73okIEMt\\nFSk36LM/GOpo20Qv7Y+vJwWkwPolzh4m5v1omb+lXpvSX9GjyAEhjV5aa5YLCKQu\\n8VT/mKiYn3Pumpp5wygEayK+2H7gAlwBiFR6Ue8IboMvAgH7mN3r\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-597229904", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDQNc9utdNuzipz/xFhl7/NLR4LAT2oIiimjnetNyoehXlCVOy4josjcl613yEEcegTslqHY7OEirgxbCrks3GvjzyHU4WYy2pzGeQis0yQeWHV21AMRCta26D9sgPHC4kshiIiOrlwnqURD2067AizC78cwPLp8099lFZTvox0Vdy0iVFMsti4uo4jXdVKXlXxlywbHS7SrTcMBis6+ezcdttZm0WFaVFxhNkDfSRTMbK7RlW3nb99qwpdeVE5QXkx/AV/3njb9/fOpJkXkz1aHGP/9UjAIQTI7KMiLb/VrDJHAq4dy7rBflHFpNGUN4JMge0Kgda8iUyeU0hz3Ux Generated-by-Nova", "fingerprint": "ea:bb:64:a9:23:04:eb:81:5c:e1:33:a3:26:ad:d4:e7", "user_id": "4fca93a9801d4b4b8968b564c3034ffb"}}' 2022-02-19 00:29:45,149 125520 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-597229904 created 2022-02-19 00:29:45,609 125520 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/security-groups 0.459s 2022-02-19 00:29:45,609 125520 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--58115364", "description": "tempest-description--1084964715"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-083e36cc-f330-442f-8377-371fcb44cffc', 'date': 'Sat, 19 Feb 2022 00:29:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "89d0fef7-9eb4-4b97-8a39-36e70d0ea510", "name": "tempest-securitygroup--58115364", "stateful": true, "tenant_id": "683ff6b1a7154108870150bfec80cfec", "description": "tempest-description--1084964715", "shared": false, "security_group_rules": [{"id": "6420c778-eac8-4691-ba10-43bf44a2edd6", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "security_group_id": "89d0fef7-9eb4-4b97-8a39-36e70d0ea510", "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": 1125, "description": null, "tags": [], "created_at": "2022-02-19T00:29:45Z", "updated_at": "2022-02-19T00:29:45Z", "revision_number": 0, "project_id": "683ff6b1a7154108870150bfec80cfec"}, {"id": "af70d2e7-2ffc-4c86-8344-805da21d96e9", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "security_group_id": "89d0fef7-9eb4-4b97-8a39-36e70d0ea510", "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": 1126, "description": null, "tags": [], "created_at": "2022-02-19T00:29:45Z", "updated_at": "2022-02-19T00:29:45Z", "revision_number": 0, "project_id": "683ff6b1a7154108870150bfec80cfec"}], "tags": [], "created_at": "2022-02-19T00:29:45Z", "updated_at": "2022-02-19T00:29:45Z", "revision_number": 1, "project_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:29:45,870 125520 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/security-group-rules 0.260s 2022-02-19 00:29:45,871 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "89d0fef7-9eb4-4b97-8a39-36e70d0ea510", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c1649956-9814-4286-b0ce-dd83656e4e4b', 'date': 'Sat, 19 Feb 2022 00:29:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3dc1ff8f-ee73-4fa5-8a7e-5a52aecb08e5", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "security_group_id": "89d0fef7-9eb4-4b97-8a39-36e70d0ea510", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-02-19T00:29:45Z", "updated_at": "2022-02-19T00:29:45Z", "revision_number": 0, "project_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:29:46,219 125520 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/security-group-rules 0.347s 2022-02-19 00:29:46,219 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "89d0fef7-9eb4-4b97-8a39-36e70d0ea510", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8af9965b-4da2-440b-bedd-cd6bad95294f', 'date': 'Sat, 19 Feb 2022 00:29:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a1454102-de37-48d8-a2a6-141b44eb518b", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "security_group_id": "89d0fef7-9eb4-4b97-8a39-36e70d0ea510", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-02-19T00:29:46Z", "updated_at": "2022-02-19T00:29:46Z", "revision_number": 0, "project_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:29:46,219 125520 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--58115364 created 2022-02-19 00:29:50,872 125520 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.60:9696/v2.0/floatingips 4.652s 2022-02-19 00:29:50,872 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3c554ccf-a359-4d13-95ae-4e67dd476a05"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-453e8b33-c86a-4a69-b13a-51a7e1c4dcc4', 'date': 'Sat, 19 Feb 2022 00:29:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3f44974e-d2b0-4659-adfe-92eea44d254c", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "floating_ip_address": "172.25.6.188", "floating_network_id": "3c554ccf-a359-4d13-95ae-4e67dd476a05", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "683ff6b1a7154108870150bfec80cfec", "description": "", "port_details": null, "tags": [], "created_at": "2022-02-19T00:29:48Z", "updated_at": "2022-02-19T00:29:48Z", "revision_number": 0}}' 2022-02-19 00:29:50,872 125520 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3f44974e-d2b0-4659-adfe-92eea44d254c', 'tenant_id': '683ff6b1a7154108870150bfec80cfec', 'floating_ip_address': '172.25.6.188', 'floating_network_id': '3c554ccf-a359-4d13-95ae-4e67dd476a05', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '683ff6b1a7154108870150bfec80cfec', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-19T00:29:48Z', 'updated_at': '2022-02-19T00:29:48Z', 'revision_number': 0, 'ip': '172.25.6.188'} created 2022-02-19 00:29:51,085 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.60/identity/v3/auth/tokens 0.206s 2022-02-19 00:29:51,086 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5739c4ea-94a1-4193-a1e5-f789a5604391', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4fca93a9801d4b4b8968b564c3034ffb", "name": "tempest-AttachVolumeShelveTestJSON-383626017-project", "password_expires_at": null}, "audit_ids": ["kKukRei3T5KS24wVMJn1JA"], "expires_at": "2022-02-19T01:29:50.000000Z", "issued_at": "2022-02-19T00:29:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "683ff6b1a7154108870150bfec80cfec", "name": "tempest-AttachVolumeShelveTestJSON-383626017"}, "is_domain": false, "roles": [{"id": "e2a0150289434a10bd542efd0ec9eadb", "name": "member"}, {"id": "8af04ef60b64466cbb94be1459432a61", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3b7f11a8ce514e59905ce4fb4eaa3954", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/placement", "region": "RegionOne"}], "id": "25123f67f2f44197a6288db511d18e4e", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "086f34bd34cf4540acfdd76ef83fd2b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2.1", "region": "RegionOne"}], "id": "57df911fc4af4b7da8de6b27f0706c74", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c028e96ddf454f7ba983a7b93fe10897", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/image", "region": "RegionOne"}], "id": "7c18d39ae72b440e9b9eff58d93e15da", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4c972c246ad7429d999743d393d85609", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.60:8080", "region": "RegionOne"}, {"id": "61aa7ac04d754f3fb25c8144141edb43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:8080/v1/AUTH_683ff6b1a7154108870150bfec80cfec", "region": "RegionOne"}], "id": "9fb32080c7694d8eb2e171c0059591d8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc719fb051f84da3ac1813838ff610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2/683ff6b1a7154108870150bfec80cfec", "region": "RegionOne"}], "id": "dbe25228133342a2b0aa5b1e4847e47d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "68bc31a531ab4494b72a8c247c82e457", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:9696/", "region": "RegionOne"}], "id": "de0b6e2e06954178ae0066928c3e6f40", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f9578137cbf548039a01484f4d6c15fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec", "region": "RegionOne"}], "id": "e9fd87e6495943bf8e5e96ee6bfc0af8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "528ccd13e1ee4bba9792bb8e24b78eda", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec", "region": "RegionOne"}], "id": "ef73894fbee84ab3a964d67c3b82e61b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a9d1503d70824fe4b9e35cfdbb803c6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/identity", "region": "RegionOne"}], "id": "f7ebef6a5ef447d1abf1c6055ca6f156", "type": "identity", "name": "keystone"}]}}' 2022-02-19 00:29:51,086 125520 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'a66a2644-3c4a-4409-98a9-f3d6abe8be72', 'name': 'tempest-AttachVolumeShelveTestJSON-50794047-network', 'tenant_id': '683ff6b1a7154108870150bfec80cfec', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '683ff6b1a7154108870150bfec80cfec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 111, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-02-19T00:23:32Z', 'updated_at': '2022-02-19T00:23:33Z', 'revision_number': 1} available for tenant 2022-02-19 00:29:51,087 125520 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAw0DXPbrXTbs4qc/8RYZe/zS0eCwE9qCIopo53rTcqHoV5QlT\nsuI6LI3Jetd8hBHHoE7Jah2OzhIq4MWwq5LNxr488h1OFmMtqcxnkIrNMkHlh1dt\nQDEQrWtug/bIDxwuJLIYiIjq5cJ6lEQ9tOuwIswu/HMDy6fNPfZRWU76MdFXctIl\nRTLLYuLqOI13VSl5V8ZcsGx0u0q03DAYrOvns3HbbWZtFhWlRcYTZA30kUzGyu0Z\nVt52/fasKXXlROUF5MfwFf9542/f3zqSZF5M9Whxj//VIwCEEyOyjIi2/1awyRwK\nuHcu6wX5RxaTRlDeCTIHtCoHWvIlMnlNIc91MQIDAQABAoIBAQCYut+jKcPAyfJI\n4qgyuikU9+UzGzvGr0wx5PHfgxoXr2fxAJq4Er3um/o+XNDJfh7pBrgGiZhrGUrx\nB7Jqgyrzi1uhB8tNN8dASuO37NsVtPYWKA0NaVPiU2bfUuqq5yAxFB6crn0PvFCm\nKbsbCkF89rrKPi154IhrL4HymhSbYgaIHSVIrWqXY5f5QdgKVhU9KuSnxhWMBdvd\nzYXowk6YXcph1bwq/sdi4oqNhE1eZwCay/+Llw8xhU6xmNIWnR0gHysu87yEsV2H\n9PBoOmUXNf84AUaYiXQbBIh6AfPF6Zk4hf0GjTZRip54ThiDwpG1L0tKukFr5ST6\nSzmaH6kBAoGBAPDcYBKUscFaNKL3WaCz+BLzz+GN9pYpqe1RrFIXO8QWt3z2LSZd\nCU3iSCq9lnz96SlUDQMv4LJPaXnqcrCm5lMWQq98W8D18ZWzgMKkL5EAD0KYt7ZL\nM/SsjU7X9yE7ANhktl5R/lkJQv8jOpc+sfSI99+wBG6GJTr86vqcB1UHAoGBAM+G\nm2T1H/G4Y+T+Ru2Uf4teNZfOMSsuvBDfAI+pdlWoAxB8LU0ceB1fcn7xLdMgterM\ndyBDANSeeBoAfju7KZYOdYkUNjOxLeYrUGGpmMZq03p7RjW5rS0Z64uppnM192hc\nkiZs0BofcJmbKteBkqj7loS67j7VPz9istE3rE4HAoGAN93VxtmIdWGX7ejTeCvm\nMXct05JbDK9zQ6F7B7tt2GiwfKKZDFnuC4ud05QP8MPwLe7Z6dBUHOfAfk+79G9x\n4vm50/xTR+mD9IYjKoJsqgRKhdboXbcJwQm46P28y49k/cw2ZKA+D6bPTGB+eZBI\nNIEEhXTNQlmJDyqU0jYYmUcCgYBK8H7Y/DOm5EEehjwyuvc76q9LvGfBAkVjikP3\nnOhgkiVZJJ5vRCKT6M29zXYQ0bUfruotukRogzk3mon7I+EmkN4cvDG+hPLgNS/3\ntHi43ga0KiP2brB8oumOK5sx64EGLLeSLKURad0Nex0DaYT+hKucDqzN/8+xIgEU\n0BfmrQKBgGDjjQwwIESjoHwpFEeuLGiMw359UkY3aBw+k/bhpnQjUkXM73okIEMt\nFSk36LM/GOpo20Qv7Y+vJwWkwPolzh4m5v1omb+lXpvSX9GjyAEhjV5aa5YLCKQu\n8VT/mKiYn3Pumpp5wygEayK+2H7gAlwBiFR6Ue8IboMvAgH7mN3r\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-597229904', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDQNc9utdNuzipz/xFhl7/NLR4LAT2oIiimjnetNyoehXlCVOy4josjcl613yEEcegTslqHY7OEirgxbCrks3GvjzyHU4WYy2pzGeQis0yQeWHV21AMRCta26D9sgPHC4kshiIiOrlwnqURD2067AizC78cwPLp8099lFZTvox0Vdy0iVFMsti4uo4jXdVKXlXxlywbHS7SrTcMBis6+ezcdttZm0WFaVFxhNkDfSRTMbK7RlW3nb99qwpdeVE5QXkx/AV/3njb9/fOpJkXkz1aHGP/9UjAIQTI7KMiLb/VrDJHAq4dy7rBflHFpNGUN4JMge0Kgda8iUyeU0hz3Ux Generated-by-Nova', 'fingerprint': 'ea:bb:64:a9:23:04:eb:81:5c:e1:33:a3:26:ad:d4:e7', 'user_id': '4fca93a9801d4b4b8968b564c3034ffb'}, 'security_group': {'id': '89d0fef7-9eb4-4b97-8a39-36e70d0ea510', 'name': 'tempest-securitygroup--58115364', 'stateful': True, 'tenant_id': '683ff6b1a7154108870150bfec80cfec', 'description': 'tempest-description--1084964715', 'shared': False, 'security_group_rules': [{'id': '6420c778-eac8-4691-ba10-43bf44a2edd6', 'tenant_id': '683ff6b1a7154108870150bfec80cfec', 'security_group_id': '89d0fef7-9eb4-4b97-8a39-36e70d0ea510', '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': 1125, 'description': None, 'tags': [], 'created_at': '2022-02-19T00:29:45Z', 'updated_at': '2022-02-19T00:29:45Z', 'revision_number': 0, 'project_id': '683ff6b1a7154108870150bfec80cfec'}, {'id': 'af70d2e7-2ffc-4c86-8344-805da21d96e9', 'tenant_id': '683ff6b1a7154108870150bfec80cfec', 'security_group_id': '89d0fef7-9eb4-4b97-8a39-36e70d0ea510', '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': 1126, 'description': None, 'tags': [], 'created_at': '2022-02-19T00:29:45Z', 'updated_at': '2022-02-19T00:29:45Z', 'revision_number': 0, 'project_id': '683ff6b1a7154108870150bfec80cfec'}], 'tags': [], 'created_at': '2022-02-19T00:29:45Z', 'updated_at': '2022-02-19T00:29:45Z', 'revision_number': 1, 'project_id': '683ff6b1a7154108870150bfec80cfec'}, 'floating_ip': {'id': '3f44974e-d2b0-4659-adfe-92eea44d254c', 'tenant_id': '683ff6b1a7154108870150bfec80cfec', 'floating_ip_address': '172.25.6.188', 'floating_network_id': '3c554ccf-a359-4d13-95ae-4e67dd476a05', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '683ff6b1a7154108870150bfec80cfec', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-02-19T00:29:48Z', 'updated_at': '2022-02-19T00:29:48Z', 'revision_number': 0, 'ip': '172.25.6.188'}} 2022-02-19 00:29:53,479 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.60/compute/v2.1/servers 2.391s 2022-02-19 00:29:53,479 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "imageRef": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "a66a2644-3c4a-4409-98a9-f3d6abe8be72"}], "security_groups": [{"name": "tempest-securitygroup--58115364"}], "key_name": "tempest-keypair-597229904", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b989be9-dbf7-4e4d-ab10-2d17ef5835e0', 'x-compute-request-id': 'req-7b989be9-dbf7-4e4d-ab10-2d17ef5835e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--58115364"}], "adminPass": "password"}}' 2022-02-19 00:29:53,663 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.181s 2022-02-19 00:29:53,663 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8459046e-f96b-4aaa-872b-95eb93ac024e', 'x-compute-request-id': 'req-8459046e-f96b-4aaa-872b-95eb93ac024e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:29:54,836 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.163s 2022-02-19 00:29:54,836 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b25eeb-90af-4644-a820-c94b21795a88', 'x-compute-request-id': 'req-33b25eeb-90af-4644-a820-c94b21795a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "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": [], "locked": false, "description": null}}' 2022-02-19 00:29:54,844 125520 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-02-19 00:29:55,999 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.154s 2022-02-19 00:29:55,999 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38c40242-75b8-4458-b9ec-f190e1ec56b8', 'x-compute-request-id': 'req-38c40242-75b8-4458-b9ec-f190e1ec56b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:29:56,008 125520 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-02-19 00:29:57,139 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.129s 2022-02-19 00:29:57,139 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38a1487f-91b2-4006-b65f-ad6aeae5ef36', 'x-compute-request-id': 'req-38a1487f-91b2-4006-b65f-ad6aeae5ef36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:29:59,653 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 1.504s 2022-02-19 00:29:59,653 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cd6345f-60df-41b3-8ee8-b2690eaa606a', 'x-compute-request-id': 'req-3cd6345f-60df-41b3-8ee8-b2690eaa606a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:30:01,345 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.682s 2022-02-19 00:30:01,346 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65ba1bea-1fb0-49d6-b109-f9060a4a665e', 'x-compute-request-id': 'req-65ba1bea-1fb0-49d6-b109-f9060a4a665e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:30:02,712 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.356s 2022-02-19 00:30:02,712 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a96f545-690a-4d7f-b11b-14e137c26ad8', 'x-compute-request-id': 'req-6a96f545-690a-4d7f-b11b-14e137c26ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:30:04,141 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.420s 2022-02-19 00:30:04,142 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33813fb2-0e8b-4dca-9c5f-3f720364a1b7', 'x-compute-request-id': 'req-33813fb2-0e8b-4dca-9c5f-3f720364a1b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:30:06,629 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 1.477s 2022-02-19 00:30:06,629 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49ad4edc-2501-4982-888b-f8f6a0432d84', 'x-compute-request-id': 'req-49ad4edc-2501-4982-888b-f8f6a0432d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:30:09,323 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 1.684s 2022-02-19 00:30:09,324 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ace9733-d86f-4651-9d79-bd8dc85fa773', 'x-compute-request-id': 'req-2ace9733-d86f-4651-9d79-bd8dc85fa773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "BUILD", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:29:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:30:10,679 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.346s 2022-02-19 00:30:10,679 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1595', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec67f7dd-415b-4732-82b8-c09ab4f4683d', 'x-compute-request-id': 'req-ec67f7dd-415b-4732-82b8-c09ab4f4683d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:30:10Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:30:10,688 125520 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2022-02-19 00:30:11,022 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-interface 0.334s 2022-02-19 00:30:11,023 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ea55226-f52c-48c8-98ed-7931fe011041', 'x-compute-request-id': 'req-4ea55226-f52c-48c8-98ed-7931fe011041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a66a2644-3c4a-4409-98a9-f3d6abe8be72", "port_id": "9347a78e-fb6f-45ee-8c82-3bbcbb6a2628", "mac_addr": "fa:16:3e:8f:90:f7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "877a2166-d158-4a22-bcfc-b563a81ecccc", "ip_address": "172.20.0.4"}]}]}' 2022-02-19 00:30:12,951 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.60:9696/v2.0/floatingips/3f44974e-d2b0-4659-adfe-92eea44d254c 1.924s 2022-02-19 00:30:12,951 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "9347a78e-fb6f-45ee-8c82-3bbcbb6a2628"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-8fbf0716-8cb1-4ceb-9ba2-73aecada1473', 'date': 'Sat, 19 Feb 2022 00:30:12 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60:9696/v2.0/floatingips/3f44974e-d2b0-4659-adfe-92eea44d254c'} Body: b'{"floatingip": {"id": "3f44974e-d2b0-4659-adfe-92eea44d254c", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "floating_ip_address": "172.25.6.188", "floating_network_id": "3c554ccf-a359-4d13-95ae-4e67dd476a05", "router_id": "6ad24d5e-21f7-4910-afd6-caad53d8b7ca", "port_id": "9347a78e-fb6f-45ee-8c82-3bbcbb6a2628", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a66a2644-3c4a-4409-98a9-f3d6abe8be72", "mac_address": "fa:16:3e:8f:90:f7", "admin_state_up": true, "status": "ACTIVE", "device_id": "41480077-b90b-4cad-8e59-824904700bc0", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-02-19T00:29:48Z", "updated_at": "2022-02-19T00:30:11Z", "revision_number": 1, "project_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:30:13,043 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/ips 0.091s 2022-02-19 00:30:13,044 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3baa276b-8e6d-4643-9ab3-d88c7e9bce4e', 'x-compute-request-id': 'req-3baa276b-8e6d-4643-9ab3-d88c7e9bce4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4"}]}}' 2022-02-19 00:30:13,505 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes 0.458s 2022-02-19 00:30:13,506 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-886239858"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-799bd85f-5993-484a-81b4-4d436134d88b', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-799bd85f-5993-484a-81b4-4d436134d88b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.360381", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-02-19 00:30:13,675 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.163s 2022-02-19 00:30:13,677 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb9c600-01a6-4e20-b00d-f8c989d3403b', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb9c600-01a6-4e20-b00d-f8c989d3403b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:30:14,763 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.078s 2022-02-19 00:30:14,764 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3906c9b-2559-4ea6-9448-06db9962186b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3906c9b-2559-4ea6-9448-06db9962186b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:30:14.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:30:16,121 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.348s 2022-02-19 00:30:16,121 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d53c72cd-845c-423d-973f-4d1f70f29bb5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d53c72cd-845c-423d-973f-4d1f70f29bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:30:16.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:30:16,128 125520 INFO [tempest.common.waiters] volume 8a291cb9-cb8f-4d7e-a1ab-719fe19edabf reached available after waiting for 3.128826 seconds 2022-02-19 00:30:16,146 125520 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; grep -c -E [vs]d.$ /proc/partitions 2022-02-19 00:30:16,146 125520 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.6.188:22' as 'ubuntu' with public key authentication 2022-02-19 00:30:19,206 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 1. Retry after 2 seconds. 2022-02-19 00:30:24,774 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 2. Retry after 3 seconds. 2022-02-19 00:30:31,334 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 3. Retry after 4 seconds. 2022-02-19 00:30:38,918 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 4. Retry after 5 seconds. 2022-02-19 00:30:47,494 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 5. Retry after 6 seconds. 2022-02-19 00:30:54,003 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 6. Retry after 7 seconds. 2022-02-19 00:31:01,511 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 7. Retry after 8 seconds. 2022-02-19 00:31:10,021 125520 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.6.188 ([Errno None] Unable to connect to port 22 on 172.25.6.188). Number attempts: 8. Retry after 9 seconds. 2022-02-19 00:31:19,583 125520 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-19 00:31:19,934 125520 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-19 00:31:19,934 125520 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.6.188 successfully created 2022-02-19 00:31:21,995 125520 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.6.188:22' as 'ubuntu' with public key authentication 2022-02-19 00:31:22,016 125520 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-02-19 00:31:22,149 125520 INFO [paramiko.transport] Authentication (publickey) successful! 2022-02-19 00:31:22,150 125520 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.6.188 successfully created 2022-02-19 00:31:22,642 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/action 0.491s 2022-02-19 00:31:22,642 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fe6d85f-e6ca-4d7c-98f6-8cab0e865f84', 'x-compute-request-id': 'req-9fe6d85f-e6ca-4d7c-98f6-8cab0e865f84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/action'} Body: b'' 2022-02-19 00:31:22,908 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.265s 2022-02-19 00:31:22,908 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88987de5-1f01-4728-8a4c-6d17e2695d92', 'x-compute-request-id': 'req-88987de5-1f01-4728-8a4c-6d17e2695d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:24,168 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.250s 2022-02-19 00:31:24,169 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95dc23f8-26ad-4ca8-afd6-c4ea7409b902', 'x-compute-request-id': 'req-95dc23f8-26ad-4ca8-afd6-c4ea7409b902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:25,356 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.177s 2022-02-19 00:31:25,357 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ab7a63f-873b-413b-8546-a985223fe086', 'x-compute-request-id': 'req-9ab7a63f-873b-413b-8546-a985223fe086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:26,549 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.181s 2022-02-19 00:31:26,549 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd0d8bf7-a3c1-4213-88cc-486cb04818ec', 'x-compute-request-id': 'req-cd0d8bf7-a3c1-4213-88cc-486cb04818ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:27,883 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.324s 2022-02-19 00:31:27,883 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-446a4957-9fc0-4b0e-96c7-a9cc963e3cec', 'x-compute-request-id': 'req-446a4957-9fc0-4b0e-96c7-a9cc963e3cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:29,766 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.874s 2022-02-19 00:31:29,767 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d86a42ae-2ec2-4575-866e-a6d48d637cb3', 'x-compute-request-id': 'req-d86a42ae-2ec2-4575-866e-a6d48d637cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:31,160 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.383s 2022-02-19 00:31:31,160 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-372ec2a3-2cbd-441c-83a2-240289156e94', 'x-compute-request-id': 'req-372ec2a3-2cbd-441c-83a2-240289156e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:32,414 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.244s 2022-02-19 00:31:32,415 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01211249-2c3e-43c0-85f8-1f47ddc835cc', 'x-compute-request-id': 'req-01211249-2c3e-43c0-85f8-1f47ddc835cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:33,655 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.230s 2022-02-19 00:31:33,655 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d45391a6-dbf9-4c76-8655-e9665f435c17', 'x-compute-request-id': 'req-d45391a6-dbf9-4c76-8655-e9665f435c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:34,839 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.174s 2022-02-19 00:31:34,839 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d7ff9e9-ac1d-405a-973d-42e9a334229e', 'x-compute-request-id': 'req-1d7ff9e9-ac1d-405a-973d-42e9a334229e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:34,848 125520 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 12 second wait 2022-02-19 00:31:36,070 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.221s 2022-02-19 00:31:36,070 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-848faec7-b449-443f-85b9-be9d21ea41af', 'x-compute-request-id': 'req-848faec7-b449-443f-85b9-be9d21ea41af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:37,283 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.203s 2022-02-19 00:31:37,283 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de432299-997a-4345-8597-46bed75b6058', 'x-compute-request-id': 'req-de432299-997a-4345-8597-46bed75b6058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:38,495 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.202s 2022-02-19 00:31:38,496 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43cc156b-c23d-4400-b4ca-1c2d6a7b9e30', 'x-compute-request-id': 'req-43cc156b-c23d-4400-b4ca-1c2d6a7b9e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:39,758 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.253s 2022-02-19 00:31:39,759 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a695225f-5b42-4974-835c-928546c2b1a0', 'x-compute-request-id': 'req-a695225f-5b42-4974-835c-928546c2b1a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:39,770 125520 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 17 second wait 2022-02-19 00:31:41,001 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.230s 2022-02-19 00:31:41,001 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33173797-bbb2-40c8-9c59-e754dfb5523a', 'x-compute-request-id': 'req-33173797-bbb2-40c8-9c59-e754dfb5523a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:42,235 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.221s 2022-02-19 00:31:42,235 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb6afe9f-0eb1-4adc-aeba-38d2356a9e7b', 'x-compute-request-id': 'req-cb6afe9f-0eb1-4adc-aeba-38d2356a9e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:43,469 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.224s 2022-02-19 00:31:43,469 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c9923e0-e710-48a4-b908-6d267cd29c9e', 'x-compute-request-id': 'req-6c9923e0-e710-48a4-b908-6d267cd29c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:44,670 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.192s 2022-02-19 00:31:44,671 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85850d89-69f5-4bd8-abb6-b1215dbfbfb6', 'x-compute-request-id': 'req-85850d89-69f5-4bd8-abb6-b1215dbfbfb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:45,919 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.237s 2022-02-19 00:31:45,920 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5ebc484-4b5a-4547-89af-fb23f18393aa', 'x-compute-request-id': 'req-f5ebc484-4b5a-4547-89af-fb23f18393aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:47,168 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.238s 2022-02-19 00:31:47,168 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bdf79cb-251a-494d-ab86-56ac700bdc48', 'x-compute-request-id': 'req-8bdf79cb-251a-494d-ab86-56ac700bdc48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:48,349 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.170s 2022-02-19 00:31:48,349 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1736', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25121394-2048-427a-ac10-0fda47227248', 'x-compute-request-id': 'req-25121394-2048-427a-ac10-0fda47227248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "ACTIVE", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:39Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:49,635 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.276s 2022-02-19 00:31:49,636 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1718', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4914d57f-c20a-414f-ab9a-d8a7d7703948', 'x-compute-request-id': 'req-4914d57f-c20a-414f-ab9a-d8a7d7703948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:49,644 125520 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 27 second wait 2022-02-19 00:31:50,824 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.178s 2022-02-19 00:31:50,824 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1718', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b42126c-911c-413b-9224-e283bdf364a5', 'x-compute-request-id': 'req-5b42126c-911c-413b-9224-e283bdf364a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "ebf4d35f250dbef0f76b502e984f5604c6ef5adf263b466097e43353", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:52,002 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.168s 2022-02-19 00:31:52,003 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02aa620d-4b50-4fc2-96c5-9cf99340cb3d', 'x-compute-request-id': 'req-02aa620d-4b50-4fc2-96c5-9cf99340cb3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:52Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:52,012 125520 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 30 second wait 2022-02-19 00:31:52,384 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-volume_attachments 0.371s 2022-02-19 00:31:52,384 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a423cf6-6930-4dda-9cec-65879ffd0edb', 'x-compute-request-id': 'req-1a423cf6-6930-4dda-9cec-65879ffd0edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "serverId": "41480077-b90b-4cad-8e59-824904700bc0", "volumeId": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "device": null}}' 2022-02-19 00:31:52,429 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.043s 2022-02-19 00:31:52,430 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2add5f2a-7b7e-4301-94de-6894f0df90ad', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2add5f2a-7b7e-4301-94de-6894f0df90ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:31:52.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "attachment_id": "16b6f39b-ab75-492c-8ac3-0ea0c4a1a674", "volume_id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "server_id": "41480077-b90b-4cad-8e59-824904700bc0", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:31:52,437 125520 INFO [tempest.common.waiters] Attachment 16b6f39b-ab75-492c-8ac3-0ea0c4a1a674 created for volume 8a291cb9-cb8f-4d7e-a1ab-719fe19edabf to server 41480077-b90b-4cad-8e59-824904700bc0 after waiting for 0.437478 seconds 2022-02-19 00:31:52,483 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.045s 2022-02-19 00:31:52,483 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b42c8b-c741-4964-a2c8-1ed5ec8ecdac', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b42c8b-c741-4964-a2c8-1ed5ec8ecdac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:31:52.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "attachment_id": "16b6f39b-ab75-492c-8ac3-0ea0c4a1a674", "volume_id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "server_id": "41480077-b90b-4cad-8e59-824904700bc0", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:31:52,490 125520 INFO [tempest.common.waiters] volume 8a291cb9-cb8f-4d7e-a1ab-719fe19edabf reached in-use after waiting for 0.490617 seconds 2022-02-19 00:31:52,849 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 DELETE http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-volume_attachments/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.359s 2022-02-19 00:31:52,850 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37dd4a3a-197c-4e3b-a2ce-2126fb082416', 'x-compute-request-id': 'req-37dd4a3a-197c-4e3b-a2ce-2126fb082416', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-volume_attachments/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'' 2022-02-19 00:31:52,892 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.042s 2022-02-19 00:31:52,893 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aeaae5c-1611-4670-b671-0fcd02f08a75', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aeaae5c-1611-4670-b671-0fcd02f08a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:31:53.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:31:52,900 125520 INFO [tempest.common.waiters] volume 8a291cb9-cb8f-4d7e-a1ab-719fe19edabf reached available after waiting for 0.900753 seconds 2022-02-19 00:31:53,048 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/action 0.148s 2022-02-19 00:31:53,049 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"unshelve": null} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c37b3583-878f-4328-9237-1873e127c43e', 'x-compute-request-id': 'req-c37b3583-878f-4328-9237-1873e127c43e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/action'} Body: b'' 2022-02-19 00:31:53,379 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.329s 2022-02-19 00:31:53,379 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd695861-06f3-4351-975e-e65ea4bcaf8c', 'x-compute-request-id': 'req-cd695861-06f3-4351-975e-e65ea4bcaf8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:54,568 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.179s 2022-02-19 00:31:54,568 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0361e02b-8081-48bb-ac17-d1aed4159005', 'x-compute-request-id': 'req-0361e02b-8081-48bb-ac17-d1aed4159005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:55,782 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.203s 2022-02-19 00:31:55,782 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea4fc4b9-ed99-432b-87c3-8f1c7fc0f47e', 'x-compute-request-id': 'req-ea4fc4b9-ed99-432b-87c3-8f1c7fc0f47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:57,036 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.244s 2022-02-19 00:31:57,036 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5b7ae19-bc78-40ad-98da-5ff21e3dd3fd', 'x-compute-request-id': 'req-d5b7ae19-bc78-40ad-98da-5ff21e3dd3fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:58,223 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.177s 2022-02-19 00:31:58,223 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f469a2-5ab1-4b17-a196-47fcdf489165', 'x-compute-request-id': 'req-d9f469a2-5ab1-4b17-a196-47fcdf489165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:31:59,399 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.166s 2022-02-19 00:31:59,400 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5e6aedd-40d6-48fc-a520-5a65f5971993', 'x-compute-request-id': 'req-e5e6aedd-40d6-48fc-a520-5a65f5971993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:00,634 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.223s 2022-02-19 00:32:00,634 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f78afa1-8c02-4e16-bbf9-1f731d1381bf', 'x-compute-request-id': 'req-3f78afa1-8c02-4e16-bbf9-1f731d1381bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:01,832 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.188s 2022-02-19 00:32:01,832 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a58a60a-dc8f-4950-acba-1bbdbdb7963e', 'x-compute-request-id': 'req-9a58a60a-dc8f-4950-acba-1bbdbdb7963e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:03,011 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.169s 2022-02-19 00:32:03,011 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c9d3d67-e01b-46ef-8f34-f32aac401c7a', 'x-compute-request-id': 'req-1c9d3d67-e01b-46ef-8f34-f32aac401c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:04,229 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.208s 2022-02-19 00:32:04,229 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8eea30a7-0b1a-4cb4-81b8-eda08007d4a2', 'x-compute-request-id': 'req-8eea30a7-0b1a-4cb4-81b8-eda08007d4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:05,407 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.167s 2022-02-19 00:32:05,407 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f22f9971-228a-4972-9007-1cbfe147d890', 'x-compute-request-id': 'req-f22f9971-228a-4972-9007-1cbfe147d890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:06,839 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.422s 2022-02-19 00:32:06,839 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ec4365-e0ec-4c65-80d0-5258e7c65914', 'x-compute-request-id': 'req-b6ec4365-e0ec-4c65-80d0-5258e7c65914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:08,212 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.363s 2022-02-19 00:32:08,212 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d43ff47-1bac-4653-b54f-eb0d8056cf9d', 'x-compute-request-id': 'req-2d43ff47-1bac-4653-b54f-eb0d8056cf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:09,584 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.361s 2022-02-19 00:32:09,584 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66dc60f2-81ba-4fb2-9250-238171b3822c', 'x-compute-request-id': 'req-66dc60f2-81ba-4fb2-9250-238171b3822c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:10,909 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.315s 2022-02-19 00:32:10,910 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd8af105-3c08-46e6-8fad-a00bbe60cbe3', 'x-compute-request-id': 'req-cd8af105-3c08-46e6-8fad-a00bbe60cbe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:12,100 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.180s 2022-02-19 00:32:12,100 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afaba7f7-5cce-4f33-8c57-69985710dc49', 'x-compute-request-id': 'req-afaba7f7-5cce-4f33-8c57-69985710dc49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:13,445 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.335s 2022-02-19 00:32:13,446 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80ab1c8b-52a9-4d0d-a18e-0152ea50131f', 'x-compute-request-id': 'req-80ab1c8b-52a9-4d0d-a18e-0152ea50131f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:14,674 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.219s 2022-02-19 00:32:14,675 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-635bb3b4-f0b5-4971-b89f-136ad1abbde0', 'x-compute-request-id': 'req-635bb3b4-f0b5-4971-b89f-136ad1abbde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:15,902 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.217s 2022-02-19 00:32:15,902 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45112d1d-69a9-4e5a-b76b-f365d27af20b', 'x-compute-request-id': 'req-45112d1d-69a9-4e5a-b76b-f365d27af20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:17,474 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.561s 2022-02-19 00:32:17,474 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-169ec1ff-5d6a-4414-96c1-c92393802d3d', 'x-compute-request-id': 'req-169ec1ff-5d6a-4414-96c1-c92393802d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:18,928 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.443s 2022-02-19 00:32:18,928 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf46bbce-e958-4a21-b67b-c531e34a3bd0', 'x-compute-request-id': 'req-bf46bbce-e958-4a21-b67b-c531e34a3bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:20,137 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.197s 2022-02-19 00:32:20,138 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41637cd0-7eb3-4d23-9b97-232c2808655d', 'x-compute-request-id': 'req-41637cd0-7eb3-4d23-9b97-232c2808655d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:21,373 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.225s 2022-02-19 00:32:21,373 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c66b6f8-ce6e-4113-9980-bc5923950445', 'x-compute-request-id': 'req-6c66b6f8-ce6e-4113-9980-bc5923950445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:22,693 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.310s 2022-02-19 00:32:22,694 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cf48d95-2380-475f-85d9-0a21a3300479', 'x-compute-request-id': 'req-0cf48d95-2380-475f-85d9-0a21a3300479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:23,916 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.213s 2022-02-19 00:32:23,917 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c0c7de-3d1e-4d70-ae07-8ebbcd131899', 'x-compute-request-id': 'req-d0c0c7de-3d1e-4d70-ae07-8ebbcd131899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:25,145 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.218s 2022-02-19 00:32:25,145 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b055aab-1c91-4c8c-9693-752281d61b42', 'x-compute-request-id': 'req-3b055aab-1c91-4c8c-9693-752281d61b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:26,367 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.212s 2022-02-19 00:32:26,367 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac57ddc1-0627-4ec6-9cfb-55eeb944c403', 'x-compute-request-id': 'req-ac57ddc1-0627-4ec6-9cfb-55eeb944c403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:27,603 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.226s 2022-02-19 00:32:27,604 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26d4ffe1-b72a-493f-a9bc-e675205bc6b0', 'x-compute-request-id': 'req-26d4ffe1-b72a-493f-a9bc-e675205bc6b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:28,795 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.181s 2022-02-19 00:32:28,795 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97d68415-9802-4d1e-a501-dff4c23b9268', 'x-compute-request-id': 'req-97d68415-9802-4d1e-a501-dff4c23b9268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:29,972 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.167s 2022-02-19 00:32:29,973 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c092e8b-d949-42cc-803e-bbed3025c404', 'x-compute-request-id': 'req-5c092e8b-d949-42cc-803e-bbed3025c404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:31,154 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.172s 2022-02-19 00:32:31,155 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4638e27-d958-4d3f-a2af-6e51d7efcfb8', 'x-compute-request-id': 'req-b4638e27-d958-4d3f-a2af-6e51d7efcfb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:32,390 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.225s 2022-02-19 00:32:32,390 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bace59f3-4358-489f-b748-22cb955e655c', 'x-compute-request-id': 'req-bace59f3-4358-489f-b748-22cb955e655c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:33,590 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.189s 2022-02-19 00:32:33,591 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19d9ec5b-8deb-4884-b9cd-3ee53d157b3b', 'x-compute-request-id': 'req-19d9ec5b-8deb-4884-b9cd-3ee53d157b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:34,800 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.200s 2022-02-19 00:32:34,801 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2817a4c8-0d48-4bdd-9a3f-245d5f082912', 'x-compute-request-id': 'req-2817a4c8-0d48-4bdd-9a3f-245d5f082912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:36,000 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.190s 2022-02-19 00:32:36,000 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07879aca-bb2b-4ca8-b3be-a2c646b4754d', 'x-compute-request-id': 'req-07879aca-bb2b-4ca8-b3be-a2c646b4754d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:37,184 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.174s 2022-02-19 00:32:37,185 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caf8659c-f79a-4e26-8e10-f9f10da687e3', 'x-compute-request-id': 'req-caf8659c-f79a-4e26-8e10-f9f10da687e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:38,438 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.243s 2022-02-19 00:32:38,438 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb56d664-25c5-4e63-962b-62a79320a775', 'x-compute-request-id': 'req-eb56d664-25c5-4e63-962b-62a79320a775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:39,666 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.218s 2022-02-19 00:32:39,667 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5869019b-8808-4598-bf02-64fc72b317f5', 'x-compute-request-id': 'req-5869019b-8808-4598-bf02-64fc72b317f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:40,987 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.310s 2022-02-19 00:32:40,987 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8d86f4a-bb71-4aa0-8a2a-68618184df5f', 'x-compute-request-id': 'req-a8d86f4a-bb71-4aa0-8a2a-68618184df5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:42,189 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.191s 2022-02-19 00:32:42,189 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0f14bd6-9d13-4846-be11-9334b50c6d8d', 'x-compute-request-id': 'req-c0f14bd6-9d13-4846-be11-9334b50c6d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:43,513 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.313s 2022-02-19 00:32:43,513 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99b4e5d5-9e25-473b-b91c-520848e211e4', 'x-compute-request-id': 'req-99b4e5d5-9e25-473b-b91c-520848e211e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:44,719 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.195s 2022-02-19 00:32:44,720 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d5b5974-8341-4040-aff6-2ac9aee1fdf8', 'x-compute-request-id': 'req-4d5b5974-8341-4040-aff6-2ac9aee1fdf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:45,994 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.264s 2022-02-19 00:32:45,994 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37a79587-9ff3-4aa3-8476-380b4d89f6e1', 'x-compute-request-id': 'req-37a79587-9ff3-4aa3-8476-380b4d89f6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:47,201 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.197s 2022-02-19 00:32:47,202 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88177b75-91b0-4aff-afc6-210d2c946b30', 'x-compute-request-id': 'req-88177b75-91b0-4aff-afc6-210d2c946b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:48,553 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.341s 2022-02-19 00:32:48,554 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ed7359f-03cf-439a-8262-ca9929cdf843', 'x-compute-request-id': 'req-8ed7359f-03cf-439a-8262-ca9929cdf843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:49,738 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.173s 2022-02-19 00:32:49,738 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70df368f-1ddb-40fa-9947-8450d510c66e', 'x-compute-request-id': 'req-70df368f-1ddb-40fa-9947-8450d510c66e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:50,914 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.166s 2022-02-19 00:32:50,915 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6dda3a6-484a-4603-be3b-1419b08233a9', 'x-compute-request-id': 'req-a6dda3a6-484a-4603-be3b-1419b08233a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:52,092 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.167s 2022-02-19 00:32:52,092 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56bf0a71-168f-41e3-bdd8-01ff26653e1c', 'x-compute-request-id': 'req-56bf0a71-168f-41e3-bdd8-01ff26653e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:53,277 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.175s 2022-02-19 00:32:53,278 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0aaf116-4c2b-4f9a-94eb-d2dd45dc6048', 'x-compute-request-id': 'req-a0aaf116-4c2b-4f9a-94eb-d2dd45dc6048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:54,514 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.227s 2022-02-19 00:32:54,515 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0206777a-dd27-4de4-902b-0a2f1e6dfdfe', 'x-compute-request-id': 'req-0206777a-dd27-4de4-902b-0a2f1e6dfdfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:55,752 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.226s 2022-02-19 00:32:55,752 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c56006e-4998-4528-b740-4a662577c1bf', 'x-compute-request-id': 'req-9c56006e-4998-4528-b740-4a662577c1bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:56,964 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.202s 2022-02-19 00:32:56,964 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44f402b0-4ae3-42f3-91c5-4ffbd6ab04d4', 'x-compute-request-id': 'req-44f402b0-4ae3-42f3-91c5-4ffbd6ab04d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:58,168 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.193s 2022-02-19 00:32:58,168 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04f775f9-a668-4a10-8ccf-1ae0250c622b', 'x-compute-request-id': 'req-04f775f9-a668-4a10-8ccf-1ae0250c622b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:32:59,406 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.228s 2022-02-19 00:32:59,406 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9002bc56-2380-4143-ab82-549e74b038ec', 'x-compute-request-id': 'req-9002bc56-2380-4143-ab82-549e74b038ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:00,707 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.290s 2022-02-19 00:33:00,707 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c68d7214-e592-43c9-b8f7-74f5e418aab8', 'x-compute-request-id': 'req-c68d7214-e592-43c9-b8f7-74f5e418aab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:02,022 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.305s 2022-02-19 00:33:02,022 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2b51129-e427-41d0-8a6d-9223bbf70276', 'x-compute-request-id': 'req-c2b51129-e427-41d0-8a6d-9223bbf70276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:03,334 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.302s 2022-02-19 00:33:03,335 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-917ab8f8-0fd9-4120-a9a5-f7886aa58bd9', 'x-compute-request-id': 'req-917ab8f8-0fd9-4120-a9a5-f7886aa58bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:04,643 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.298s 2022-02-19 00:33:04,643 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cfc4655-374c-4562-a0de-169c1ddf4dee', 'x-compute-request-id': 'req-2cfc4655-374c-4562-a0de-169c1ddf4dee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:05,927 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.274s 2022-02-19 00:33:05,928 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b09c5de-0088-4f27-b541-901ca0ce4b83', 'x-compute-request-id': 'req-3b09c5de-0088-4f27-b541-901ca0ce4b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:07,526 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.588s 2022-02-19 00:33:07,526 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bda05832-1a6f-41cb-bccd-1d08b0fdbbf3', 'x-compute-request-id': 'req-bda05832-1a6f-41cb-bccd-1d08b0fdbbf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:08,863 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.325s 2022-02-19 00:33:08,863 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18b8bcb3-7774-40e5-a151-a4478ef3121b', 'x-compute-request-id': 'req-18b8bcb3-7774-40e5-a151-a4478ef3121b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:10,047 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.172s 2022-02-19 00:33:10,047 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b65383-be68-4d9c-b268-bab7e8e25632', 'x-compute-request-id': 'req-21b65383-be68-4d9c-b268-bab7e8e25632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:11,394 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.338s 2022-02-19 00:33:11,395 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d8a70e-7ed6-4a9c-ab20-f0fde9516d3e', 'x-compute-request-id': 'req-70d8a70e-7ed6-4a9c-ab20-f0fde9516d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:12,627 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.222s 2022-02-19 00:33:12,628 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a358959c-0ae9-4229-9295-d526b8312980', 'x-compute-request-id': 'req-a358959c-0ae9-4229-9295-d526b8312980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:13,806 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.166s 2022-02-19 00:33:13,806 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a31454e-d823-4a8f-9970-634a17c3cc89', 'x-compute-request-id': 'req-2a31454e-d823-4a8f-9970-634a17c3cc89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:14,993 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.176s 2022-02-19 00:33:14,993 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d8bcf33-076c-4676-9a65-bf2255c8c184', 'x-compute-request-id': 'req-5d8bcf33-076c-4676-9a65-bf2255c8c184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:16,207 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.203s 2022-02-19 00:33:16,208 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aeaad3c-5b50-466b-a6f7-9a6e8ced06b0', 'x-compute-request-id': 'req-3aeaad3c-5b50-466b-a6f7-9a6e8ced06b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:17,426 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.203s 2022-02-19 00:33:17,427 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0daeab12-b8da-4fac-8cfd-a4f68a9798ab', 'x-compute-request-id': 'req-0daeab12-b8da-4fac-8cfd-a4f68a9798ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:18,712 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.271s 2022-02-19 00:33:18,712 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85fd416f-b27f-4d86-b0af-9f904815279c', 'x-compute-request-id': 'req-85fd416f-b27f-4d86-b0af-9f904815279c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:19,938 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.216s 2022-02-19 00:33:19,939 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b58d4877-c347-46c0-90ca-99e51d4827b2', 'x-compute-request-id': 'req-b58d4877-c347-46c0-90ca-99e51d4827b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:21,182 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.233s 2022-02-19 00:33:21,183 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75a78466-d1e7-48f9-9b99-77a41ddbd6bb', 'x-compute-request-id': 'req-75a78466-d1e7-48f9-9b99-77a41ddbd6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:22,381 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.189s 2022-02-19 00:33:22,382 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6c59e09-edd7-428d-bb1a-d6f2601d9f9a', 'x-compute-request-id': 'req-e6c59e09-edd7-428d-bb1a-d6f2601d9f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:23,616 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.224s 2022-02-19 00:33:23,616 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deb0d127-33a0-4b20-a9f7-f0b7559a11c9', 'x-compute-request-id': 'req-deb0d127-33a0-4b20-a9f7-f0b7559a11c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:24,876 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.250s 2022-02-19 00:33:24,876 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37cb7fee-f960-4a36-a3d6-39a2c7206808', 'x-compute-request-id': 'req-37cb7fee-f960-4a36-a3d6-39a2c7206808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:26,079 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.193s 2022-02-19 00:33:26,079 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-907daa1c-d9d9-4d50-b804-175195124098', 'x-compute-request-id': 'req-907daa1c-d9d9-4d50-b804-175195124098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:27,286 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.197s 2022-02-19 00:33:27,287 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4721c06c-b519-493f-8eb3-278168d53d43', 'x-compute-request-id': 'req-4721c06c-b519-493f-8eb3-278168d53d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:28,539 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.242s 2022-02-19 00:33:28,539 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c54bb97f-8f4c-4329-a26a-a0ecce2433e1', 'x-compute-request-id': 'req-c54bb97f-8f4c-4329-a26a-a0ecce2433e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:29,784 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.233s 2022-02-19 00:33:29,784 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5a20565-8e2d-40c4-bb63-18769a6d98f5', 'x-compute-request-id': 'req-b5a20565-8e2d-40c4-bb63-18769a6d98f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:31,398 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.603s 2022-02-19 00:33:31,398 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85c6bf18-519e-4da4-b5b1-1f4ad4f86ea3', 'x-compute-request-id': 'req-85c6bf18-519e-4da4-b5b1-1f4ad4f86ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:32,745 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.337s 2022-02-19 00:33:32,745 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59d5db50-1720-48b5-843a-7aa264883885', 'x-compute-request-id': 'req-59d5db50-1720-48b5-843a-7aa264883885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:34,013 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.257s 2022-02-19 00:33:34,013 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-479ebbba-19de-407b-9dd7-d1f194daabdd', 'x-compute-request-id': 'req-479ebbba-19de-407b-9dd7-d1f194daabdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:35,268 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.244s 2022-02-19 00:33:35,269 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e0c03e0-921a-47b9-8673-ed76dd765f24', 'x-compute-request-id': 'req-5e0c03e0-921a-47b9-8673-ed76dd765f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:36,532 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.250s 2022-02-19 00:33:36,532 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d17e20bf-8048-4797-baef-13d49c3dd63a', 'x-compute-request-id': 'req-d17e20bf-8048-4797-baef-13d49c3dd63a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:37,752 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.210s 2022-02-19 00:33:37,753 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ae4dc91-68bb-4d0b-b3d3-13c903cc28bc', 'x-compute-request-id': 'req-5ae4dc91-68bb-4d0b-b3d3-13c903cc28bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:38,970 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.207s 2022-02-19 00:33:38,971 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75967e95-aced-44cd-9082-4f9354f5aec1', 'x-compute-request-id': 'req-75967e95-aced-44cd-9082-4f9354f5aec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:40,174 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.193s 2022-02-19 00:33:40,174 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bb8e4f6-f8fc-4a3b-a576-6fff9ce15bfd', 'x-compute-request-id': 'req-6bb8e4f6-f8fc-4a3b-a576-6fff9ce15bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:41,388 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.204s 2022-02-19 00:33:41,389 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1bf8969-c09c-49ab-a2c9-f703c07c3c9e', 'x-compute-request-id': 'req-d1bf8969-c09c-49ab-a2c9-f703c07c3c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:42,682 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.284s 2022-02-19 00:33:42,682 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81088c37-fa4a-4c16-a2bc-821fd2152fe4', 'x-compute-request-id': 'req-81088c37-fa4a-4c16-a2bc-821fd2152fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:43,875 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.179s 2022-02-19 00:33:43,876 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c61f8a9-d2d0-47f9-b267-7efa1159dec5', 'x-compute-request-id': 'req-3c61f8a9-d2d0-47f9-b267-7efa1159dec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:45,093 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.207s 2022-02-19 00:33:45,093 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76059e6d-2597-47a7-a885-cd8bc8b0f356', 'x-compute-request-id': 'req-76059e6d-2597-47a7-a885-cd8bc8b0f356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:46,581 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.478s 2022-02-19 00:33:46,582 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84bdf179-e3cd-4ef7-8e32-9ff0f2f66cef', 'x-compute-request-id': 'req-84bdf179-e3cd-4ef7-8e32-9ff0f2f66cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:47,805 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.213s 2022-02-19 00:33:47,805 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db9e7dbc-c823-44e7-bc54-afc1632d85a9', 'x-compute-request-id': 'req-db9e7dbc-c823-44e7-bc54-afc1632d85a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:49,007 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.193s 2022-02-19 00:33:49,008 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bce492f-6f00-4527-adcb-906d68005e2c', 'x-compute-request-id': 'req-6bce492f-6f00-4527-adcb-906d68005e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:50,189 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.171s 2022-02-19 00:33:50,189 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55409d83-ac26-4e17-aa35-e00dd4848f3f', 'x-compute-request-id': 'req-55409d83-ac26-4e17-aa35-e00dd4848f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:51,406 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.206s 2022-02-19 00:33:51,406 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8133aac0-8e4a-4fff-a9a3-d4c7251bc4f9', 'x-compute-request-id': 'req-8133aac0-8e4a-4fff-a9a3-d4c7251bc4f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:52,584 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.168s 2022-02-19 00:33:52,585 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fdfd513-6ec3-40d0-837f-7dece4ec6913', 'x-compute-request-id': 'req-0fdfd513-6ec3-40d0-837f-7dece4ec6913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:53,766 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.170s 2022-02-19 00:33:53,766 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-814a7029-a61f-4a84-8de6-c9470b4b60ba', 'x-compute-request-id': 'req-814a7029-a61f-4a84-8de6-c9470b4b60ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:54,941 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.165s 2022-02-19 00:33:54,941 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e4a6196-70df-40d9-96e6-317b7ed0a8e6', 'x-compute-request-id': 'req-7e4a6196-70df-40d9-96e6-317b7ed0a8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:56,126 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.176s 2022-02-19 00:33:56,127 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7c0d7c0-a9b8-48cf-8025-5a996c417757', 'x-compute-request-id': 'req-d7c0d7c0-a9b8-48cf-8025-5a996c417757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:57,303 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.166s 2022-02-19 00:33:57,304 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22f378a8-8934-410b-9afe-1a169f5b7c47', 'x-compute-request-id': 'req-22f378a8-8934-410b-9afe-1a169f5b7c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:58,517 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.203s 2022-02-19 00:33:58,517 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9dbd7b4-3bf8-4b68-8b5a-f3ea99556999', 'x-compute-request-id': 'req-f9dbd7b4-3bf8-4b68-8b5a-f3ea99556999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:33:59,777 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.250s 2022-02-19 00:33:59,778 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0827dbf1-55e2-4fc3-9350-33871693cb10', 'x-compute-request-id': 'req-0827dbf1-55e2-4fc3-9350-33871693cb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:01,027 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.240s 2022-02-19 00:34:01,028 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68409b56-dcf2-4df1-bfd7-526e51402f76', 'x-compute-request-id': 'req-68409b56-dcf2-4df1-bfd7-526e51402f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:02,238 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.200s 2022-02-19 00:34:02,238 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ec8f161-b736-48ce-bd7b-db9928587750', 'x-compute-request-id': 'req-7ec8f161-b736-48ce-bd7b-db9928587750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:03,559 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.311s 2022-02-19 00:34:03,560 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aac991b-6787-4604-a0b8-d72fa368a144', 'x-compute-request-id': 'req-7aac991b-6787-4604-a0b8-d72fa368a144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:04,739 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.169s 2022-02-19 00:34:04,739 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8c4f2bd-c093-46e7-b007-2653e3ee0085', 'x-compute-request-id': 'req-a8c4f2bd-c093-46e7-b007-2653e3ee0085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:05,912 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.164s 2022-02-19 00:34:05,913 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a3e8058-4787-42c8-a09e-cacef3b285de', 'x-compute-request-id': 'req-5a3e8058-4787-42c8-a09e-cacef3b285de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:07,113 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.191s 2022-02-19 00:34:07,114 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca0ecd72-0b60-420a-b688-5718cd816373', 'x-compute-request-id': 'req-ca0ecd72-0b60-420a-b688-5718cd816373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:08,302 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.177s 2022-02-19 00:34:08,302 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c95e82b3-76cd-4404-b161-e9636f8b40d2', 'x-compute-request-id': 'req-c95e82b3-76cd-4404-b161-e9636f8b40d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:09,515 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.203s 2022-02-19 00:34:09,515 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03455581-1a2e-43b7-b322-6f008e681af1', 'x-compute-request-id': 'req-03455581-1a2e-43b7-b322-6f008e681af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:10,808 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.283s 2022-02-19 00:34:10,808 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ceaa21-c7b7-47f1-bf89-c5ea53791e2a', 'x-compute-request-id': 'req-a7ceaa21-c7b7-47f1-bf89-c5ea53791e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:12,037 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.217s 2022-02-19 00:34:12,037 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af4daf8c-38b5-4649-9daf-810f9cdab5b8', 'x-compute-request-id': 'req-af4daf8c-38b5-4649-9daf-810f9cdab5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:13,270 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.223s 2022-02-19 00:34:13,271 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d43c13f0-3bdd-4dea-99cf-c4ef5886d54b', 'x-compute-request-id': 'req-d43c13f0-3bdd-4dea-99cf-c4ef5886d54b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:14,739 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.458s 2022-02-19 00:34:14,739 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc2ee865-ea04-42db-97cd-341b2d44d868', 'x-compute-request-id': 'req-fc2ee865-ea04-42db-97cd-341b2d44d868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:15,922 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.173s 2022-02-19 00:34:15,922 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ada1a770-d175-4ce9-b8ec-d402d46fa2e4', 'x-compute-request-id': 'req-ada1a770-d175-4ce9-b8ec-d402d46fa2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:17,108 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.176s 2022-02-19 00:34:17,109 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd433e2a-bf18-4fdc-9eb3-6c32e0816cb1', 'x-compute-request-id': 'req-dd433e2a-bf18-4fdc-9eb3-6c32e0816cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:18,319 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.200s 2022-02-19 00:34:18,319 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb00e668-8ee8-4e2e-b299-fbd8d011f2e7', 'x-compute-request-id': 'req-eb00e668-8ee8-4e2e-b299-fbd8d011f2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:19,593 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.264s 2022-02-19 00:34:19,593 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37644800-8be8-420d-91e4-16a6cd3352ef', 'x-compute-request-id': 'req-37644800-8be8-420d-91e4-16a6cd3352ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:20,867 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.263s 2022-02-19 00:34:20,867 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2640c34c-c707-4f7b-9b2b-5d6295c2133b', 'x-compute-request-id': 'req-2640c34c-c707-4f7b-9b2b-5d6295c2133b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:22,109 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.232s 2022-02-19 00:34:22,109 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6be43e25-569a-4ede-b5c7-0321a81ffed8', 'x-compute-request-id': 'req-6be43e25-569a-4ede-b5c7-0321a81ffed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:23,328 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.208s 2022-02-19 00:34:23,328 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ba11f25-8284-4774-a0af-d7eaea9fdf0f', 'x-compute-request-id': 'req-9ba11f25-8284-4774-a0af-d7eaea9fdf0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:24,526 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.188s 2022-02-19 00:34:24,526 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b517633-67dd-42cf-9d20-556ead87766b', 'x-compute-request-id': 'req-4b517633-67dd-42cf-9d20-556ead87766b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:25,723 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.186s 2022-02-19 00:34:25,723 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-285390d2-47e5-4a74-bde0-b0203e22e1ea', 'x-compute-request-id': 'req-285390d2-47e5-4a74-bde0-b0203e22e1ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:26,910 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.176s 2022-02-19 00:34:26,911 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08cdce9c-8b49-4c0c-835c-8f52061e9856', 'x-compute-request-id': 'req-08cdce9c-8b49-4c0c-835c-8f52061e9856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:28,088 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.168s 2022-02-19 00:34:28,088 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e72a60-c996-4c41-9821-77f9c29a9ebb', 'x-compute-request-id': 'req-36e72a60-c996-4c41-9821-77f9c29a9ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:29,458 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.359s 2022-02-19 00:34:29,459 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9ba6d38-54dd-4c61-8416-ae666dd82de3', 'x-compute-request-id': 'req-c9ba6d38-54dd-4c61-8416-ae666dd82de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:31,035 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.566s 2022-02-19 00:34:31,036 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c19c0661-8c3b-4f4f-bc77-b0f389b095f3', 'x-compute-request-id': 'req-c19c0661-8c3b-4f4f-bc77-b0f389b095f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:32,264 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.218s 2022-02-19 00:34:32,264 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8ed9481-16b8-44d3-801e-397bf7f4528c', 'x-compute-request-id': 'req-d8ed9481-16b8-44d3-801e-397bf7f4528c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:33,540 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.266s 2022-02-19 00:34:33,541 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-823653a2-174a-4f22-8c8b-f6902da42b7a', 'x-compute-request-id': 'req-823653a2-174a-4f22-8c8b-f6902da42b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:34,835 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.279s 2022-02-19 00:34:34,836 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e40288e9-f01b-44a0-aa1c-9c6983e85e3c', 'x-compute-request-id': 'req-e40288e9-f01b-44a0-aa1c-9c6983e85e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:36,096 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.250s 2022-02-19 00:34:36,096 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-802132e4-2f76-47b0-9142-3315ffe019ba', 'x-compute-request-id': 'req-802132e4-2f76-47b0-9142-3315ffe019ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:37,288 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.182s 2022-02-19 00:34:37,288 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef52dd9d-bfe2-417f-b3c7-8655069c9fb0', 'x-compute-request-id': 'req-ef52dd9d-bfe2-417f-b3c7-8655069c9fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:38,478 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.179s 2022-02-19 00:34:38,478 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7bda9f-ccf2-4464-a26e-f617cb9c5928', 'x-compute-request-id': 'req-6f7bda9f-ccf2-4464-a26e-f617cb9c5928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:39,795 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.307s 2022-02-19 00:34:39,795 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-235cd1ae-1643-4043-8cf6-7d43a673438b', 'x-compute-request-id': 'req-235cd1ae-1643-4043-8cf6-7d43a673438b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:41,119 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.311s 2022-02-19 00:34:41,119 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-296b088a-0dc3-493e-9e33-51708f8c56de', 'x-compute-request-id': 'req-296b088a-0dc3-493e-9e33-51708f8c56de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:42,443 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.313s 2022-02-19 00:34:42,443 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae34cb44-42ea-4eb0-8112-110b23cb9081', 'x-compute-request-id': 'req-ae34cb44-42ea-4eb0-8112-110b23cb9081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:43,672 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.219s 2022-02-19 00:34:43,672 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-175dd09f-7fed-4d61-b23b-f370943e35cf', 'x-compute-request-id': 'req-175dd09f-7fed-4d61-b23b-f370943e35cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:44,943 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.261s 2022-02-19 00:34:44,944 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccb6b8f6-5c56-4dc8-9ef1-7c9b03f8bf96', 'x-compute-request-id': 'req-ccb6b8f6-5c56-4dc8-9ef1-7c9b03f8bf96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:46,200 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.246s 2022-02-19 00:34:46,200 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45ce13a0-b4a5-4f28-adcf-4d14a48a9091', 'x-compute-request-id': 'req-45ce13a0-b4a5-4f28-adcf-4d14a48a9091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:47,400 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.190s 2022-02-19 00:34:47,401 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c27b8f0d-4138-4b7a-94f6-ab44b4421888', 'x-compute-request-id': 'req-c27b8f0d-4138-4b7a-94f6-ab44b4421888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:48,601 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.190s 2022-02-19 00:34:48,601 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5523ea23-7686-444c-a13c-e9ac4bfb069e', 'x-compute-request-id': 'req-5523ea23-7686-444c-a13c-e9ac4bfb069e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:49,814 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.202s 2022-02-19 00:34:49,815 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0208bb39-205e-4a8a-935e-5a9a1cbea57a', 'x-compute-request-id': 'req-0208bb39-205e-4a8a-935e-5a9a1cbea57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:51,038 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.214s 2022-02-19 00:34:51,039 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8292311-b3c1-4675-abad-cbbc11b69660', 'x-compute-request-id': 'req-d8292311-b3c1-4675-abad-cbbc11b69660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:52,261 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.212s 2022-02-19 00:34:52,261 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee7c995c-b13a-46b2-aeb8-c564a61ce213', 'x-compute-request-id': 'req-ee7c995c-b13a-46b2-aeb8-c564a61ce213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:53,483 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.213s 2022-02-19 00:34:53,484 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63a72ace-ff11-47b2-acb2-95632bd1e14f', 'x-compute-request-id': 'req-63a72ace-ff11-47b2-acb2-95632bd1e14f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:54,693 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.199s 2022-02-19 00:34:54,693 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b3e4dd1-4043-4316-bd11-07bb5d7530bd', 'x-compute-request-id': 'req-9b3e4dd1-4043-4316-bd11-07bb5d7530bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:55,933 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.231s 2022-02-19 00:34:55,934 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-329bc005-5aa5-4eaf-9967-9c7da24aeda4', 'x-compute-request-id': 'req-329bc005-5aa5-4eaf-9967-9c7da24aeda4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:57,118 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.171s 2022-02-19 00:34:57,119 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-648f8f29-f2f7-411b-b59f-706751ada0c3', 'x-compute-request-id': 'req-648f8f29-f2f7-411b-b59f-706751ada0c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:58,294 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.165s 2022-02-19 00:34:58,294 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f45fe686-bf88-4935-8a2c-d90faaa16ee5', 'x-compute-request-id': 'req-f45fe686-bf88-4935-8a2c-d90faaa16ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:34:59,469 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.166s 2022-02-19 00:34:59,469 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d016b88b-7b7e-4e14-a975-7f8e3d90e7b1', 'x-compute-request-id': 'req-d016b88b-7b7e-4e14-a975-7f8e3d90e7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:00,676 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.196s 2022-02-19 00:35:00,676 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2671aaa8-266d-493f-a276-09d7299849e2', 'x-compute-request-id': 'req-2671aaa8-266d-493f-a276-09d7299849e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:01,894 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.207s 2022-02-19 00:35:01,894 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0434288f-d666-4bff-8adf-daa3b6fb9a5a', 'x-compute-request-id': 'req-0434288f-d666-4bff-8adf-daa3b6fb9a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:03,096 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.193s 2022-02-19 00:35:03,097 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1cfead3-2c91-4601-9f38-053d4e17d3a1', 'x-compute-request-id': 'req-c1cfead3-2c91-4601-9f38-053d4e17d3a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:04,340 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.233s 2022-02-19 00:35:04,340 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16773cbb-affa-435a-a2cc-7c5971cc0ec1', 'x-compute-request-id': 'req-16773cbb-affa-435a-a2cc-7c5971cc0ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:05,516 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.165s 2022-02-19 00:35:05,516 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2bd7026-e3bc-48d7-8e04-47eeb9cbdcc9', 'x-compute-request-id': 'req-d2bd7026-e3bc-48d7-8e04-47eeb9cbdcc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:07,047 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.519s 2022-02-19 00:35:07,047 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6b52148-d1c8-43cf-88ee-48af235e9f31', 'x-compute-request-id': 'req-b6b52148-d1c8-43cf-88ee-48af235e9f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:08,267 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.210s 2022-02-19 00:35:08,268 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-005e4cc9-7e9f-402e-8d8d-95022fe8a644', 'x-compute-request-id': 'req-005e4cc9-7e9f-402e-8d8d-95022fe8a644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:09,493 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.215s 2022-02-19 00:35:09,494 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28dee2fa-3c51-4b1b-ac1e-3ae0f373b3c5', 'x-compute-request-id': 'req-28dee2fa-3c51-4b1b-ac1e-3ae0f373b3c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:10,727 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.223s 2022-02-19 00:35:10,727 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fac97df-41ba-48bc-aa88-0a98d7e6adc9', 'x-compute-request-id': 'req-7fac97df-41ba-48bc-aa88-0a98d7e6adc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:11,953 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.215s 2022-02-19 00:35:11,953 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e59b97c-6b90-4d8d-b9b3-652cc4f6c8f1', 'x-compute-request-id': 'req-1e59b97c-6b90-4d8d-b9b3-652cc4f6c8f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:13,138 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.174s 2022-02-19 00:35:13,138 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a51d569-531b-43a7-9ee9-133f56a6c392', 'x-compute-request-id': 'req-7a51d569-531b-43a7-9ee9-133f56a6c392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:14,348 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.201s 2022-02-19 00:35:14,349 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3cda9e8-7a2a-40d2-8f35-634eefb67efd', 'x-compute-request-id': 'req-a3cda9e8-7a2a-40d2-8f35-634eefb67efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:15,535 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.175s 2022-02-19 00:35:15,536 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f617506-0130-42a3-9cf4-bb490f518768', 'x-compute-request-id': 'req-9f617506-0130-42a3-9cf4-bb490f518768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:16,721 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.175s 2022-02-19 00:35:16,721 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e265516c-6cc0-4a8c-8edf-e9ad745c1d67', 'x-compute-request-id': 'req-e265516c-6cc0-4a8c-8edf-e9ad745c1d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:17,926 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.195s 2022-02-19 00:35:17,927 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30961080-ea50-4a7e-8dcd-1c024c583e25', 'x-compute-request-id': 'req-30961080-ea50-4a7e-8dcd-1c024c583e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:19,113 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.177s 2022-02-19 00:35:19,114 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b2cb017-faf8-4a1f-9ca7-204381f953d5', 'x-compute-request-id': 'req-6b2cb017-faf8-4a1f-9ca7-204381f953d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:20,366 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.242s 2022-02-19 00:35:20,366 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89c8bc44-1a58-46c9-8f80-024439ea539a', 'x-compute-request-id': 'req-89c8bc44-1a58-46c9-8f80-024439ea539a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:21,597 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.220s 2022-02-19 00:35:21,597 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5fea87a-b94a-4e60-adc3-9cb2553411be', 'x-compute-request-id': 'req-f5fea87a-b94a-4e60-adc3-9cb2553411be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:22,830 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.222s 2022-02-19 00:35:22,830 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8392a83b-535f-4467-9fb7-30fa4efe452c', 'x-compute-request-id': 'req-8392a83b-535f-4467-9fb7-30fa4efe452c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:24,068 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.228s 2022-02-19 00:35:24,069 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf54562-1d7c-4832-abf1-9d78f1535854', 'x-compute-request-id': 'req-5cf54562-1d7c-4832-abf1-9d78f1535854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:25,248 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.170s 2022-02-19 00:35:25,249 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57300615-0cd9-4b60-b3b8-f3dd59115200', 'x-compute-request-id': 'req-57300615-0cd9-4b60-b3b8-f3dd59115200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:26,442 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.182s 2022-02-19 00:35:26,442 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f43ac4a-9583-4136-b906-5e9a496efeea', 'x-compute-request-id': 'req-3f43ac4a-9583-4136-b906-5e9a496efeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:27,636 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.184s 2022-02-19 00:35:27,637 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8057076-8f5a-44c5-a6ab-89b6216688af', 'x-compute-request-id': 'req-f8057076-8f5a-44c5-a6ab-89b6216688af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:28,837 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.191s 2022-02-19 00:35:28,837 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fd90763-8a3e-4ca6-82dd-5121f324ac6e', 'x-compute-request-id': 'req-2fd90763-8a3e-4ca6-82dd-5121f324ac6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:30,033 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.186s 2022-02-19 00:35:30,034 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9e6d74d-16f4-4f43-a2c6-314ca1681cbb', 'x-compute-request-id': 'req-f9e6d74d-16f4-4f43-a2c6-314ca1681cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:31,249 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.196s 2022-02-19 00:35:31,249 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc873214-2b00-40a9-a597-4ec367cd08b1', 'x-compute-request-id': 'req-bc873214-2b00-40a9-a597-4ec367cd08b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:32,452 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.194s 2022-02-19 00:35:32,452 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da20978d-bf22-439e-afb9-96b0a984a28c', 'x-compute-request-id': 'req-da20978d-bf22-439e-afb9-96b0a984a28c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:33,684 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.222s 2022-02-19 00:35:33,685 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-907279aa-8834-46f6-a188-92fc8e2383a8', 'x-compute-request-id': 'req-907279aa-8834-46f6-a188-92fc8e2383a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:34,909 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.215s 2022-02-19 00:35:34,910 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beafd761-b816-446f-bac4-47a4f6a08069', 'x-compute-request-id': 'req-beafd761-b816-446f-bac4-47a4f6a08069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:36,113 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.193s 2022-02-19 00:35:36,114 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c33b42e-7a69-49a0-8af4-913ce02b43e9', 'x-compute-request-id': 'req-9c33b42e-7a69-49a0-8af4-913ce02b43e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:37,289 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.165s 2022-02-19 00:35:37,290 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c6b9001-6a65-4b7a-a10d-c151578bdf3c', 'x-compute-request-id': 'req-3c6b9001-6a65-4b7a-a10d-c151578bdf3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:38,478 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.178s 2022-02-19 00:35:38,478 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4765fab-f10e-4534-bb07-ac9095f11fe1', 'x-compute-request-id': 'req-e4765fab-f10e-4534-bb07-ac9095f11fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:39,670 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.181s 2022-02-19 00:35:39,670 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc754631-eaa6-4f01-89f9-c07eaac9de51', 'x-compute-request-id': 'req-fc754631-eaa6-4f01-89f9-c07eaac9de51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:40,853 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.172s 2022-02-19 00:35:40,853 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08fd5dd0-1952-4593-86de-7360cf60b382', 'x-compute-request-id': 'req-08fd5dd0-1952-4593-86de-7360cf60b382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:42,076 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.210s 2022-02-19 00:35:42,076 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b59addf9-336a-4659-9e4e-363a1835d321', 'x-compute-request-id': 'req-b59addf9-336a-4659-9e4e-363a1835d321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:43,256 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.170s 2022-02-19 00:35:43,256 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a459b437-e536-4ef7-aaf0-371496756779', 'x-compute-request-id': 'req-a459b437-e536-4ef7-aaf0-371496756779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:44,511 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.244s 2022-02-19 00:35:44,511 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b0df37b-d4f2-4c30-a85a-474a0a26c6d8', 'x-compute-request-id': 'req-9b0df37b-d4f2-4c30-a85a-474a0a26c6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:46,061 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.538s 2022-02-19 00:35:46,061 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da62bfa-78be-427d-9a54-91bc0ab5e8b5', 'x-compute-request-id': 'req-5da62bfa-78be-427d-9a54-91bc0ab5e8b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:47,306 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.236s 2022-02-19 00:35:47,307 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03059516-e662-42cc-831d-5150de158a5f', 'x-compute-request-id': 'req-03059516-e662-42cc-831d-5150de158a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:48,509 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.193s 2022-02-19 00:35:48,510 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df4288fd-1e88-4b4e-8ea3-ad0e5ea5281b', 'x-compute-request-id': 'req-df4288fd-1e88-4b4e-8ea3-ad0e5ea5281b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:49,724 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.205s 2022-02-19 00:35:49,725 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5c2d39b-5ed6-4129-844e-33a3a9788091', 'x-compute-request-id': 'req-b5c2d39b-5ed6-4129-844e-33a3a9788091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:50,926 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.191s 2022-02-19 00:35:50,926 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6632e37-a29e-4939-958b-18479c830692', 'x-compute-request-id': 'req-a6632e37-a29e-4939-958b-18479c830692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:52,167 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.231s 2022-02-19 00:35:52,167 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a780dead-21b8-448f-a362-6d9e8334dc4b', 'x-compute-request-id': 'req-a780dead-21b8-448f-a362-6d9e8334dc4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:53,472 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.294s 2022-02-19 00:35:53,473 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbfe8a68-defc-4e2e-a949-c7bb9e00361e', 'x-compute-request-id': 'req-dbfe8a68-defc-4e2e-a949-c7bb9e00361e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:54,845 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.354s 2022-02-19 00:35:54,846 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c1b947c-d118-459f-b140-b60b046bf7f4', 'x-compute-request-id': 'req-6c1b947c-d118-459f-b140-b60b046bf7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:56,078 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.220s 2022-02-19 00:35:56,078 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc6e44d3-e901-4e84-bfd4-0e13c07b41c8', 'x-compute-request-id': 'req-fc6e44d3-e901-4e84-bfd4-0e13c07b41c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:57,515 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.425s 2022-02-19 00:35:57,515 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a908170e-1379-4cd8-adbd-60bcd2d159d0', 'x-compute-request-id': 'req-a908170e-1379-4cd8-adbd-60bcd2d159d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:35:58,936 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.411s 2022-02-19 00:35:58,936 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0980ac5-ef82-4050-9931-47ab3fb7f7e7', 'x-compute-request-id': 'req-a0980ac5-ef82-4050-9931-47ab3fb7f7e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:00,243 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.297s 2022-02-19 00:36:00,243 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a816c73-dfb0-4e1d-90dd-88138e0195f9', 'x-compute-request-id': 'req-5a816c73-dfb0-4e1d-90dd-88138e0195f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:01,471 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.217s 2022-02-19 00:36:01,471 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2934345d-aa8e-46e5-940a-6239357f392f', 'x-compute-request-id': 'req-2934345d-aa8e-46e5-940a-6239357f392f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:02,691 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.209s 2022-02-19 00:36:02,691 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94c7f382-196c-4ff1-ae6a-124c6a4526cc', 'x-compute-request-id': 'req-94c7f382-196c-4ff1-ae6a-124c6a4526cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:03,989 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.287s 2022-02-19 00:36:03,990 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1493438f-28d3-4644-a6c1-d77de39ce2ee', 'x-compute-request-id': 'req-1493438f-28d3-4644-a6c1-d77de39ce2ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:05,301 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.293s 2022-02-19 00:36:05,301 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2eddb88f-27f5-4b24-8760-bf5d20569af5', 'x-compute-request-id': 'req-2eddb88f-27f5-4b24-8760-bf5d20569af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:06,680 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.369s 2022-02-19 00:36:06,681 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f09bfbe8-983c-4cb3-b192-99a6c0f4a1c9', 'x-compute-request-id': 'req-f09bfbe8-983c-4cb3-b192-99a6c0f4a1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:08,006 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.314s 2022-02-19 00:36:08,006 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-552dbfa7-d049-4a5a-913f-063f06b122ce', 'x-compute-request-id': 'req-552dbfa7-d049-4a5a-913f-063f06b122ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:09,488 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.471s 2022-02-19 00:36:09,489 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83bf8861-7451-4957-a995-bf7f799069dc', 'x-compute-request-id': 'req-83bf8861-7451-4957-a995-bf7f799069dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:11,320 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.822s 2022-02-19 00:36:11,321 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70401e0d-dbf6-4a60-9c1a-9aed294a8f54', 'x-compute-request-id': 'req-70401e0d-dbf6-4a60-9c1a-9aed294a8f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:12,557 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.226s 2022-02-19 00:36:12,557 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07fc7fb3-a876-4cb0-b20b-b914b4f2edf4', 'x-compute-request-id': 'req-07fc7fb3-a876-4cb0-b20b-b914b4f2edf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:13,831 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.263s 2022-02-19 00:36:13,831 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5ba97ce-9c96-429d-b1ae-4cd60219fb1d', 'x-compute-request-id': 'req-e5ba97ce-9c96-429d-b1ae-4cd60219fb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:15,071 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.230s 2022-02-19 00:36:15,072 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23bc4a4a-3a7c-48b2-8466-063e2eba2db4', 'x-compute-request-id': 'req-23bc4a4a-3a7c-48b2-8466-063e2eba2db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:16,443 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.360s 2022-02-19 00:36:16,443 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e31ed8b-fa32-4c45-9fb0-86ace0929d3b', 'x-compute-request-id': 'req-6e31ed8b-fa32-4c45-9fb0-86ace0929d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:17,846 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.393s 2022-02-19 00:36:17,847 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfc35c19-802f-476f-a619-b3db44bebb6b', 'x-compute-request-id': 'req-bfc35c19-802f-476f-a619-b3db44bebb6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:19,112 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.255s 2022-02-19 00:36:19,113 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51b685db-7bda-4bbf-afd7-11b052bebb9c', 'x-compute-request-id': 'req-51b685db-7bda-4bbf-afd7-11b052bebb9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:20,343 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.221s 2022-02-19 00:36:20,343 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eeee863-d8da-49ec-8de6-4823f03c1a51', 'x-compute-request-id': 'req-1eeee863-d8da-49ec-8de6-4823f03c1a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:21,537 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.184s 2022-02-19 00:36:21,538 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b23ac629-370a-41f6-9b24-c2599a5e4fd1', 'x-compute-request-id': 'req-b23ac629-370a-41f6-9b24-c2599a5e4fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:23,071 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.523s 2022-02-19 00:36:23,071 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca7df10a-d246-4b4a-994d-bf2456bbb9a9', 'x-compute-request-id': 'req-ca7df10a-d246-4b4a-994d-bf2456bbb9a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:24,322 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.240s 2022-02-19 00:36:24,323 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a911864-ef07-414a-a4a9-a28920d7d8f0', 'x-compute-request-id': 'req-3a911864-ef07-414a-a4a9-a28920d7d8f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:25,506 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.174s 2022-02-19 00:36:25,507 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34582617-0fa0-45ac-a1a0-1eb7c6942e03', 'x-compute-request-id': 'req-34582617-0fa0-45ac-a1a0-1eb7c6942e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:26,713 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.195s 2022-02-19 00:36:26,713 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a69c75ff-e5fc-4e64-9b49-8b8c7b2a2b50', 'x-compute-request-id': 'req-a69c75ff-e5fc-4e64-9b49-8b8c7b2a2b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:27,894 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.170s 2022-02-19 00:36:27,894 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-794c64b5-4f69-4c4b-97ec-49ee8be04ba2', 'x-compute-request-id': 'req-794c64b5-4f69-4c4b-97ec-49ee8be04ba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:29,106 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.202s 2022-02-19 00:36:29,107 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-744a845f-cbdb-485a-978b-6e456af62ff4', 'x-compute-request-id': 'req-744a845f-cbdb-485a-978b-6e456af62ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:30,306 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.190s 2022-02-19 00:36:30,307 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c27f8221-5034-4618-9be1-1ab4e373c8b8', 'x-compute-request-id': 'req-c27f8221-5034-4618-9be1-1ab4e373c8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:31,493 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.177s 2022-02-19 00:36:31,494 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-717c234e-1e9f-4f43-a8a1-daf680e1154a', 'x-compute-request-id': 'req-717c234e-1e9f-4f43-a8a1-daf680e1154a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:32,812 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.308s 2022-02-19 00:36:32,812 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3f01c15-6e21-4148-9a48-43b44483967d', 'x-compute-request-id': 'req-e3f01c15-6e21-4148-9a48-43b44483967d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:34,196 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.374s 2022-02-19 00:36:34,196 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b02869e5-4487-413f-a3a1-6317a93a9b8d', 'x-compute-request-id': 'req-b02869e5-4487-413f-a3a1-6317a93a9b8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:35,558 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.352s 2022-02-19 00:36:35,558 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cae8ac4-b7ef-4449-a6d0-a7b8f8a4801a', 'x-compute-request-id': 'req-8cae8ac4-b7ef-4449-a6d0-a7b8f8a4801a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:37,001 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.433s 2022-02-19 00:36:37,002 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3f69bfa-4a20-40f0-9ae3-1dbdbce6e091', 'x-compute-request-id': 'req-f3f69bfa-4a20-40f0-9ae3-1dbdbce6e091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:38,583 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.571s 2022-02-19 00:36:38,583 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e864b019-efed-48e6-90e7-5aaec8edf6da', 'x-compute-request-id': 'req-e864b019-efed-48e6-90e7-5aaec8edf6da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:40,067 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.475s 2022-02-19 00:36:40,068 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eee860de-2eed-4703-932b-76fb74d9668a', 'x-compute-request-id': 'req-eee860de-2eed-4703-932b-76fb74d9668a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:41,473 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.395s 2022-02-19 00:36:41,473 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65a85c4b-6d9a-4edc-b21c-f08ee88dc004', 'x-compute-request-id': 'req-65a85c4b-6d9a-4edc-b21c-f08ee88dc004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:42,861 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.377s 2022-02-19 00:36:42,861 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-276aace6-7467-4d5c-ac8e-f14ccba5bf7d', 'x-compute-request-id': 'req-276aace6-7467-4d5c-ac8e-f14ccba5bf7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:44,289 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.414s 2022-02-19 00:36:44,289 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1fc891e-5ce3-417f-bf5f-7e48716cb936', 'x-compute-request-id': 'req-f1fc891e-5ce3-417f-bf5f-7e48716cb936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:45,887 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.587s 2022-02-19 00:36:45,888 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94c7515b-5242-4ffd-913e-b722db627d01', 'x-compute-request-id': 'req-94c7515b-5242-4ffd-913e-b722db627d01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:47,235 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.329s 2022-02-19 00:36:47,236 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-285fbc93-8b99-4bd4-a970-00bf0a2e4291', 'x-compute-request-id': 'req-285fbc93-8b99-4bd4-a970-00bf0a2e4291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:48,601 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.355s 2022-02-19 00:36:48,601 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d910f04f-5e2d-4864-882c-407e8c1ae7d0', 'x-compute-request-id': 'req-d910f04f-5e2d-4864-882c-407e8c1ae7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:50,345 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.734s 2022-02-19 00:36:50,346 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26164c24-3aaf-4e01-abf9-2bf1008ed8a0', 'x-compute-request-id': 'req-26164c24-3aaf-4e01-abf9-2bf1008ed8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:51,746 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.390s 2022-02-19 00:36:51,746 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64ecdea0-c5ba-4412-af5d-94dfa0baf27c', 'x-compute-request-id': 'req-64ecdea0-c5ba-4412-af5d-94dfa0baf27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:53,210 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.454s 2022-02-19 00:36:53,211 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87944002-fd85-4610-a1a6-d4698f73ef3e', 'x-compute-request-id': 'req-87944002-fd85-4610-a1a6-d4698f73ef3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:54,776 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.555s 2022-02-19 00:36:54,776 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb2fd3c3-2db7-4966-89d8-d8e07ba34e99', 'x-compute-request-id': 'req-eb2fd3c3-2db7-4966-89d8-d8e07ba34e99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:55,999 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.212s 2022-02-19 00:36:55,999 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bcb9a6c-3040-4058-81a9-22a222e5545f', 'x-compute-request-id': 'req-2bcb9a6c-3040-4058-81a9-22a222e5545f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:57,223 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.214s 2022-02-19 00:36:57,223 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3aa8e32-e220-446c-b922-9109a133ba12', 'x-compute-request-id': 'req-c3aa8e32-e220-446c-b922-9109a133ba12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:58,559 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.324s 2022-02-19 00:36:58,559 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85f56c7e-24cd-4849-b26a-56b3d9248c77', 'x-compute-request-id': 'req-85f56c7e-24cd-4849-b26a-56b3d9248c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:36:59,981 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.412s 2022-02-19 00:36:59,982 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6669bc0e-ce9d-4274-8e44-af167c62963f', 'x-compute-request-id': 'req-6669bc0e-ce9d-4274-8e44-af167c62963f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:01,297 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.304s 2022-02-19 00:37:01,298 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-786b39d9-ea9f-4950-8a9b-9d423cb0a543', 'x-compute-request-id': 'req-786b39d9-ea9f-4950-8a9b-9d423cb0a543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:02,611 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.303s 2022-02-19 00:37:02,611 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-660bb14b-49ec-4ca3-87d7-bc8749a0c385', 'x-compute-request-id': 'req-660bb14b-49ec-4ca3-87d7-bc8749a0c385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:04,318 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.696s 2022-02-19 00:37:04,318 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b47afcdc-19a8-4bda-8918-93c8026f2a94', 'x-compute-request-id': 'req-b47afcdc-19a8-4bda-8918-93c8026f2a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:05,605 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.277s 2022-02-19 00:37:05,606 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6acfef9-768f-43bb-83b9-31826f83876b', 'x-compute-request-id': 'req-c6acfef9-768f-43bb-83b9-31826f83876b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:07,082 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.466s 2022-02-19 00:37:07,082 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64e986e5-79ce-42db-be0f-5c41cb90448b', 'x-compute-request-id': 'req-64e986e5-79ce-42db-be0f-5c41cb90448b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:08,925 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.832s 2022-02-19 00:37:08,926 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-668714d9-5007-468c-ace9-58c838deaf84', 'x-compute-request-id': 'req-668714d9-5007-468c-ace9-58c838deaf84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:10,316 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.381s 2022-02-19 00:37:10,317 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6527a429-6649-4923-9d70-6620815998b9', 'x-compute-request-id': 'req-6527a429-6649-4923-9d70-6620815998b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:11,658 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.330s 2022-02-19 00:37:11,658 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95de7ac9-6b58-498e-aa7e-be08c75c5489', 'x-compute-request-id': 'req-95de7ac9-6b58-498e-aa7e-be08c75c5489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:12,982 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.314s 2022-02-19 00:37:12,983 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63f08b70-8252-42ac-99c9-2d3c591e3570', 'x-compute-request-id': 'req-63f08b70-8252-42ac-99c9-2d3c591e3570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:14,202 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.206s 2022-02-19 00:37:14,202 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-417bb64b-fe51-4c36-a4d3-bafbb4727386', 'x-compute-request-id': 'req-417bb64b-fe51-4c36-a4d3-bafbb4727386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:15,577 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.365s 2022-02-19 00:37:15,578 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d7d73f3-4f3c-4bd5-8345-9ef13069e4de', 'x-compute-request-id': 'req-7d7d73f3-4f3c-4bd5-8345-9ef13069e4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:16,899 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.311s 2022-02-19 00:37:16,899 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0709dbc6-10bc-48bc-b648-b4175fca5680', 'x-compute-request-id': 'req-0709dbc6-10bc-48bc-b648-b4175fca5680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:18,206 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.297s 2022-02-19 00:37:18,206 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0639010-94bc-4bcf-a3de-a51f256f93be', 'x-compute-request-id': 'req-a0639010-94bc-4bcf-a3de-a51f256f93be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:19,445 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.229s 2022-02-19 00:37:19,446 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2039807-09ca-4765-9259-4030d8933258', 'x-compute-request-id': 'req-a2039807-09ca-4765-9259-4030d8933258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:20,703 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.247s 2022-02-19 00:37:20,703 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cc4ce97-af55-4ef5-a8c9-d7b540fa1a0e', 'x-compute-request-id': 'req-5cc4ce97-af55-4ef5-a8c9-d7b540fa1a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:22,256 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.543s 2022-02-19 00:37:22,257 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e5aaa96-8e20-43ab-94e7-9a99ab6cf604', 'x-compute-request-id': 'req-1e5aaa96-8e20-43ab-94e7-9a99ab6cf604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:23,910 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.644s 2022-02-19 00:37:23,910 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47e9e720-1c70-4c41-b737-1e2f7e6866fc', 'x-compute-request-id': 'req-47e9e720-1c70-4c41-b737-1e2f7e6866fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:25,242 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.322s 2022-02-19 00:37:25,242 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-318e160a-0efe-4a52-acea-5c649f67ccce', 'x-compute-request-id': 'req-318e160a-0efe-4a52-acea-5c649f67ccce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:26,543 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.290s 2022-02-19 00:37:26,543 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a116da1e-2023-4fbf-8ec3-ea22c415fc1f', 'x-compute-request-id': 'req-a116da1e-2023-4fbf-8ec3-ea22c415fc1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:27,730 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.176s 2022-02-19 00:37:27,730 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-086a436a-046a-4059-a225-64b6aaea9e8e', 'x-compute-request-id': 'req-086a436a-046a-4059-a225-64b6aaea9e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:28,923 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.175s 2022-02-19 00:37:28,924 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6232ac77-5796-4302-8965-e0245dc7f01f', 'x-compute-request-id': 'req-6232ac77-5796-4302-8965-e0245dc7f01f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:30,119 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.183s 2022-02-19 00:37:30,119 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62d4c236-5885-4aa1-b592-8dbed3a833d4', 'x-compute-request-id': 'req-62d4c236-5885-4aa1-b592-8dbed3a833d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:31,303 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.174s 2022-02-19 00:37:31,303 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0cef1a2-e319-4377-b367-7c340aacac04', 'x-compute-request-id': 'req-d0cef1a2-e319-4377-b367-7c340aacac04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:32,505 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.192s 2022-02-19 00:37:32,506 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afb77511-fa18-459e-bc32-4a4484ae58bc', 'x-compute-request-id': 'req-afb77511-fa18-459e-bc32-4a4484ae58bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:33,740 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.224s 2022-02-19 00:37:33,740 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4343103-a7a9-4355-9c41-85af409d1e50', 'x-compute-request-id': 'req-c4343103-a7a9-4355-9c41-85af409d1e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:34,961 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.211s 2022-02-19 00:37:34,962 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dedb2bc7-5847-410c-b605-a486146e6776', 'x-compute-request-id': 'req-dedb2bc7-5847-410c-b605-a486146e6776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:36,169 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.197s 2022-02-19 00:37:36,169 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60fce2bf-7dd2-47e0-ac6f-9d0a73961441', 'x-compute-request-id': 'req-60fce2bf-7dd2-47e0-ac6f-9d0a73961441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:37,506 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.326s 2022-02-19 00:37:37,506 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1fa5b9c-0ab5-4fb5-b132-6a351bbe6642', 'x-compute-request-id': 'req-e1fa5b9c-0ab5-4fb5-b132-6a351bbe6642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:38,706 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.189s 2022-02-19 00:37:38,706 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f912129-d6a3-4270-8f94-831021ca8084', 'x-compute-request-id': 'req-3f912129-d6a3-4270-8f94-831021ca8084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:39,970 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.255s 2022-02-19 00:37:39,971 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c77f655-a981-4888-b6fc-96ffdce82a72', 'x-compute-request-id': 'req-4c77f655-a981-4888-b6fc-96ffdce82a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:41,235 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.255s 2022-02-19 00:37:41,236 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e92cbee-8041-43ca-a43c-5a33876d1030', 'x-compute-request-id': 'req-4e92cbee-8041-43ca-a43c-5a33876d1030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:42,655 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.409s 2022-02-19 00:37:42,656 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8db22b30-8dc9-4a3d-8d1e-c191860be4cd', 'x-compute-request-id': 'req-8db22b30-8dc9-4a3d-8d1e-c191860be4cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:43,945 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.279s 2022-02-19 00:37:43,945 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-078e1b4c-a4e7-4d99-ac0e-3ec64f5cf880', 'x-compute-request-id': 'req-078e1b4c-a4e7-4d99-ac0e-3ec64f5cf880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:45,166 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.211s 2022-02-19 00:37:45,166 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-275691fc-b16a-4321-94d3-5b7b7b0569b2', 'x-compute-request-id': 'req-275691fc-b16a-4321-94d3-5b7b7b0569b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:47,282 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 1.106s 2022-02-19 00:37:47,282 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de09dbd9-c803-4a2c-bdef-14f982c1f84a', 'x-compute-request-id': 'req-de09dbd9-c803-4a2c-bdef-14f982c1f84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:49,161 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 0.867s 2022-02-19 00:37:49,162 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2f40e18-3e17-4d3b-b5ce-07d42299de7a', 'x-compute-request-id': 'req-e2f40e18-3e17-4d3b-b5ce-07d42299de7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:51,611 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 1.437s 2022-02-19 00:37:51,611 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a051b283-71a8-4e07-8b10-1d9b33e4544c', 'x-compute-request-id': 'req-a051b283-71a8-4e07-8b10-1d9b33e4544c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:54,991 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 2.369s 2022-02-19 00:37:54,992 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d02dad7-8f03-4a8d-a88e-8e70350879ba', 'x-compute-request-id': 'req-0d02dad7-8f03-4a8d-a88e-8e70350879ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"server": {"id": "41480077-b90b-4cad-8e59-824904700bc0", "name": "tempest-AttachVolumeShelveTestJSON-server-1142117604", "status": "SHELVED_OFFLOADED", "tenant_id": "683ff6b1a7154108870150bfec80cfec", "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:29:53Z", "updated": "2022-02-19T00:31:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-50794047-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}, {"version": 4, "addr": "172.25.6.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:90:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/41480077-b90b-4cad-8e59-824904700bc0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-597229904", "OS-SRV-USG:launched_at": "2022-02-19T00:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--58115364"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-02-19 00:37:55,105 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.095s 2022-02-19 00:37:55,105 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d20f508-3c1d-4cde-86f3-bc6734f6633d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d20f508-3c1d-4cde-86f3-bc6734f6633d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:31:53.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:37:58,160 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-volume_attachments 3.046s 2022-02-19 00:37:58,160 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a95fd96-3895-4925-8b8f-751a5afe5dbd', 'x-compute-request-id': 'req-2a95fd96-3895-4925-8b8f-751a5afe5dbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0/os-volume_attachments'} Body: b'{"volumeAttachments": []}' 2022-02-19 00:37:58,250 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf 0.088s 2022-02-19 00:37:58,250 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa725d8-e5ec-4455-9b92-d5933093787a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa725d8-e5ec-4455-9b92-d5933093787a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf'} Body: b'{"volume": {"id": "8a291cb9-cb8f-4d7e-a1ab-719fe19edabf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-02-19T00:30:13.000000", "updated_at": "2022-02-19T00:31:53.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-886239858", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.60/volume/v3/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}, {"rel": "bookmark", "href": "http://10.222.0.60/volume/683ff6b1a7154108870150bfec80cfec/volumes/8a291cb9-cb8f-4d7e-a1ab-719fe19edabf"}], "user_id": "4fca93a9801d4b4b8968b564c3034ffb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "683ff6b1a7154108870150bfec80cfec"}}' 2022-02-19 00:37:58,257 125520 INFO [tempest.common.waiters] volume 8a291cb9-cb8f-4d7e-a1ab-719fe19edabf reached available after waiting for 0.257668 seconds 2022-02-19 00:38:05,419 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 7.161s 2022-02-19 00:38:05,419 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-714c948e-77b9-4d6e-b1fa-8f1978f92c34', 'x-compute-request-id': 'req-714c948e-77b9-4d6e-b1fa-8f1978f92c34', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'' 2022-02-19 00:38:06,633 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0 1.212s 2022-02-19 00:38:06,633 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-905bbb38-6e83-41d7-99ad-ffa7a971e751', 'x-compute-request-id': 'req-905bbb38-6e83-41d7-99ad-ffa7a971e751', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/41480077-b90b-4cad-8e59-824904700bc0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 41480077-b90b-4cad-8e59-824904700bc0 could not be found."}}' 2022-02-19 00:38:08,043 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.60/compute/v2.1/os-keypairs/tempest-keypair-597229904 1.408s 2022-02-19 00:38:08,043 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2825e6-03bf-4bf4-9575-5ded5ba1160c', 'x-compute-request-id': 'req-2d2825e6-03bf-4bf4-9575-5ded5ba1160c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/os-keypairs/tempest-keypair-597229904'} Body: b'' 2022-02-19 00:38:08,255 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/security-groups/89d0fef7-9eb4-4b97-8a39-36e70d0ea510 0.211s 2022-02-19 00:38:08,256 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-f101829d-cf09-4851-a9e2-59f44b7df0f2', 'content-length': '0', 'date': 'Sat, 19 Feb 2022 00:38:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/security-groups/89d0fef7-9eb4-4b97-8a39-36e70d0ea510'} Body: b'' 2022-02-19 00:38:08,287 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.60:9696/v2.0/security-groups/89d0fef7-9eb4-4b97-8a39-36e70d0ea510 0.031s 2022-02-19 00:38:08,288 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a5ed144f-d54e-4b3f-916f-17205d4a15d6', 'date': 'Sat, 19 Feb 2022 00:38:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60:9696/v2.0/security-groups/89d0fef7-9eb4-4b97-8a39-36e70d0ea510'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 89d0fef7-9eb4-4b97-8a39-36e70d0ea510 does not exist", "detail": ""}}' 2022-02-19 00:38:08,841 125520 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.60:9696/v2.0/floatingips/3f44974e-d2b0-4659-adfe-92eea44d254c 0.552s 2022-02-19 00:38:08,841 125520 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-1f467da2-bc6d-4cdb-a6bd-ac613f792f85', 'content-length': '0', 'date': 'Sat, 19 Feb 2022 00:38:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60:9696/v2.0/floatingips/3f44974e-d2b0-4659-adfe-92eea44d254c'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 312, in test_detach_volume_shelved_or_offload_server self._unshelve_server_and_check_volumes( File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 249, in _unshelve_server_and_check_volumes waiters.wait_for_server_status(self.servers_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Server 41480077-b90b-4cad-8e59-824904700bc0 failed to reach ACTIVE status and task state "None" within the required time (360 s). Current status: SHELVED_OFFLOADED. Current task state: unshelving. |
||||||
tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 31 | 1 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
fail
ft10.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-02-19 00:31:33,101 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://10.222.0.60/identity/v3/auth/tokens 0.031s 2022-02-19 00:31:33,102 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-91d08d96-584c-41f1-9865-e5e0f33607a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.60/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "name": "tempest-VolumesNegativeTest-1813601713-project", "password_expires_at": null}, "audit_ids": ["IupQXksMRPqMDG5M9lG92w"], "expires_at": "2022-02-19T01:31:33.000000Z", "issued_at": "2022-02-19T00:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "006d6917a8684bc389e71fe184b3cd6c", "name": "tempest-VolumesNegativeTest-1813601713"}, "is_domain": false, "roles": [{"id": "e2a0150289434a10bd542efd0ec9eadb", "name": "member"}, {"id": "8af04ef60b64466cbb94be1459432a61", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3b7f11a8ce514e59905ce4fb4eaa3954", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/placement", "region": "RegionOne"}], "id": "25123f67f2f44197a6288db511d18e4e", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "086f34bd34cf4540acfdd76ef83fd2b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2.1", "region": "RegionOne"}], "id": "57df911fc4af4b7da8de6b27f0706c74", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c028e96ddf454f7ba983a7b93fe10897", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/image", "region": "RegionOne"}], "id": "7c18d39ae72b440e9b9eff58d93e15da", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4c972c246ad7429d999743d393d85609", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.60:8080", "region": "RegionOne"}, {"id": "61aa7ac04d754f3fb25c8144141edb43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:8080/v1/AUTH_006d6917a8684bc389e71fe184b3cd6c", "region": "RegionOne"}], "id": "9fb32080c7694d8eb2e171c0059591d8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc719fb051f84da3ac1813838ff610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/compute/v2/006d6917a8684bc389e71fe184b3cd6c", "region": "RegionOne"}], "id": "dbe25228133342a2b0aa5b1e4847e47d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "68bc31a531ab4494b72a8c247c82e457", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60:9696/", "region": "RegionOne"}], "id": "de0b6e2e06954178ae0066928c3e6f40", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "f9578137cbf548039a01484f4d6c15fc", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/006d6917a8684bc389e71fe184b3cd6c", "region": "RegionOne"}], "id": "e9fd87e6495943bf8e5e96ee6bfc0af8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "528ccd13e1ee4bba9792bb8e24b78eda", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/volume/v3/006d6917a8684bc389e71fe184b3cd6c", "region": "RegionOne"}], "id": "ef73894fbee84ab3a964d67c3b82e61b", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a9d1503d70824fe4b9e35cfdbb803c6f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.60/identity", "region": "RegionOne"}], "id": "f7ebef6a5ef447d1abf1c6055ca6f156", "type": "identity", "name": "keystone"}]}}' 2022-02-19 00:31:33,102 125524 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2022-02-19 00:31:33,482 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 202 POST http://10.222.0.60/compute/v2.1/servers 0.379s 2022-02-19 00:31:33,483 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-749454707", "imageRef": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "flavorRef": "452"}} Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c887384-efb1-4cc3-bc72-02a93f8020e7', 'x-compute-request-id': 'req-5c887384-efb1-4cc3-bc72-02a93f8020e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.60/compute/v2.1/servers'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "aiGvL6swi3sL"}}' 2022-02-19 00:31:33,573 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.088s 2022-02-19 00:31:33,573 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8499e0e-6147-440a-8b7e-3cd4653a4dec', 'x-compute-request-id': 'req-e8499e0e-6147-440a-8b7e-3cd4653a4dec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:34,653 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:31:34,653 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a48b63d-5eac-480e-8ed9-6c00f37522c6', 'x-compute-request-id': 'req-8a48b63d-5eac-480e-8ed9-6c00f37522c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:35,734 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:31:35,735 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11cff8ec-0f52-4adf-a8e3-09ef9061daab', 'x-compute-request-id': 'req-11cff8ec-0f52-4adf-a8e3-09ef9061daab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:36,814 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:31:36,815 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89c4738a-3add-460c-8a69-3b78ba6298a5', 'x-compute-request-id': 'req-89c4738a-3add-460c-8a69-3b78ba6298a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:37,898 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:31:37,899 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a53bd67d-c4ab-4254-a57c-28d714184b20', 'x-compute-request-id': 'req-a53bd67d-c4ab-4254-a57c-28d714184b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:38,981 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.074s 2022-02-19 00:31:38,981 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04691f06-6589-4a8d-bfca-7359cef9e2b1', 'x-compute-request-id': 'req-04691f06-6589-4a8d-bfca-7359cef9e2b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:40,068 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.078s 2022-02-19 00:31:40,068 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a162eb19-e414-46e4-ad7b-253fc9b1bc0e', 'x-compute-request-id': 'req-a162eb19-e414-46e4-ad7b-253fc9b1bc0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:41,222 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.146s 2022-02-19 00:31:41,223 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-013b7ca3-df58-4bf7-ac65-0df1244428b5', 'x-compute-request-id': 'req-013b7ca3-df58-4bf7-ac65-0df1244428b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:42,306 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:31:42,306 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-916ead34-2b3d-42e5-8595-98c6f3eb8dfd', 'x-compute-request-id': 'req-916ead34-2b3d-42e5-8595-98c6f3eb8dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:43,405 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.090s 2022-02-19 00:31:43,406 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e5f9b9b-b82f-453a-a2c3-9b36aebb136d', 'x-compute-request-id': 'req-3e5f9b9b-b82f-453a-a2c3-9b36aebb136d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:44,488 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.074s 2022-02-19 00:31:44,489 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f13ae04c-8132-478b-bbc0-81721739921c', 'x-compute-request-id': 'req-f13ae04c-8132-478b-bbc0-81721739921c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:45,571 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.074s 2022-02-19 00:31:45,571 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6515986-2d70-4a34-9413-94bcb4576eac', 'x-compute-request-id': 'req-e6515986-2d70-4a34-9413-94bcb4576eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:46,667 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.088s 2022-02-19 00:31:46,668 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3552a840-0153-437f-b571-f8a63b420fdb', 'x-compute-request-id': 'req-3552a840-0153-437f-b571-f8a63b420fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:47,761 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.085s 2022-02-19 00:31:47,761 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c8f2dbc-6156-489d-b2a4-b5a7f2c286af', 'x-compute-request-id': 'req-6c8f2dbc-6156-489d-b2a4-b5a7f2c286af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:48,907 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.138s 2022-02-19 00:31:48,908 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8623751-94b2-4756-94d5-d34f694286fc', 'x-compute-request-id': 'req-d8623751-94b2-4756-94d5-d34f694286fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:50,003 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.087s 2022-02-19 00:31:50,004 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bcf152e-77bd-47ec-9802-36cf2ce26e2b', 'x-compute-request-id': 'req-0bcf152e-77bd-47ec-9802-36cf2ce26e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:51,083 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:31:51,084 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5707d1f-4ea9-404a-8e34-10b9c36e73c4', 'x-compute-request-id': 'req-b5707d1f-4ea9-404a-8e34-10b9c36e73c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:52,538 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.445s 2022-02-19 00:31:52,539 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21c1ccb7-b57d-46fb-ba12-5c9cbe26a5a4', 'x-compute-request-id': 'req-21c1ccb7-b57d-46fb-ba12-5c9cbe26a5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:53,629 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:31:53,630 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df80aa7-0538-422b-9a12-862998211d0d', 'x-compute-request-id': 'req-4df80aa7-0538-422b-9a12-862998211d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:54,710 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:31:54,711 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aa4f2b1-4180-4e98-84c4-3bc165ff0427', 'x-compute-request-id': 'req-9aa4f2b1-4180-4e98-84c4-3bc165ff0427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:55,822 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.102s 2022-02-19 00:31:55,822 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-035e0a76-2048-410e-b476-99c3f26c7fea', 'x-compute-request-id': 'req-035e0a76-2048-410e-b476-99c3f26c7fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:56,912 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.081s 2022-02-19 00:31:56,912 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e110264d-b098-4f3d-b4af-011ef10982cf', 'x-compute-request-id': 'req-e110264d-b098-4f3d-b4af-011ef10982cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:58,027 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.106s 2022-02-19 00:31:58,027 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-518c6aa8-27df-468a-8e2f-406a4d35df35', 'x-compute-request-id': 'req-518c6aa8-27df-468a-8e2f-406a4d35df35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:31:59,104 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:31:59,105 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a245eb0e-412e-468f-9d8a-9eb57c8e35a0', 'x-compute-request-id': 'req-a245eb0e-412e-468f-9d8a-9eb57c8e35a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:00,193 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.079s 2022-02-19 00:32:00,193 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0ef4914-231d-4ec7-be7f-652f022d425d', 'x-compute-request-id': 'req-e0ef4914-231d-4ec7-be7f-652f022d425d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:01,269 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.067s 2022-02-19 00:32:01,269 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb6a4fe3-4ad0-4cc5-a707-f584db8059c0', 'x-compute-request-id': 'req-cb6a4fe3-4ad0-4cc5-a707-f584db8059c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:02,350 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:32:02,351 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562eac8c-a04f-42df-b5e0-bc73357ca70f', 'x-compute-request-id': 'req-562eac8c-a04f-42df-b5e0-bc73357ca70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:03,441 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.081s 2022-02-19 00:32:03,441 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2913a70-101b-4ee3-a9d2-421e58239092', 'x-compute-request-id': 'req-e2913a70-101b-4ee3-a9d2-421e58239092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:04,530 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:32:04,530 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ef21e09-decc-4254-9386-2dac44a50787', 'x-compute-request-id': 'req-0ef21e09-decc-4254-9386-2dac44a50787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:05,610 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:32:05,610 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9218de5e-f474-466f-916d-1c7e09685d05', 'x-compute-request-id': 'req-9218de5e-f474-466f-916d-1c7e09685d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:06,902 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.284s 2022-02-19 00:32:06,903 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-067a1a5c-d182-4317-a679-1f124cd6d123', 'x-compute-request-id': 'req-067a1a5c-d182-4317-a679-1f124cd6d123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:08,058 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.145s 2022-02-19 00:32:08,059 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f5f88ab-a69b-437d-8525-2502bd49dd2e', 'x-compute-request-id': 'req-8f5f88ab-a69b-437d-8525-2502bd49dd2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:09,151 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:32:09,151 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a294753-fe14-4900-9bf3-1a3541b1c8ab', 'x-compute-request-id': 'req-4a294753-fe14-4900-9bf3-1a3541b1c8ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:10,233 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:32:10,233 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbbd7836-3d38-4a7b-8cd0-b56c50c50446', 'x-compute-request-id': 'req-fbbd7836-3d38-4a7b-8cd0-b56c50c50446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:11,321 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:32:11,322 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8787679b-1814-42a0-bd99-13c0eb039988', 'x-compute-request-id': 'req-8787679b-1814-42a0-bd99-13c0eb039988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:12,401 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:32:12,401 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-697f3c44-e81d-4e83-96a2-d0954506fff7', 'x-compute-request-id': 'req-697f3c44-e81d-4e83-96a2-d0954506fff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:13,537 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.127s 2022-02-19 00:32:13,537 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a56561c-6d33-4514-b9f2-17880c7ef7de', 'x-compute-request-id': 'req-9a56561c-6d33-4514-b9f2-17880c7ef7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:14,648 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.102s 2022-02-19 00:32:14,649 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8854625a-fa38-4df1-ba4f-b951f0130fba', 'x-compute-request-id': 'req-8854625a-fa38-4df1-ba4f-b951f0130fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:15,742 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.085s 2022-02-19 00:32:15,743 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26dae3eb-068d-492b-b243-214244457d7b', 'x-compute-request-id': 'req-26dae3eb-068d-492b-b243-214244457d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:17,180 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.430s 2022-02-19 00:32:17,181 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83167851-063e-4af8-9059-e3f5ee7fe976', 'x-compute-request-id': 'req-83167851-063e-4af8-9059-e3f5ee7fe976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:18,271 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.081s 2022-02-19 00:32:18,272 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f35406e-7f80-435a-95a7-99882d7635ae', 'x-compute-request-id': 'req-5f35406e-7f80-435a-95a7-99882d7635ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:19,370 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.090s 2022-02-19 00:32:19,371 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7703c1e-6f7a-4a42-a6d6-bb860840c73b', 'x-compute-request-id': 'req-f7703c1e-6f7a-4a42-a6d6-bb860840c73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:20,475 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.096s 2022-02-19 00:32:20,476 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f61f6b7-dca2-4871-a1d2-129c578c0855', 'x-compute-request-id': 'req-6f61f6b7-dca2-4871-a1d2-129c578c0855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:21,564 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.078s 2022-02-19 00:32:21,564 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a170443c-7a60-4d20-a041-4e36f1d397f3', 'x-compute-request-id': 'req-a170443c-7a60-4d20-a041-4e36f1d397f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:22,664 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.091s 2022-02-19 00:32:22,664 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b3ccb2f-209e-4df6-9d92-d63e6e238070', 'x-compute-request-id': 'req-1b3ccb2f-209e-4df6-9d92-d63e6e238070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:23,760 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.087s 2022-02-19 00:32:23,760 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43e6dc64-1c74-488b-997f-9339da7034e1', 'x-compute-request-id': 'req-43e6dc64-1c74-488b-997f-9339da7034e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:24,838 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:32:24,838 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7115db80-b0dd-495c-9544-d6abff7eb705', 'x-compute-request-id': 'req-7115db80-b0dd-495c-9544-d6abff7eb705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:25,917 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:32:25,917 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5c51e8f-42d7-43dd-9683-4b3b9d44937a', 'x-compute-request-id': 'req-b5c51e8f-42d7-43dd-9683-4b3b9d44937a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:26,996 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:32:26,996 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5759788-ca23-4611-8c79-4d3f5de6ee88', 'x-compute-request-id': 'req-b5759788-ca23-4611-8c79-4d3f5de6ee88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:28,072 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:32:28,073 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3da4e0dd-0d34-4989-ad4d-6bc579fcdcdf', 'x-compute-request-id': 'req-3da4e0dd-0d34-4989-ad4d-6bc579fcdcdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:29,163 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.082s 2022-02-19 00:32:29,163 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-580c18e2-9ff8-48b4-84ec-dba9bbdae32a', 'x-compute-request-id': 'req-580c18e2-9ff8-48b4-84ec-dba9bbdae32a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:30,240 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:32:30,240 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1131e211-d8fb-4deb-8b45-198bfa89ad62', 'x-compute-request-id': 'req-1131e211-d8fb-4deb-8b45-198bfa89ad62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:31,317 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:32:31,317 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e26cec9e-7aa0-4147-8f4a-b3d1f5b89005', 'x-compute-request-id': 'req-e26cec9e-7aa0-4147-8f4a-b3d1f5b89005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:32,452 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.126s 2022-02-19 00:32:32,452 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7561f6d7-bace-4793-8b38-4f16d7ade31e', 'x-compute-request-id': 'req-7561f6d7-bace-4793-8b38-4f16d7ade31e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:33,542 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.081s 2022-02-19 00:32:33,543 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec806012-48d7-41bd-ac80-05504736fe89', 'x-compute-request-id': 'req-ec806012-48d7-41bd-ac80-05504736fe89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:34,637 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.086s 2022-02-19 00:32:34,637 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fabf4a6a-1a35-4756-9d12-3321672dde8f', 'x-compute-request-id': 'req-fabf4a6a-1a35-4756-9d12-3321672dde8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:35,720 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.074s 2022-02-19 00:32:35,720 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a454065a-084d-4109-ac5e-3a768a3c39a8', 'x-compute-request-id': 'req-a454065a-084d-4109-ac5e-3a768a3c39a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:36,800 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:32:36,800 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dc107e2-d248-4ba4-ac2b-1c592c8e0f9c', 'x-compute-request-id': 'req-9dc107e2-d248-4ba4-ac2b-1c592c8e0f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:37,894 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.085s 2022-02-19 00:32:37,895 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf8321e1-2326-45f6-bc8e-ee6baf9f80e6', 'x-compute-request-id': 'req-cf8321e1-2326-45f6-bc8e-ee6baf9f80e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:39,007 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.105s 2022-02-19 00:32:39,008 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-190fa581-63b0-4693-ab73-86a98ec81113', 'x-compute-request-id': 'req-190fa581-63b0-4693-ab73-86a98ec81113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:40,095 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.079s 2022-02-19 00:32:40,095 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fc829ab-5965-4916-beda-56c3c41a6c8d', 'x-compute-request-id': 'req-3fc829ab-5965-4916-beda-56c3c41a6c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:41,221 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.115s 2022-02-19 00:32:41,221 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49db95b0-58c6-408e-9090-e4bca5a7d923', 'x-compute-request-id': 'req-49db95b0-58c6-408e-9090-e4bca5a7d923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:42,355 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.124s 2022-02-19 00:32:42,355 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72261f60-aa5c-404f-ae68-a4503abaf448', 'x-compute-request-id': 'req-72261f60-aa5c-404f-ae68-a4503abaf448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:43,462 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.098s 2022-02-19 00:32:43,462 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6531e21e-a77f-4040-94b4-c65b870c6db1', 'x-compute-request-id': 'req-6531e21e-a77f-4040-94b4-c65b870c6db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:44,541 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:32:44,542 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2c82264-df6f-45e2-af71-f38170c7bec3', 'x-compute-request-id': 'req-a2c82264-df6f-45e2-af71-f38170c7bec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:45,635 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.085s 2022-02-19 00:32:45,636 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fd3c319-fae7-4a5a-a890-24fc1ec0365b', 'x-compute-request-id': 'req-3fd3c319-fae7-4a5a-a890-24fc1ec0365b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:46,717 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:32:46,717 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-902050ab-1e72-4962-9607-50189692455d', 'x-compute-request-id': 'req-902050ab-1e72-4962-9607-50189692455d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:47,810 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.084s 2022-02-19 00:32:47,811 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef9be0b4-0d06-4d43-9fe4-13fcc9d1fcc8', 'x-compute-request-id': 'req-ef9be0b4-0d06-4d43-9fe4-13fcc9d1fcc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:48,912 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.093s 2022-02-19 00:32:48,913 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e12d7a0-dbfc-459d-97d8-8c0b66bb277f', 'x-compute-request-id': 'req-2e12d7a0-dbfc-459d-97d8-8c0b66bb277f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:50,145 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.224s 2022-02-19 00:32:50,146 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49ff218e-1dcf-48af-81ae-d306acd8fe8f', 'x-compute-request-id': 'req-49ff218e-1dcf-48af-81ae-d306acd8fe8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:51,234 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:32:51,234 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca1cc28-764d-46ab-99ad-20ca9c6260d0', 'x-compute-request-id': 'req-fca1cc28-764d-46ab-99ad-20ca9c6260d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:52,359 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.117s 2022-02-19 00:32:52,360 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f076a71-4c80-4f46-bbf7-24f4d661ca0e', 'x-compute-request-id': 'req-5f076a71-4c80-4f46-bbf7-24f4d661ca0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:53,465 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.096s 2022-02-19 00:32:53,465 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86270fb2-3857-4ca7-a351-fd218c99d385', 'x-compute-request-id': 'req-86270fb2-3857-4ca7-a351-fd218c99d385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:54,614 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.139s 2022-02-19 00:32:54,614 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ade3cc1a-9f37-4e9a-ab14-ad1b0ea22fbe', 'x-compute-request-id': 'req-ade3cc1a-9f37-4e9a-ab14-ad1b0ea22fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:55,707 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.085s 2022-02-19 00:32:55,707 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-590f7506-d9d7-4356-be11-120f65826956', 'x-compute-request-id': 'req-590f7506-d9d7-4356-be11-120f65826956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:56,786 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:32:56,787 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f47aa4a4-a83d-47ac-9ff8-01a7ff3e8daf', 'x-compute-request-id': 'req-f47aa4a4-a83d-47ac-9ff8-01a7ff3e8daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:57,868 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:32:57,868 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5d28e8a-3b94-439f-b6a1-ac408747177e', 'x-compute-request-id': 'req-b5d28e8a-3b94-439f-b6a1-ac408747177e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:32:58,992 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.115s 2022-02-19 00:32:58,992 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc5958d-4929-4b89-be61-209f0528ba90', 'x-compute-request-id': 'req-dcc5958d-4929-4b89-be61-209f0528ba90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:32:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:00,094 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.093s 2022-02-19 00:33:00,095 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6af61777-84ad-4213-8f33-80396451370a', 'x-compute-request-id': 'req-6af61777-84ad-4213-8f33-80396451370a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:01,292 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.186s 2022-02-19 00:33:01,292 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb3905f2-f856-423e-95e1-e0a3137c8085', 'x-compute-request-id': 'req-bb3905f2-f856-423e-95e1-e0a3137c8085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:02,419 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.118s 2022-02-19 00:33:02,419 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc1f9d1e-6ffc-4e5c-9352-435d6646bdd8', 'x-compute-request-id': 'req-cc1f9d1e-6ffc-4e5c-9352-435d6646bdd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:03,510 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:33:03,511 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-414cb4db-3fe1-4d2c-89cb-d79bcc1aa8ae', 'x-compute-request-id': 'req-414cb4db-3fe1-4d2c-89cb-d79bcc1aa8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:04,700 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.180s 2022-02-19 00:33:04,700 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df23745-1320-453f-bf44-f439e413e8cf', 'x-compute-request-id': 'req-4df23745-1320-453f-bf44-f439e413e8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:05,888 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.180s 2022-02-19 00:33:05,889 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c62c869e-cc68-49ef-841b-f26c5ca1beef', 'x-compute-request-id': 'req-c62c869e-cc68-49ef-841b-f26c5ca1beef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:07,044 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.147s 2022-02-19 00:33:07,045 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c9bb6cc-4e86-405e-bd52-f0948e23613c', 'x-compute-request-id': 'req-3c9bb6cc-4e86-405e-bd52-f0948e23613c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:08,352 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.297s 2022-02-19 00:33:08,352 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36575f6f-edf0-4352-b86e-7c378604a9a6', 'x-compute-request-id': 'req-36575f6f-edf0-4352-b86e-7c378604a9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:09,461 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.100s 2022-02-19 00:33:09,461 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c2da8c5-eea9-4146-86f7-89dd61bd19ef', 'x-compute-request-id': 'req-8c2da8c5-eea9-4146-86f7-89dd61bd19ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:10,592 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.122s 2022-02-19 00:33:10,592 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c122ab-eae8-48a3-b43a-c45b0485d5f8', 'x-compute-request-id': 'req-34c122ab-eae8-48a3-b43a-c45b0485d5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:11,762 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.156s 2022-02-19 00:33:11,762 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b79029a7-c627-4d35-b5e5-5ef78b8a21cb', 'x-compute-request-id': 'req-b79029a7-c627-4d35-b5e5-5ef78b8a21cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:12,861 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.091s 2022-02-19 00:33:12,862 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37571c9a-cf4b-4742-a0c4-33fcd59405e0', 'x-compute-request-id': 'req-37571c9a-cf4b-4742-a0c4-33fcd59405e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:13,945 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:33:13,946 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5846e3d1-0d1c-44ee-b764-d83cefb2fd19', 'x-compute-request-id': 'req-5846e3d1-0d1c-44ee-b764-d83cefb2fd19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:15,026 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:33:15,027 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a9fd5f9-7cf0-4a93-95b2-2692f8089095', 'x-compute-request-id': 'req-0a9fd5f9-7cf0-4a93-95b2-2692f8089095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:16,122 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.086s 2022-02-19 00:33:16,122 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99f72472-d381-4916-bad6-bf2149980c97', 'x-compute-request-id': 'req-99f72472-d381-4916-bad6-bf2149980c97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:17,200 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:33:17,200 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c49ed9c-1d34-4351-bae3-f57e1fd12dfd', 'x-compute-request-id': 'req-9c49ed9c-1d34-4351-bae3-f57e1fd12dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:18,285 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.076s 2022-02-19 00:33:18,285 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd2bd822-3245-4d86-a82a-2b145aa94a0e', 'x-compute-request-id': 'req-dd2bd822-3245-4d86-a82a-2b145aa94a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:19,363 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:33:19,363 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a3105dd-4705-42c7-b791-0bba8880aab1', 'x-compute-request-id': 'req-6a3105dd-4705-42c7-b791-0bba8880aab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:20,442 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:33:20,442 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5516c623-c8d1-4849-81fa-2d716496d62c', 'x-compute-request-id': 'req-5516c623-c8d1-4849-81fa-2d716496d62c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:21,526 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:33:21,527 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2c2d6e6-f0ce-4fc3-a380-4836bdd86085', 'x-compute-request-id': 'req-b2c2d6e6-f0ce-4fc3-a380-4836bdd86085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:22,621 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.086s 2022-02-19 00:33:22,621 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97221ad4-09f5-4dc4-aa71-06d541f807ec', 'x-compute-request-id': 'req-97221ad4-09f5-4dc4-aa71-06d541f807ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:23,712 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:33:23,712 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec499c83-60f4-41df-b5b1-69f3b9f85b4d', 'x-compute-request-id': 'req-ec499c83-60f4-41df-b5b1-69f3b9f85b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:24,841 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.119s 2022-02-19 00:33:24,841 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba04e4e-3fd4-4853-a5d7-01974df01ee4', 'x-compute-request-id': 'req-3ba04e4e-3fd4-4853-a5d7-01974df01ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:25,939 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.090s 2022-02-19 00:33:25,939 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96cfc98d-114b-4c2e-8b90-842c258e37c4', 'x-compute-request-id': 'req-96cfc98d-114b-4c2e-8b90-842c258e37c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:27,033 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.084s 2022-02-19 00:33:27,034 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9995700-de87-4719-ad9f-65dbd3ba34ef', 'x-compute-request-id': 'req-f9995700-de87-4719-ad9f-65dbd3ba34ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:28,125 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.082s 2022-02-19 00:33:28,125 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d06874d0-8792-4ee3-ab32-00d1f855df85', 'x-compute-request-id': 'req-d06874d0-8792-4ee3-ab32-00d1f855df85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:29,211 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.076s 2022-02-19 00:33:29,212 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46457fa3-358b-4a8a-9aaf-7f8ab00c4ae5', 'x-compute-request-id': 'req-46457fa3-358b-4a8a-9aaf-7f8ab00c4ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:30,302 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.081s 2022-02-19 00:33:30,302 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d293d826-4475-4499-bec7-96ce832b938a', 'x-compute-request-id': 'req-d293d826-4475-4499-bec7-96ce832b938a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:31,516 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.206s 2022-02-19 00:33:31,516 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e43f3af8-b1c3-4267-a9e1-cd345de53047', 'x-compute-request-id': 'req-e43f3af8-b1c3-4267-a9e1-cd345de53047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:32,738 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.212s 2022-02-19 00:33:32,738 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66c992a2-5c3c-47cf-9755-2322174c2ed8', 'x-compute-request-id': 'req-66c992a2-5c3c-47cf-9755-2322174c2ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:33,896 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.149s 2022-02-19 00:33:33,897 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37275abb-e77b-44c0-abbe-2e81a7129842', 'x-compute-request-id': 'req-37275abb-e77b-44c0-abbe-2e81a7129842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:34,980 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:33:34,980 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b39f4db-efb5-4744-bf77-4cfed809b388', 'x-compute-request-id': 'req-9b39f4db-efb5-4744-bf77-4cfed809b388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:36,066 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.076s 2022-02-19 00:33:36,067 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d194a4e3-54b5-46b4-9089-becdcaf28057', 'x-compute-request-id': 'req-d194a4e3-54b5-46b4-9089-becdcaf28057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:37,153 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.078s 2022-02-19 00:33:37,153 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d525218-691b-42e3-8d91-43724957a778', 'x-compute-request-id': 'req-6d525218-691b-42e3-8d91-43724957a778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:38,229 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:33:38,230 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a2f802d-a451-4213-ae38-abe40b3016c5', 'x-compute-request-id': 'req-7a2f802d-a451-4213-ae38-abe40b3016c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:39,314 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.076s 2022-02-19 00:33:39,314 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-369f9b3a-b9f6-4d53-b73a-5cb5ed62c35b', 'x-compute-request-id': 'req-369f9b3a-b9f6-4d53-b73a-5cb5ed62c35b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:40,397 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:33:40,397 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d521fb01-04c9-42fe-b541-de43a5565847', 'x-compute-request-id': 'req-d521fb01-04c9-42fe-b541-de43a5565847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:41,520 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.114s 2022-02-19 00:33:41,521 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-717a8c25-1413-4fbc-8280-53e8d5b1835b', 'x-compute-request-id': 'req-717a8c25-1413-4fbc-8280-53e8d5b1835b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:42,643 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.107s 2022-02-19 00:33:42,644 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a8ec6ac-ab05-4914-baa9-fe4433756239', 'x-compute-request-id': 'req-2a8ec6ac-ab05-4914-baa9-fe4433756239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:43,737 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.085s 2022-02-19 00:33:43,738 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df7aae16-9728-433f-ab19-c15bd12e626e', 'x-compute-request-id': 'req-df7aae16-9728-433f-ab19-c15bd12e626e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:44,821 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:33:44,821 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-474f718b-5036-4672-baba-0a13f37e53bc', 'x-compute-request-id': 'req-474f718b-5036-4672-baba-0a13f37e53bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:45,903 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:33:45,903 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccb90698-19f1-4572-9f9d-3ebfaa45b16a', 'x-compute-request-id': 'req-ccb90698-19f1-4572-9f9d-3ebfaa45b16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:46,996 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.084s 2022-02-19 00:33:46,996 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5977ba17-754e-49cb-89a1-0496abc090a3', 'x-compute-request-id': 'req-5977ba17-754e-49cb-89a1-0496abc090a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:48,075 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:33:48,076 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aafb4cf4-3ea7-436b-b6f4-d36f8856529b', 'x-compute-request-id': 'req-aafb4cf4-3ea7-436b-b6f4-d36f8856529b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:49,165 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.081s 2022-02-19 00:33:49,165 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59f4c4cc-5d1f-46b0-92dc-1c301bef0e36', 'x-compute-request-id': 'req-59f4c4cc-5d1f-46b0-92dc-1c301bef0e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:50,247 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:33:50,247 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b2ec68-d71e-49ee-acb5-2d6d3df4dabc', 'x-compute-request-id': 'req-f4b2ec68-d71e-49ee-acb5-2d6d3df4dabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:51,331 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:33:51,331 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25797c47-20c4-44f5-9ff2-1b0729eb74fd', 'x-compute-request-id': 'req-25797c47-20c4-44f5-9ff2-1b0729eb74fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:52,422 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.081s 2022-02-19 00:33:52,422 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20ae1712-bab9-4b38-86bd-7c70590fac0b', 'x-compute-request-id': 'req-20ae1712-bab9-4b38-86bd-7c70590fac0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:53,499 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:33:53,500 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84869bdb-26e6-44b9-a0db-b76b01fd465f', 'x-compute-request-id': 'req-84869bdb-26e6-44b9-a0db-b76b01fd465f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:54,578 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:33:54,579 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a048142-7836-46ec-9beb-eb3fd287f78c', 'x-compute-request-id': 'req-7a048142-7836-46ec-9beb-eb3fd287f78c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:55,661 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.074s 2022-02-19 00:33:55,662 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8d09e90-52ae-4777-9c4d-69d91a921559', 'x-compute-request-id': 'req-d8d09e90-52ae-4777-9c4d-69d91a921559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:56,743 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:33:56,743 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfb586d6-8fed-465a-8371-b23b477821ec', 'x-compute-request-id': 'req-cfb586d6-8fed-465a-8371-b23b477821ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:57,820 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:33:57,820 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c5e889c-272d-4112-9595-ce335e9c356b', 'x-compute-request-id': 'req-6c5e889c-272d-4112-9595-ce335e9c356b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:58,897 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:33:58,898 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e1399c5-8271-48f2-af67-43010300d4f7', 'x-compute-request-id': 'req-8e1399c5-8271-48f2-af67-43010300d4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:33:59,975 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:33:59,976 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bde2bd74-b599-4e69-8b5c-7707a7ffdaac', 'x-compute-request-id': 'req-bde2bd74-b599-4e69-8b5c-7707a7ffdaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:33:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:01,067 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:34:01,068 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-448f4513-c310-4aac-a946-03767a33027f', 'x-compute-request-id': 'req-448f4513-c310-4aac-a946-03767a33027f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:02,165 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.088s 2022-02-19 00:34:02,165 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-732178c8-3bec-402d-b010-2fb8c4e476f9', 'x-compute-request-id': 'req-732178c8-3bec-402d-b010-2fb8c4e476f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:03,242 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:34:03,243 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49455bb7-900c-4fb3-abf8-a0e0619369b1', 'x-compute-request-id': 'req-49455bb7-900c-4fb3-abf8-a0e0619369b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:04,322 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:34:04,322 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bd4cbaf-2251-47e0-856d-066ee8fb46d5', 'x-compute-request-id': 'req-7bd4cbaf-2251-47e0-856d-066ee8fb46d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:05,406 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.076s 2022-02-19 00:34:05,406 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8baf8888-ecf1-42c2-b316-d7edaf64579e', 'x-compute-request-id': 'req-8baf8888-ecf1-42c2-b316-d7edaf64579e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:06,496 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.079s 2022-02-19 00:34:06,496 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e4229eb-9ea0-4f4e-98e2-2945c858b7ab', 'x-compute-request-id': 'req-1e4229eb-9ea0-4f4e-98e2-2945c858b7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:07,580 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:34:07,580 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f5996f0-454c-4b63-9f46-cba6e453d684', 'x-compute-request-id': 'req-9f5996f0-454c-4b63-9f46-cba6e453d684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:08,670 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:34:08,670 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcb02e05-e86c-4098-bc85-6d631e1aaed0', 'x-compute-request-id': 'req-dcb02e05-e86c-4098-bc85-6d631e1aaed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:09,757 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.078s 2022-02-19 00:34:09,758 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-506d9e5c-4739-4397-8479-6b5a0dd6d5fb', 'x-compute-request-id': 'req-506d9e5c-4739-4397-8479-6b5a0dd6d5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:10,907 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.137s 2022-02-19 00:34:10,908 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2eb8e67-4bfb-4c84-bf89-adc9e3b41591', 'x-compute-request-id': 'req-d2eb8e67-4bfb-4c84-bf89-adc9e3b41591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:12,070 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.153s 2022-02-19 00:34:12,070 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ac3379a-d9b8-4fd8-b45b-7c6a71a23e48', 'x-compute-request-id': 'req-4ac3379a-d9b8-4fd8-b45b-7c6a71a23e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:13,193 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.115s 2022-02-19 00:34:13,194 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67fc9126-e4b3-4605-9ca6-d6f989cb9c9e', 'x-compute-request-id': 'req-67fc9126-e4b3-4605-9ca6-d6f989cb9c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:14,270 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:34:14,271 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7995a64e-a7a3-4828-bb80-972d1f7c5683', 'x-compute-request-id': 'req-7995a64e-a7a3-4828-bb80-972d1f7c5683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:15,350 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:34:15,350 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e521eaa-87c5-48d7-90a8-2da4d2ae1ea0', 'x-compute-request-id': 'req-8e521eaa-87c5-48d7-90a8-2da4d2ae1ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:16,427 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:34:16,427 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dbdcbd8-a632-43f7-ad82-6b98b422121b', 'x-compute-request-id': 'req-4dbdcbd8-a632-43f7-ad82-6b98b422121b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:17,505 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:34:17,506 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd02bab1-dad2-46de-b499-45ebeb8c4642', 'x-compute-request-id': 'req-cd02bab1-dad2-46de-b499-45ebeb8c4642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:18,586 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:34:18,587 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d30f760-6810-43dc-9f2d-44d28d63ca4f', 'x-compute-request-id': 'req-8d30f760-6810-43dc-9f2d-44d28d63ca4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:19,737 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.143s 2022-02-19 00:34:19,737 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a64f864-ca1d-41aa-9618-8f3992a8981d', 'x-compute-request-id': 'req-5a64f864-ca1d-41aa-9618-8f3992a8981d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:20,940 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.194s 2022-02-19 00:34:20,941 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d17abd97-073a-4a4b-8d27-2002e6a7ac3f', 'x-compute-request-id': 'req-d17abd97-073a-4a4b-8d27-2002e6a7ac3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:22,082 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.132s 2022-02-19 00:34:22,082 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7914bb40-2a35-475e-86b7-2bbabf54f70c', 'x-compute-request-id': 'req-7914bb40-2a35-475e-86b7-2bbabf54f70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:23,189 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.098s 2022-02-19 00:34:23,189 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-717c4fbc-0303-4dfa-b3fd-451d79b72eb3', 'x-compute-request-id': 'req-717c4fbc-0303-4dfa-b3fd-451d79b72eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:24,274 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.077s 2022-02-19 00:34:24,275 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0b6ee45-4e97-4a4c-99c9-613b3525beb6', 'x-compute-request-id': 'req-b0b6ee45-4e97-4a4c-99c9-613b3525beb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:25,354 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:34:25,354 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12c5b6e4-c6fe-4120-9dd1-f9215d0a0065', 'x-compute-request-id': 'req-12c5b6e4-c6fe-4120-9dd1-f9215d0a0065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:26,434 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:34:26,434 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e61ec205-cdde-40b7-888e-32aa14096b1f', 'x-compute-request-id': 'req-e61ec205-cdde-40b7-888e-32aa14096b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:27,516 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:34:27,516 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e624fbaa-ea7b-470e-a069-d467532ce2f9', 'x-compute-request-id': 'req-e624fbaa-ea7b-470e-a069-d467532ce2f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:28,599 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:34:28,599 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38cb4424-134f-4249-b03f-47abf9515428', 'x-compute-request-id': 'req-38cb4424-134f-4249-b03f-47abf9515428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:29,702 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.094s 2022-02-19 00:34:29,702 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13c953b1-6030-4137-aff0-773ff2ac8f97', 'x-compute-request-id': 'req-13c953b1-6030-4137-aff0-773ff2ac8f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:31,093 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.383s 2022-02-19 00:34:31,093 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2eaf8da-ba18-4f53-a23a-dc91af76b347', 'x-compute-request-id': 'req-c2eaf8da-ba18-4f53-a23a-dc91af76b347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:32,224 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.122s 2022-02-19 00:34:32,224 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5e7dc06-e79b-454e-a8e0-55d3a98d6b03', 'x-compute-request-id': 'req-d5e7dc06-e79b-454e-a8e0-55d3a98d6b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:33,334 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.103s 2022-02-19 00:34:33,335 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7664d44-ade8-4d96-a61e-91bcae44b068', 'x-compute-request-id': 'req-c7664d44-ade8-4d96-a61e-91bcae44b068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:34,600 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.257s 2022-02-19 00:34:34,600 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-119e2156-35ef-40a2-a934-21398a448c05', 'x-compute-request-id': 'req-119e2156-35ef-40a2-a934-21398a448c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:35,785 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.176s 2022-02-19 00:34:35,785 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6e14d00-548a-4ad9-b833-46f12e9478db', 'x-compute-request-id': 'req-b6e14d00-548a-4ad9-b833-46f12e9478db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:36,916 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.122s 2022-02-19 00:34:36,917 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66584c5a-01bd-4613-8f00-fc6bfbd6cc7b', 'x-compute-request-id': 'req-66584c5a-01bd-4613-8f00-fc6bfbd6cc7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:37,995 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:34:37,996 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e60a053a-70fd-4b07-9079-8a8a7f559cbd', 'x-compute-request-id': 'req-e60a053a-70fd-4b07-9079-8a8a7f559cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:39,079 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:34:39,079 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eebbe0b-885d-44be-ba22-3809add86a58', 'x-compute-request-id': 'req-5eebbe0b-885d-44be-ba22-3809add86a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:40,232 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.144s 2022-02-19 00:34:40,232 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd39f418-9957-4066-bce7-6be07f386928', 'x-compute-request-id': 'req-cd39f418-9957-4066-bce7-6be07f386928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:41,363 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.122s 2022-02-19 00:34:41,364 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e92a133b-c32b-4dae-b63e-684819aa0b92', 'x-compute-request-id': 'req-e92a133b-c32b-4dae-b63e-684819aa0b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:42,534 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.161s 2022-02-19 00:34:42,534 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ad50ab4-27ea-40d8-b970-05795d004705', 'x-compute-request-id': 'req-5ad50ab4-27ea-40d8-b970-05795d004705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:43,636 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.094s 2022-02-19 00:34:43,637 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca9c063a-1d90-4ee3-af05-916e34ca44f0', 'x-compute-request-id': 'req-ca9c063a-1d90-4ee3-af05-916e34ca44f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:44,743 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.098s 2022-02-19 00:34:44,744 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4d0da3e-b5a2-4b2a-aa25-7dcb126dd5e6', 'x-compute-request-id': 'req-b4d0da3e-b5a2-4b2a-aa25-7dcb126dd5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:45,832 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:34:45,832 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af8508e3-517a-4f1d-88a3-d44b653b7550', 'x-compute-request-id': 'req-af8508e3-517a-4f1d-88a3-d44b653b7550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:46,937 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.096s 2022-02-19 00:34:46,938 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89d7391a-f571-4918-962c-6becff8e8759', 'x-compute-request-id': 'req-89d7391a-f571-4918-962c-6becff8e8759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:48,020 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:34:48,020 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c20a4936-b4eb-4bb7-b53f-6fdd28a2e208', 'x-compute-request-id': 'req-c20a4936-b4eb-4bb7-b53f-6fdd28a2e208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:49,099 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:34:49,100 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c5afa35-60c5-434b-89c7-6519439c22ba', 'x-compute-request-id': 'req-7c5afa35-60c5-434b-89c7-6519439c22ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:50,184 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:34:50,184 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5b7b80-c0aa-4f18-8725-16052d3b1cdb', 'x-compute-request-id': 'req-be5b7b80-c0aa-4f18-8725-16052d3b1cdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:51,261 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:34:51,261 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85acce89-a8f8-45fa-b9c4-0e326305db2a', 'x-compute-request-id': 'req-85acce89-a8f8-45fa-b9c4-0e326305db2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:52,341 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:34:52,342 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc4573d3-aa7e-4d17-844e-846508e47666', 'x-compute-request-id': 'req-fc4573d3-aa7e-4d17-844e-846508e47666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:53,433 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:34:53,433 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78051466-8810-4da5-8680-e9df93084a3d', 'x-compute-request-id': 'req-78051466-8810-4da5-8680-e9df93084a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:54,515 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:34:54,516 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fedafcf-7308-413e-93a9-e6199d469c3a', 'x-compute-request-id': 'req-3fedafcf-7308-413e-93a9-e6199d469c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:55,596 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:34:55,597 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b72ae292-9bb9-427f-a760-13dc73fe889c', 'x-compute-request-id': 'req-b72ae292-9bb9-427f-a760-13dc73fe889c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:56,675 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:34:56,676 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e81829b1-c815-4d71-a205-fec81b6d65c6', 'x-compute-request-id': 'req-e81829b1-c815-4d71-a205-fec81b6d65c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:57,755 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:34:57,755 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e37be16e-2ab9-4be2-9d60-6073b0a3ed41', 'x-compute-request-id': 'req-e37be16e-2ab9-4be2-9d60-6073b0a3ed41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:58,833 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:34:58,833 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-909f1e4d-2271-42eb-bbeb-33f53dbcc060', 'x-compute-request-id': 'req-909f1e4d-2271-42eb-bbeb-33f53dbcc060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:34:59,911 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:34:59,911 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2585a14f-5b7b-4f79-93ed-e2c6defdc77c', 'x-compute-request-id': 'req-2585a14f-5b7b-4f79-93ed-e2c6defdc77c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:34:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:00,991 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:35:00,991 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7947dacd-2971-4460-9ab6-6afe858a8e30', 'x-compute-request-id': 'req-7947dacd-2971-4460-9ab6-6afe858a8e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:02,069 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:35:02,069 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b538270-9fb7-4b47-955a-d9a147bc0478', 'x-compute-request-id': 'req-8b538270-9fb7-4b47-955a-d9a147bc0478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:03,150 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:35:03,150 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e15ea705-5685-4dd8-8756-10da9844a216', 'x-compute-request-id': 'req-e15ea705-5685-4dd8-8756-10da9844a216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:04,234 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.076s 2022-02-19 00:35:04,234 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-555c03e3-713b-4692-af86-ab6b48e63ca2', 'x-compute-request-id': 'req-555c03e3-713b-4692-af86-ab6b48e63ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:05,315 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:35:05,316 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-441eabcd-cde6-40a0-b8c2-9a8e7ad92198', 'x-compute-request-id': 'req-441eabcd-cde6-40a0-b8c2-9a8e7ad92198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:06,408 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:35:06,408 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49846f5e-3ad9-4b39-b5f9-695d0e4b7383', 'x-compute-request-id': 'req-49846f5e-3ad9-4b39-b5f9-695d0e4b7383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:07,495 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.078s 2022-02-19 00:35:07,496 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38212288-a144-44d1-9169-7021a120f0ac', 'x-compute-request-id': 'req-38212288-a144-44d1-9169-7021a120f0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:08,576 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:35:08,577 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0775b319-c173-4809-a233-729235c0ada3', 'x-compute-request-id': 'req-0775b319-c173-4809-a233-729235c0ada3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:09,660 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:35:09,660 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39931e7a-a309-4c04-9c59-2e88428d7cce', 'x-compute-request-id': 'req-39931e7a-a309-4c04-9c59-2e88428d7cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:10,776 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.107s 2022-02-19 00:35:10,776 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0d109a2-ffe9-44be-8943-9333b700e43b', 'x-compute-request-id': 'req-c0d109a2-ffe9-44be-8943-9333b700e43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:11,857 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:35:11,858 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d64af5-1077-48d3-a52d-2afa33bd7019', 'x-compute-request-id': 'req-39d64af5-1077-48d3-a52d-2afa33bd7019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:12,950 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:35:12,950 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b04e310-155c-4d91-a14a-95f757e3cdfb', 'x-compute-request-id': 'req-9b04e310-155c-4d91-a14a-95f757e3cdfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:14,027 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:35:14,028 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38435539-cdcf-4eaf-8597-20fdd4529848', 'x-compute-request-id': 'req-38435539-cdcf-4eaf-8597-20fdd4529848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:15,104 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:35:15,105 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4a0be34-15cf-43c2-839f-4a9c982b86f5', 'x-compute-request-id': 'req-d4a0be34-15cf-43c2-839f-4a9c982b86f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:16,182 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:35:16,183 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29d50737-54ce-4b6f-a752-4a20db267b85', 'x-compute-request-id': 'req-29d50737-54ce-4b6f-a752-4a20db267b85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:17,264 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:35:17,264 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5917608-a36f-4022-acbb-cfb617066dcc', 'x-compute-request-id': 'req-d5917608-a36f-4022-acbb-cfb617066dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:18,357 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.084s 2022-02-19 00:35:18,357 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b30b3d3-3113-4ff9-9648-41a78171d889', 'x-compute-request-id': 'req-8b30b3d3-3113-4ff9-9648-41a78171d889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:19,445 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.079s 2022-02-19 00:35:19,445 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa509f4a-2c34-4ea0-8b9b-3d5f1fb5e376', 'x-compute-request-id': 'req-aa509f4a-2c34-4ea0-8b9b-3d5f1fb5e376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:20,542 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.088s 2022-02-19 00:35:20,543 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79c91e35-f20c-4386-885a-f7cf328b02c7', 'x-compute-request-id': 'req-79c91e35-f20c-4386-885a-f7cf328b02c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:21,697 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.147s 2022-02-19 00:35:21,698 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3756e2aa-ac75-4057-a765-bc98c17c969d', 'x-compute-request-id': 'req-3756e2aa-ac75-4057-a765-bc98c17c969d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:22,864 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.158s 2022-02-19 00:35:22,865 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb5c413d-e270-4032-ba80-cf94070ef4be', 'x-compute-request-id': 'req-bb5c413d-e270-4032-ba80-cf94070ef4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:23,963 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.087s 2022-02-19 00:35:23,963 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e75f661-e71c-4128-bc73-75c4c14018b5', 'x-compute-request-id': 'req-4e75f661-e71c-4128-bc73-75c4c14018b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:25,048 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:35:25,048 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6ad02ea-8fae-434c-ac7d-a371b96d95ac', 'x-compute-request-id': 'req-f6ad02ea-8fae-434c-ac7d-a371b96d95ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:26,126 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:35:26,126 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0994bd29-2efa-491f-848e-03285601ef21', 'x-compute-request-id': 'req-0994bd29-2efa-491f-848e-03285601ef21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:27,222 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.088s 2022-02-19 00:35:27,222 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b3485fa-86fb-4c40-a697-2229b77abb49', 'x-compute-request-id': 'req-7b3485fa-86fb-4c40-a697-2229b77abb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:28,310 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.079s 2022-02-19 00:35:28,311 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cac5e72-31e5-4259-a1b8-97a34cbaac5d', 'x-compute-request-id': 'req-9cac5e72-31e5-4259-a1b8-97a34cbaac5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:29,393 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:35:29,394 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-496753f0-c0ff-44f8-96a8-03a9cd3204b9', 'x-compute-request-id': 'req-496753f0-c0ff-44f8-96a8-03a9cd3204b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:30,477 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:35:30,478 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9836c78b-b183-4103-8cf6-57a0e9699ea6', 'x-compute-request-id': 'req-9836c78b-b183-4103-8cf6-57a0e9699ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:31,554 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:35:31,555 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27783f9c-fbb6-4d06-81db-3900b37f956e', 'x-compute-request-id': 'req-27783f9c-fbb6-4d06-81db-3900b37f956e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:32,637 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.074s 2022-02-19 00:35:32,638 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2805377-ee3c-4a05-8844-dd0b51cb170c', 'x-compute-request-id': 'req-c2805377-ee3c-4a05-8844-dd0b51cb170c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:33,756 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.110s 2022-02-19 00:35:33,757 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72fd2fa3-fcfb-4777-9840-d7d03af6ed9c', 'x-compute-request-id': 'req-72fd2fa3-fcfb-4777-9840-d7d03af6ed9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:34,886 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.121s 2022-02-19 00:35:34,887 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-def3244d-d894-4ee1-8c9b-8f0e52e86ac9', 'x-compute-request-id': 'req-def3244d-d894-4ee1-8c9b-8f0e52e86ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:35,968 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:35:35,968 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2c61915-636e-4cbe-ba1d-198684ea67ce', 'x-compute-request-id': 'req-c2c61915-636e-4cbe-ba1d-198684ea67ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:37,047 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:35:37,047 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f58dbbf9-3c55-42da-a310-aa774e5b9f92', 'x-compute-request-id': 'req-f58dbbf9-3c55-42da-a310-aa774e5b9f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:38,126 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:35:38,126 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3fbb6d0-5fa2-4a1d-b279-5833305a2fb0', 'x-compute-request-id': 'req-a3fbb6d0-5fa2-4a1d-b279-5833305a2fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:39,208 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:35:39,208 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a10b3e90-2ec5-4418-b156-9c72ef660c8f', 'x-compute-request-id': 'req-a10b3e90-2ec5-4418-b156-9c72ef660c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:40,290 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:35:40,290 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d690bab-b7aa-4975-92a9-1225cc5362d1', 'x-compute-request-id': 'req-6d690bab-b7aa-4975-92a9-1225cc5362d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:41,370 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:35:41,370 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d809a288-7342-4df9-bb0a-e8108a1da228', 'x-compute-request-id': 'req-d809a288-7342-4df9-bb0a-e8108a1da228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:42,449 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:35:42,450 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed04f186-5aad-4f6d-8534-ecb5690710bd', 'x-compute-request-id': 'req-ed04f186-5aad-4f6d-8534-ecb5690710bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:43,536 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.078s 2022-02-19 00:35:43,536 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1539941-ba5f-4f0d-a804-971b479a9e58', 'x-compute-request-id': 'req-b1539941-ba5f-4f0d-a804-971b479a9e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:44,652 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.107s 2022-02-19 00:35:44,652 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00391fb3-512a-422f-a4da-b9c3cf7a27b9', 'x-compute-request-id': 'req-00391fb3-512a-422f-a4da-b9c3cf7a27b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:46,115 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.455s 2022-02-19 00:35:46,116 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87806fea-a43c-4a1b-8158-209ac7c9b0d3', 'x-compute-request-id': 'req-87806fea-a43c-4a1b-8158-209ac7c9b0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:47,213 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.089s 2022-02-19 00:35:47,213 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-153b3fc9-76ea-4a79-baf4-2722182c9dc2', 'x-compute-request-id': 'req-153b3fc9-76ea-4a79-baf4-2722182c9dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:48,290 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:35:48,291 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08ef768f-db79-4e04-9d21-ae66e4e78916', 'x-compute-request-id': 'req-08ef768f-db79-4e04-9d21-ae66e4e78916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:49,379 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.079s 2022-02-19 00:35:49,380 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d36cf82-7cca-4008-b561-1c568a2da214', 'x-compute-request-id': 'req-9d36cf82-7cca-4008-b561-1c568a2da214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:50,463 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:35:50,464 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c68ba4bd-e85d-4a90-8c20-7bc3bc91531f', 'x-compute-request-id': 'req-c68ba4bd-e85d-4a90-8c20-7bc3bc91531f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:51,545 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:35:51,545 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-271ec0f6-0d18-4c33-bc00-ed93ca0c4c17', 'x-compute-request-id': 'req-271ec0f6-0d18-4c33-bc00-ed93ca0c4c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:52,635 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:35:52,635 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a0a25d2-8ae6-4eb3-914a-73f508c5e13d', 'x-compute-request-id': 'req-9a0a25d2-8ae6-4eb3-914a-73f508c5e13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:53,731 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.087s 2022-02-19 00:35:53,731 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff5b7412-ef74-41fc-930f-73a0bb486402', 'x-compute-request-id': 'req-ff5b7412-ef74-41fc-930f-73a0bb486402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:55,088 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.348s 2022-02-19 00:35:55,089 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2c5b0f6-8bba-4952-ab81-25c5e6007fc1', 'x-compute-request-id': 'req-e2c5b0f6-8bba-4952-ab81-25c5e6007fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:56,183 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.086s 2022-02-19 00:35:56,184 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29824c43-e326-4bf3-a543-9609501c1501', 'x-compute-request-id': 'req-29824c43-e326-4bf3-a543-9609501c1501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:57,394 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.202s 2022-02-19 00:35:57,395 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3bc98aa-35af-40e8-b45a-5098094f555f', 'x-compute-request-id': 'req-a3bc98aa-35af-40e8-b45a-5098094f555f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:58,500 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.094s 2022-02-19 00:35:58,501 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19b93611-3d2c-4b0d-a70b-8c094f18aeaa', 'x-compute-request-id': 'req-19b93611-3d2c-4b0d-a70b-8c094f18aeaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:35:59,939 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.426s 2022-02-19 00:35:59,940 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f534d7a-c731-41d8-9b98-a98367c040e5', 'x-compute-request-id': 'req-6f534d7a-c731-41d8-9b98-a98367c040e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:35:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:01,032 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.084s 2022-02-19 00:36:01,033 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01a88bda-153d-4148-b449-cdcff4feb4f1', 'x-compute-request-id': 'req-01a88bda-153d-4148-b449-cdcff4feb4f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:02,165 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.123s 2022-02-19 00:36:02,165 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a58f2abd-388a-48de-8c49-c3ca6775d1b1', 'x-compute-request-id': 'req-a58f2abd-388a-48de-8c49-c3ca6775d1b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:03,286 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.112s 2022-02-19 00:36:03,287 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fddb1b9-ad4a-4d18-bb50-2cbab914c614', 'x-compute-request-id': 'req-4fddb1b9-ad4a-4d18-bb50-2cbab914c614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:04,497 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.201s 2022-02-19 00:36:04,497 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5ff8399-5046-4e6c-ac3f-7251fd66bf09', 'x-compute-request-id': 'req-d5ff8399-5046-4e6c-ac3f-7251fd66bf09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:05,647 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.142s 2022-02-19 00:36:05,648 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-213c5297-bbdf-4bdf-afcb-086487adcbde', 'x-compute-request-id': 'req-213c5297-bbdf-4bdf-afcb-086487adcbde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:06,800 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.138s 2022-02-19 00:36:06,800 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d17d7dfb-ed08-4ff4-a6a0-e6e17a3c99bf', 'x-compute-request-id': 'req-d17d7dfb-ed08-4ff4-a6a0-e6e17a3c99bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:07,989 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.179s 2022-02-19 00:36:07,989 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5b88e3b-c24b-4e3b-8f29-7c6f0d38d257', 'x-compute-request-id': 'req-c5b88e3b-c24b-4e3b-8f29-7c6f0d38d257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:09,176 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.174s 2022-02-19 00:36:09,176 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd9304a0-08bd-4ec1-a8fd-22bca43ac6ec', 'x-compute-request-id': 'req-fd9304a0-08bd-4ec1-a8fd-22bca43ac6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:10,500 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.315s 2022-02-19 00:36:10,501 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83d9d0be-6389-43ad-aa51-bfb52155c049', 'x-compute-request-id': 'req-83d9d0be-6389-43ad-aa51-bfb52155c049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:11,627 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.116s 2022-02-19 00:36:11,628 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b38e4fb-8d54-4aef-8ae3-6ebbcb9dde54', 'x-compute-request-id': 'req-8b38e4fb-8d54-4aef-8ae3-6ebbcb9dde54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:12,907 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.271s 2022-02-19 00:36:12,908 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f236c500-60aa-4459-9c2a-75f992b37c1d', 'x-compute-request-id': 'req-f236c500-60aa-4459-9c2a-75f992b37c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:14,019 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.103s 2022-02-19 00:36:14,019 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60309403-a23a-4c5a-8c0a-ed33cae55b25', 'x-compute-request-id': 'req-60309403-a23a-4c5a-8c0a-ed33cae55b25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:15,128 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.099s 2022-02-19 00:36:15,128 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73f40e01-4e1b-40b2-8a3b-3f80894fca7b', 'x-compute-request-id': 'req-73f40e01-4e1b-40b2-8a3b-3f80894fca7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:16,256 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.119s 2022-02-19 00:36:16,257 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6c8596d-f868-48b9-8c42-44089dd9a161', 'x-compute-request-id': 'req-d6c8596d-f868-48b9-8c42-44089dd9a161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:17,378 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.105s 2022-02-19 00:36:17,379 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13ce5dea-6d78-401f-86eb-502625c5ef44', 'x-compute-request-id': 'req-13ce5dea-6d78-401f-86eb-502625c5ef44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:18,560 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.172s 2022-02-19 00:36:18,560 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26d43452-54d1-4c70-99f8-59173af6969f', 'x-compute-request-id': 'req-26d43452-54d1-4c70-99f8-59173af6969f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:19,694 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.126s 2022-02-19 00:36:19,695 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54d2e9c8-b12d-4a7f-ad86-9d667b5b21fd', 'x-compute-request-id': 'req-54d2e9c8-b12d-4a7f-ad86-9d667b5b21fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:20,787 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:36:20,787 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7b629d2-fe6c-4ae9-9fdb-5942d227bc31', 'x-compute-request-id': 'req-d7b629d2-fe6c-4ae9-9fdb-5942d227bc31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:21,864 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:36:21,864 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c0ecf75-cc36-4b12-bd61-8875e6b1438c', 'x-compute-request-id': 'req-2c0ecf75-cc36-4b12-bd61-8875e6b1438c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:23,103 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.229s 2022-02-19 00:36:23,103 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79e1053f-e531-4355-bae0-f31f902f4a0f', 'x-compute-request-id': 'req-79e1053f-e531-4355-bae0-f31f902f4a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:24,208 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.096s 2022-02-19 00:36:24,208 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-635ec8ef-7437-4dc2-86c2-1b777d726d47', 'x-compute-request-id': 'req-635ec8ef-7437-4dc2-86c2-1b777d726d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:25,300 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:36:25,300 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66adee12-984a-4868-990c-f5054d15e367', 'x-compute-request-id': 'req-66adee12-984a-4868-990c-f5054d15e367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:26,387 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.076s 2022-02-19 00:36:26,387 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061fb700-d3bf-415e-a95d-70845059120e', 'x-compute-request-id': 'req-061fb700-d3bf-415e-a95d-70845059120e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:27,471 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:36:27,472 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-063fa084-8916-4812-8943-6f513f49642c', 'x-compute-request-id': 'req-063fa084-8916-4812-8943-6f513f49642c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:28,556 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.075s 2022-02-19 00:36:28,556 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd48c021-f91a-4d28-b275-d36fa6dcf24f', 'x-compute-request-id': 'req-bd48c021-f91a-4d28-b275-d36fa6dcf24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:29,634 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.070s 2022-02-19 00:36:29,634 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49422c97-76fd-4834-a048-9d79eb5cba80', 'x-compute-request-id': 'req-49422c97-76fd-4834-a048-9d79eb5cba80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:30,821 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.179s 2022-02-19 00:36:30,821 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a546c01d-cec9-408e-b81c-ac4753ccf34f', 'x-compute-request-id': 'req-a546c01d-cec9-408e-b81c-ac4753ccf34f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:31,914 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.084s 2022-02-19 00:36:31,914 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8c4ef1b-73c0-4433-af50-a72a3fb45d83', 'x-compute-request-id': 'req-b8c4ef1b-73c0-4433-af50-a72a3fb45d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:33,036 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.114s 2022-02-19 00:36:33,037 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51d7286e-3c36-4530-906b-0678e633a35c', 'x-compute-request-id': 'req-51d7286e-3c36-4530-906b-0678e633a35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:34,187 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.141s 2022-02-19 00:36:34,188 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf2fed5e-9b6f-410e-9c50-eee1ff69d42e', 'x-compute-request-id': 'req-bf2fed5e-9b6f-410e-9c50-eee1ff69d42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:35,332 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.137s 2022-02-19 00:36:35,333 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05ff1f7e-0420-4835-b9bd-8241c4e2c052', 'x-compute-request-id': 'req-05ff1f7e-0420-4835-b9bd-8241c4e2c052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:36,525 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.183s 2022-02-19 00:36:36,525 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93ff8ada-16d7-4425-9850-50b9074b8d46', 'x-compute-request-id': 'req-93ff8ada-16d7-4425-9850-50b9074b8d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:37,654 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.120s 2022-02-19 00:36:37,654 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd17c36d-9c1c-4ab1-9644-223aa690fd7c', 'x-compute-request-id': 'req-bd17c36d-9c1c-4ab1-9644-223aa690fd7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:38,775 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.112s 2022-02-19 00:36:38,775 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09742c7b-3d93-4954-aab7-29eaa9f5d262', 'x-compute-request-id': 'req-09742c7b-3d93-4954-aab7-29eaa9f5d262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:40,236 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.451s 2022-02-19 00:36:40,236 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb448d18-bcf7-4137-bd66-2f718621fc03', 'x-compute-request-id': 'req-eb448d18-bcf7-4137-bd66-2f718621fc03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:41,605 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.359s 2022-02-19 00:36:41,605 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f433e2f8-8e4a-4863-860d-b248577a6c75', 'x-compute-request-id': 'req-f433e2f8-8e4a-4863-860d-b248577a6c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:43,027 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.413s 2022-02-19 00:36:43,028 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea6d4537-a6cb-46b0-9da4-6e60da408594', 'x-compute-request-id': 'req-ea6d4537-a6cb-46b0-9da4-6e60da408594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:44,583 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.547s 2022-02-19 00:36:44,584 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f30daa1-676a-491a-9235-e03ec39cb1ad', 'x-compute-request-id': 'req-7f30daa1-676a-491a-9235-e03ec39cb1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:46,227 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.635s 2022-02-19 00:36:46,228 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ae43eeb-f5c4-4e87-87aa-9f09947a5fb9', 'x-compute-request-id': 'req-4ae43eeb-f5c4-4e87-87aa-9f09947a5fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:47,376 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.138s 2022-02-19 00:36:47,376 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd48a265-a98b-4598-9042-8a6743e1157c', 'x-compute-request-id': 'req-dd48a265-a98b-4598-9042-8a6743e1157c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:48,538 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.153s 2022-02-19 00:36:48,538 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b53d7c6d-bf53-4a0c-9ecc-f0adc806ee10', 'x-compute-request-id': 'req-b53d7c6d-bf53-4a0c-9ecc-f0adc806ee10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:49,875 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.328s 2022-02-19 00:36:49,875 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef97b9ea-c298-480c-bc60-600fe2913c28', 'x-compute-request-id': 'req-ef97b9ea-c298-480c-bc60-600fe2913c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:51,450 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.566s 2022-02-19 00:36:51,450 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-893c3ca4-2422-460d-b1f4-ca077231ef3d', 'x-compute-request-id': 'req-893c3ca4-2422-460d-b1f4-ca077231ef3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:52,958 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.500s 2022-02-19 00:36:52,958 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09915591-4ce0-4477-ba43-f36949cfc09c', 'x-compute-request-id': 'req-09915591-4ce0-4477-ba43-f36949cfc09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:54,038 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:36:54,039 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2ee657d-be83-45c6-8d82-7e9559bd49d2', 'x-compute-request-id': 'req-f2ee657d-be83-45c6-8d82-7e9559bd49d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:55,133 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.086s 2022-02-19 00:36:55,134 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6da29705-c419-4c5f-8e2c-1774981aa6ca', 'x-compute-request-id': 'req-6da29705-c419-4c5f-8e2c-1774981aa6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:56,222 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:36:56,222 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34d85447-73c7-44fb-bbeb-8fada1113924', 'x-compute-request-id': 'req-34d85447-73c7-44fb-bbeb-8fada1113924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:57,308 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.078s 2022-02-19 00:36:57,309 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19e82272-2dda-49b9-a7c4-0c65a3fc86ac', 'x-compute-request-id': 'req-19e82272-2dda-49b9-a7c4-0c65a3fc86ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:58,429 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.111s 2022-02-19 00:36:58,429 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1632a03f-b5c1-48e1-b6f0-1fb9424bedbc', 'x-compute-request-id': 'req-1632a03f-b5c1-48e1-b6f0-1fb9424bedbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:36:59,622 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.184s 2022-02-19 00:36:59,623 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62d58f6e-8c01-4bf0-bec1-0c0c394b7867', 'x-compute-request-id': 'req-62d58f6e-8c01-4bf0-bec1-0c0c394b7867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:36:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:00,718 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.086s 2022-02-19 00:37:00,718 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c43df5d0-c0a3-4ee2-92c4-b7d44beaa485', 'x-compute-request-id': 'req-c43df5d0-c0a3-4ee2-92c4-b7d44beaa485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:01,808 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.082s 2022-02-19 00:37:01,809 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d47a63bf-fa0f-43ef-869a-0d964b64b681', 'x-compute-request-id': 'req-d47a63bf-fa0f-43ef-869a-0d964b64b681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:02,936 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.119s 2022-02-19 00:37:02,937 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ade56b9-b47a-4ddf-b634-987551459fbd', 'x-compute-request-id': 'req-6ade56b9-b47a-4ddf-b634-987551459fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:04,392 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.447s 2022-02-19 00:37:04,393 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1552ddb-7492-495b-a1af-608a1aec9bda', 'x-compute-request-id': 'req-a1552ddb-7492-495b-a1af-608a1aec9bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:05,510 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.107s 2022-02-19 00:37:05,510 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e559b6e7-8f13-4980-a8eb-e85515617a7d', 'x-compute-request-id': 'req-e559b6e7-8f13-4980-a8eb-e85515617a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:06,626 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.108s 2022-02-19 00:37:06,627 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d68f836a-1174-47b8-bf3b-e868fa577606', 'x-compute-request-id': 'req-d68f836a-1174-47b8-bf3b-e868fa577606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:07,756 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.119s 2022-02-19 00:37:07,756 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eddfc2b2-1fd9-4434-8ee8-f4221651cf35', 'x-compute-request-id': 'req-eddfc2b2-1fd9-4434-8ee8-f4221651cf35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:09,035 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.269s 2022-02-19 00:37:09,036 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4cf100b-1bd9-4e86-b19f-298e4ffd3010', 'x-compute-request-id': 'req-d4cf100b-1bd9-4e86-b19f-298e4ffd3010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:10,147 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.102s 2022-02-19 00:37:10,147 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b88a88-3972-4403-a3b9-7b831120e13e', 'x-compute-request-id': 'req-d6b88a88-3972-4403-a3b9-7b831120e13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:11,263 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.104s 2022-02-19 00:37:11,263 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c72cba83-e7ce-489a-8de7-c3a94f0adedc', 'x-compute-request-id': 'req-c72cba83-e7ce-489a-8de7-c3a94f0adedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:12,649 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.378s 2022-02-19 00:37:12,650 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab5ccec-faa6-4a88-8912-1f8ed457c7c1', 'x-compute-request-id': 'req-0ab5ccec-faa6-4a88-8912-1f8ed457c7c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:13,726 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:37:13,727 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc22b484-00b2-4f27-8f7d-abbe4129b0b0', 'x-compute-request-id': 'req-cc22b484-00b2-4f27-8f7d-abbe4129b0b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:14,815 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.079s 2022-02-19 00:37:14,815 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c51c331-44a2-4182-a051-d6ffdd3c858b', 'x-compute-request-id': 'req-5c51c331-44a2-4182-a051-d6ffdd3c858b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:15,948 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.124s 2022-02-19 00:37:15,948 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86863bc3-3f68-48db-868a-2a6a51a21973', 'x-compute-request-id': 'req-86863bc3-3f68-48db-868a-2a6a51a21973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:17,063 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.107s 2022-02-19 00:37:17,064 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89b31292-d20c-4f07-b642-7029b4c955c8', 'x-compute-request-id': 'req-89b31292-d20c-4f07-b642-7029b4c955c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:18,178 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.105s 2022-02-19 00:37:18,178 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cb78d03-2fe0-49a9-a695-0e28c0db6b07', 'x-compute-request-id': 'req-0cb78d03-2fe0-49a9-a695-0e28c0db6b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:19,255 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:37:19,256 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-055ad33f-2307-4c61-9e40-ffc3eff770d5', 'x-compute-request-id': 'req-055ad33f-2307-4c61-9e40-ffc3eff770d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:20,350 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.086s 2022-02-19 00:37:20,351 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a19c4a-e56d-4b51-8484-6703afafd795', 'x-compute-request-id': 'req-b1a19c4a-e56d-4b51-8484-6703afafd795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:21,715 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.356s 2022-02-19 00:37:21,716 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f49b982a-d65c-42dd-9299-e14c15a54676', 'x-compute-request-id': 'req-f49b982a-d65c-42dd-9299-e14c15a54676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:22,868 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.143s 2022-02-19 00:37:22,868 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de4b4de4-88f9-4936-bee8-1a502d5caf3e', 'x-compute-request-id': 'req-de4b4de4-88f9-4936-bee8-1a502d5caf3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:24,050 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.173s 2022-02-19 00:37:24,050 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b99a8155-3691-4756-9e55-2f1f2e77e138', 'x-compute-request-id': 'req-b99a8155-3691-4756-9e55-2f1f2e77e138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:25,191 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.132s 2022-02-19 00:37:25,192 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbda297d-4b95-4873-a52b-c7317d1fc384', 'x-compute-request-id': 'req-dbda297d-4b95-4873-a52b-c7317d1fc384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:26,280 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.080s 2022-02-19 00:37:26,280 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49e306ef-b4cb-428c-90fc-86e7cd64f60a', 'x-compute-request-id': 'req-49e306ef-b4cb-428c-90fc-86e7cd64f60a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:27,359 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.069s 2022-02-19 00:37:27,359 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c5c1315-0d3c-47f8-8159-00fdd0ed2016', 'x-compute-request-id': 'req-4c5c1315-0d3c-47f8-8159-00fdd0ed2016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:28,445 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.077s 2022-02-19 00:37:28,445 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-677cbd3a-9430-4c24-bdfb-0eae1f49acdb', 'x-compute-request-id': 'req-677cbd3a-9430-4c24-bdfb-0eae1f49acdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:29,522 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.068s 2022-02-19 00:37:29,522 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef79618-d51a-4dec-95b4-abdbeb22618c', 'x-compute-request-id': 'req-cef79618-d51a-4dec-95b4-abdbeb22618c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:30,603 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.073s 2022-02-19 00:37:30,604 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38496763-2635-4eef-8ce0-d6518dc9f90f', 'x-compute-request-id': 'req-38496763-2635-4eef-8ce0-d6518dc9f90f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:31,684 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.071s 2022-02-19 00:37:31,684 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77700f5b-bf75-41f9-b546-034e1b6c6132', 'x-compute-request-id': 'req-77700f5b-bf75-41f9-b546-034e1b6c6132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:32,776 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.083s 2022-02-19 00:37:32,776 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a852bba-8b2d-4bc7-8fee-2548add5bd0f', 'x-compute-request-id': 'req-3a852bba-8b2d-4bc7-8fee-2548add5bd0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:33,857 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.072s 2022-02-19 00:37:33,857 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faac7184-75ac-4503-a07f-a88b25781b44', 'x-compute-request-id': 'req-faac7184-75ac-4503-a07f-a88b25781b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"server": {"id": "3359cfd0-06d5-4a54-a842-8b9b0033e583", "name": "tempest-VolumesNegativeTest-instance-749454707", "status": "BUILD", "tenant_id": "006d6917a8684bc389e71fe184b3cd6c", "user_id": "86b387ab4c7f4148a3d6e3f7c99bd6d5", "metadata": {}, "hostId": "", "image": {"id": "0dfc79ee-047c-40b8-a1ec-73d6f6f072b3", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/images/0dfc79ee-047c-40b8-a1ec-73d6f6f072b3"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.60/compute/flavors/452"}]}, "created": "2022-02-19T00:31:33Z", "updated": "2022-02-19T00:37:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}, {"rel": "bookmark", "href": "http://10.222.0.60/compute/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-02-19 00:37:33,978 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 204 DELETE http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.113s 2022-02-19 00:37:33,979 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20515882-19b3-4ec4-8d50-296a8c7b2e6c', 'x-compute-request-id': 'req-20515882-19b3-4ec4-8d50-296a8c7b2e6c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'' 2022-02-19 00:37:34,091 125524 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 404 GET http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583 0.112s 2022-02-19 00:37:34,091 125524 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 19 Feb 2022 00:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7a5fabaf-e0cc-4bf2-958a-baad9ece1da5', 'x-compute-request-id': 'req-7a5fabaf-e0cc-4bf2-958a-baad9ece1da5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.60/compute/v2.1/servers/3359cfd0-06d5-4a54-a842-8b9b0033e583'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3359cfd0-06d5-4a54-a842-8b9b0033e583 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 203, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 294, in create_test_server LOG.exception('Server %s failed to delete in time', File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 100, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Server 3359cfd0-06d5-4a54-a842-8b9b0033e583 failed to reach ACTIVE status and task state "None" within the required time (360 s). Server boot request ID: req-5c887384-efb1-4cc3-bc72-02a93f8020e7. Current status: BUILD. Current task state: scheduling. |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt10.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt10.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt10.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt10.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt10.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt10.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt10.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt10.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt10.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt10.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt10.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt10.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt10.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt10.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt10.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt10.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt10.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt10.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt10.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt10.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt10.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt10.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt10.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt10.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt10.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt10.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt10.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt10.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt10.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt10.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt10.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
setUpClass (tempest.api.compute.admin.test_agents | 1 | 0 | 0 | 0 | 1 | Detail | |
AgentsAdminTestJSON) |
skip
pt11.1: setUpClass (tempest.api.compute.admin.test_agents.AgentsAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_auto_allocate_network | 1 | 0 | 0 | 0 | 1 | Detail | |
AutoAllocateNetworkTest) |
skip
pt12.1: setUpClass (tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsTestJson) |
skip
pt13.1: setUpClass (tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsNegativeTestJson) |
skip
pt14.1: setUpClass (tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_floating_ips_bulk | 1 | 0 | 0 | 0 | 1 | Detail | |
FloatingIPsBulkAdminTestJSON) |
skip
pt15.1: setUpClass (tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt16.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) |
||||||
setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt17.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) |
||||||
setUpClass (tempest.api.compute.certificates.test_certificates | 1 | 0 | 0 | 0 | 1 | Detail | |
CertificatesV2TestJSON) |
skip
pt18.1: setUpClass (tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachInterfacesV270Test) |
skip
pt19.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
AttachInterfacesUnderV243Test) |
skip
pt19.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
AttachInterfacesTestJSON) |
skip
pt19.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt20.1: setUpClass (tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_metadata | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerMetadataTestJSON) |
skip
pt21.1: setUpClass (tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt22.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesTestJSON) |
skip
pt23.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesNegativeTestJSON) |
skip
pt24.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON) |
||||||
setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt25.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt26.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_endpoints | 1 | 0 | 0 | 0 | 1 | Detail | |
EndPointsTestJSON) |
skip
pt27.1: setUpClass (tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesTestJSON) |
skip
pt28.1: setUpClass (tempest.api.identity.admin.v2.test_roles.RolesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesNegativeTestJSON) |
skip
pt29.1: setUpClass (tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_services | 1 | 0 | 0 | 0 | 1 | Detail | |
ServicesTestJSON) |
skip
pt30.1: setUpClass (tempest.api.identity.admin.v2.test_services.ServicesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenant_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsNegativeTestJSON) |
skip
pt31.1: setUpClass (tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsTestJSON) |
skip
pt32.1: setUpClass (tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTestJSON) |
skip
pt33.1: setUpClass (tempest.api.identity.admin.v2.test_tokens.TokensTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensAdminTestNegative) |
skip
pt34.1: setUpClass (tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersTestJSON) |
skip
pt35.1: setUpClass (tempest.api.identity.admin.v2.test_users.UsersTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersNegativeTestJSON) |
skip
pt36.1: setUpClass (tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_api_discovery | 1 | 0 | 0 | 0 | 1 | Detail | |
TestApiDiscovery) |
skip
pt37.1: setUpClass (tempest.api.identity.v2.test_api_discovery.TestApiDiscovery) |
||||||
setUpClass (tempest.api.identity.v2.test_ec2_credentials | 1 | 0 | 0 | 0 | 1 | Detail | |
EC2CredentialsTest) |
skip
pt38.1: setUpClass (tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_extension | 1 | 0 | 0 | 0 | 1 | Detail | |
ExtensionTestJSON) |
skip
pt39.1: setUpClass (tempest.api.identity.v2.test_extension.ExtensionTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityTenantsTest) |
skip
pt40.1: setUpClass (tempest.api.identity.v2.test_tenants.IdentityTenantsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTest) |
skip
pt41.1: setUpClass (tempest.api.identity.v2.test_tokens.TokensTest) |
||||||
setUpClass (tempest.api.identity.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityUsersTest) |
skip
pt42.1: setUpClass (tempest.api.identity.v2.test_users.IdentityUsersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersTest) |
skip
pt43.1: setUpClass (tempest.api.image.v1.test_image_members.ImageMembersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersNegativeTest) |
skip
pt44.1: setUpClass (tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest) |
||||||
setUpClass (tempest.api.image.v1.test_images | 3 | 0 | 0 | 0 | 3 | Detail | |
CreateRegisterImagesTest) |
skip
pt45.1: setUpClass (tempest.api.image.v1.test_images.CreateRegisterImagesTest) |
||||||
ListImagesTest) |
skip
pt45.2: setUpClass (tempest.api.image.v1.test_images.ListImagesTest) |
||||||
UpdateImageMetaTest) |
skip
pt45.3: setUpClass (tempest.api.image.v1.test_images.UpdateImageMetaTest) |
||||||
setUpClass (tempest.api.image.v1.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
CreateDeleteImagesNegativeTest) |
skip
pt46.1: setUpClass (tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest) |
||||||
setUpClass (tempest.api.image.v2.admin.test_images | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportCopyImagesTest) |
skip
pt47.1: setUpClass (tempest.api.image.v2.admin.test_images.ImportCopyImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images | 2 | 0 | 0 | 0 | 2 | Detail | |
ImportImagesTest) |
skip
pt48.1: setUpClass (tempest.api.image.v2.test_images.ImportImagesTest) |
||||||
MultiStoresImportImagesTest) |
skip
pt48.2: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportImagesNegativeTest) |
skip
pt49.1: setUpClass (tempest.api.image.v2.test_images_negative.ImportImagesNegativeTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt50.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt51.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt52.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps) |
||||||
setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
MinBwAllocationPlacementTest) |
skip
pt53.1: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest) |
||||||
QoSBandwidthAndPacketRateTests) |
skip
pt53.2: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests) |
||||||
setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt54.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON | 9 | 9 | 0 | 0 | 0 | Detail | |
test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996] |
pass
pt55.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996] |
||||||
test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
pass
pt55.2: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
||||||
test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
pass
pt55.3: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
||||||
test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
pass
pt55.4: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
||||||
test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
pass
pt55.5: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
||||||
test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
pass
pt55.6: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
||||||
test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
pass
pt55.7: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
||||||
test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
pass
pt55.8: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
||||||
test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
pass
pt55.9: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
pass
pt56.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
||||||
tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
pass
pt57.1: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
||||||
test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
pass
pt57.2: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
||||||
test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
pass
pt57.3: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
||||||
test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
pass
pt57.4: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
||||||
test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
pass
pt57.5: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
||||||
test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
pass
pt57.6: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
||||||
test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
pass
pt57.7: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
||||||
test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
pass
pt57.8: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
||||||
test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
pass
pt57.9: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
||||||
test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
pass
pt57.10: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
||||||
test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
pass
pt57.11: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
||||||
test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
pass
pt57.12: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
||||||
test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
pass
pt57.13: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
||||||
test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
pass
pt57.14: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
||||||
tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
pass
pt58.1: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
||||||
test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
pass
pt58.2: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
||||||
tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
pass
pt59.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
||||||
tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
pass
pt60.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
||||||
tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
pass
pt61.1: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
||||||
test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
pass
pt61.2: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
||||||
tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
pass
pt62.1: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
||||||
test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
pass
pt62.2: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
||||||
test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
pass
pt62.3: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
||||||
test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
pass
pt62.4: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
||||||
test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
pass
pt62.5: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
||||||
test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
pass
pt62.6: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
||||||
test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
pass
pt62.7: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
||||||
test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
pass
pt62.8: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
||||||
test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
pass
pt62.9: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
||||||
test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
pass
pt62.10: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
||||||
tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
pass
pt63.1: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
||||||
test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
pass
pt63.2: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
||||||
tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
pass
pt64.1: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
||||||
test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
pass
pt64.2: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
||||||
test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
pass
pt64.3: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
||||||
test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
pass
pt64.4: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
||||||
test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
pass
pt64.5: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
pass
pt65.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation.test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
pass
pt66.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
||||||
test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
pass
pt66.2: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
||||||
test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
pass
pt66.3: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
pass
pt67.1: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
||||||
test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
pass
pt67.2: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
||||||
test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
pass
pt67.3: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
||||||
test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
pass
pt67.4: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
||||||
test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
pass
pt67.5: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
||||||
test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
pass
pt67.6: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
||||||
test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
pass
pt67.7: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt68.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt69.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_hosts.HostsAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
pass
pt70.1: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
||||||
test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
pass
pt70.2: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
||||||
test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
pass
pt70.3: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
||||||
test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
pass
pt70.4: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
||||||
test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
pass
pt70.5: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
||||||
tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
pass
pt71.1: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
||||||
test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
pass
pt71.2: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
||||||
test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
pass
pt71.3: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
||||||
test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
pass
pt71.4: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
||||||
test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
pass
pt71.5: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
||||||
test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
pass
pt71.6: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
||||||
test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
pass
pt71.7: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
||||||
test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
pass
pt71.8: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
||||||
test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
pass
pt71.9: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
||||||
test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
pass
pt71.10: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
||||||
test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
pass
pt71.11: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
||||||
test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
pass
pt71.12: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
||||||
test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
pass
pt71.13: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
||||||
test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
pass
pt71.14: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
pass
pt72.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
||||||
test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
pass
pt72.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
||||||
test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
pass
pt72.3: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
||||||
test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
pass
pt72.4: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
||||||
test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
pass
pt72.5: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
pass
pt73.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
||||||
test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
pass
pt73.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
pass
pt74.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
pass
pt75.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase.test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
pass
pt76.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
||||||
test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
pass
pt76.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
||||||
test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
pass
pt76.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
||||||
test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
pass
pt76.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
||||||
test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
pass
pt76.5: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
||||||
test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
pass
pt76.6: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
||||||
test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
pass
pt76.7: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
pass
pt77.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
||||||
test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
pass
pt77.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
||||||
test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
pass
pt77.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
||||||
test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
pass
pt77.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
pass
pt78.1: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
||||||
test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
pass
pt78.2: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
pass
pt79.1: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
||||||
test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
pass
pt79.2: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
||||||
tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
pass
pt80.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
||||||
tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt81.1: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
pass
pt81.2: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
pass
pt81.3: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
pass
pt81.4: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
skip
pt82.1: tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt83.1: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
pass
pt83.2: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
pass
pt83.3: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
pass
pt83.4: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
||||||
tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
pass
pt84.1: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
||||||
test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
pass
pt84.2: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
||||||
tempest.api.compute.admin.test_migrations.MigrationsAdminTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d] |
pass
pt85.1: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d] |
||||||
test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
pass
pt85.2: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
||||||
test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
pass
pt85.3: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
||||||
test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
pass
pt85.4: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
||||||
test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d] |
pass
pt85.5: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d] |
||||||
tempest.api.compute.admin.test_networks.NetworksTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
pass
pt86.1: tempest.api.compute.admin.test_networks.NetworksTest.test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
||||||
test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
pass
pt86.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt87.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
pass
pt88.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
||||||
test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
pass
pt88.2: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
||||||
test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
pass
pt88.3: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
||||||
test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
pass
pt88.4: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV236 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
pass
pt89.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV257 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
pass
pt90.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
pass
pt91.1: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
||||||
test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
pass
pt91.2: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
||||||
test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
pass
pt91.3: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
||||||
test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
pass
pt91.4: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
skip
pt92.1: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
||||||
test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
skip
pt92.2: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
||||||
tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
pass
pt93.1: tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
||||||
tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
pass
pt94.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
||||||
tempest.api.compute.admin.test_servers.ServersAdminTestJSON | 10 | 9 | 0 | 0 | 1 | Detail | |
test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
pass
pt95.1: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
||||||
test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f] |
pass
pt95.2: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f] |
||||||
test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580] |
pass
pt95.3: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580] |
||||||
test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b] |
pass
pt95.4: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b] |
||||||
test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb] |
pass
pt95.5: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb] |
||||||
test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870] |
pass
pt95.6: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870] |
||||||
test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f] |
pass
pt95.7: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f] |
||||||
test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442] |
pass
pt95.8: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442] |
||||||
test_reset_network_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71] |
skip
pt95.9: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71] |
||||||
test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1] |
pass
pt95.10: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1] |
||||||
tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
pass
pt96.1: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
||||||
test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
pass
pt96.2: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
||||||
test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
pass
pt96.3: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
||||||
test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
pass
pt96.4: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
||||||
test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
pass
pt96.5: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
||||||
test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
pass
pt96.6: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
||||||
test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
pass
pt96.7: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
||||||
tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
pass
pt97.1: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
||||||
test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
pass
pt97.2: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
||||||
test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
pass
pt97.3: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
||||||
test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
pass
pt97.4: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
||||||
test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
pass
pt97.5: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
||||||
tempest.api.compute.admin.test_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt98.1: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
||||||
test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
pass
pt98.2: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
||||||
test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
pass
pt98.3: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt99.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt99.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt99.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt99.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
pass
pt100.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
||||||
test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
pass
pt100.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
||||||
test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
pass
pt100.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
||||||
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt100.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt100.5: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt100.6: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt100.7: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
pass
pt101.1: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
||||||
test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
pass
pt101.2: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
||||||
test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
pass
pt101.3: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
pass
pt102.1: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
||||||
test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
pass
pt102.2: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
||||||
test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
pass
pt102.3: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
||||||
tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt103.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
||||||
tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
pass
pt104.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt104.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
||||||
tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
||||||
tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
pass
pt106.1: tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe] |
pass
pt107.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe] |
||||||
test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52] |
pass
pt107.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
pass
pt108.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
||||||
test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
pass
pt108.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_associate_ip_to_server_with_floating_ip[id-58a80596-ffb2-11e6-9393-fa163e4fa634,negative] |
pass
pt109.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip[id-58a80596-ffb2-11e6-9393-fa163e4fa634,negative] |
||||||
test_associate_ip_to_server_without_passing_floating_ip[id-804b4fcb-bbf5-412f-925d-896672b61eb3,negative] |
pass
pt109.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip[id-804b4fcb-bbf5-412f-925d-896672b61eb3,negative] |
||||||
test_associate_nonexistent_floating_ip[id-595fa616-1a71-4670-9614-46564ac49a4c,negative] |
pass
pt109.3: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip[id-595fa616-1a71-4670-9614-46564ac49a4c,negative] |
||||||
test_dissociate_nonexistent_floating_ip[id-0a081a66-e568-4e6b-aa62-9587a876dca8,negative] |
pass
pt109.4: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip[id-0a081a66-e568-4e6b-aa62-9587a876dca8,negative] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
pass
pt110.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
||||||
test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
pass
pt110.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt111.1: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
||||||
test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
pass
pt111.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
||||||
test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt111.3: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
pass
pt112.1: tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
||||||
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
pass
pt113.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
pt113.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
pt113.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
pt113.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
pt113.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
pt113.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
||||||
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
pass
pt114.1: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
||||||
test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
pass
pt114.2: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
||||||
test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
pass
pt114.3: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
||||||
test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
pass
pt114.4: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
||||||
test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
pass
pt114.5: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
||||||
test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
pass
pt114.6: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
||||||
tempest.api.compute.images.test_images.ImagesTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
pass
pt115.1: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
||||||
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
pass
pt115.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
pt115.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
pass
pt115.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
||||||
tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
pass
pt116.1: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
||||||
test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
pass
pt116.2: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
||||||
test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
pass
pt116.3: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
||||||
test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
pass
pt116.4: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
||||||
test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
pass
pt116.5: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
||||||
test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
pass
pt116.6: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
||||||
tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
pass
pt117.1: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
||||||
test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
pass
pt117.2: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
||||||
test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
pass
pt117.3: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
||||||
test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
pass
pt117.4: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
||||||
tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
pass
pt118.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
pt118.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_images_oneserver_negative.ImagesOneServerNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_image_specify_invalid_metadata[id-55d1d38c-dd66-4933-9c8e-7d92aeb60ddc,negative] |
pass
pt119.1: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata[id-55d1d38c-dd66-4933-9c8e-7d92aeb60ddc,negative] |
||||||
test_create_image_specify_metadata_over_limits[id-3d24d11f-5366-4536-bd28-cff32b748eca,negative] |
pass
pt119.2: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits[id-3d24d11f-5366-4536-bd28-cff32b748eca,negative] |
||||||
test_create_image_specify_name_over_character_limit[id-084f0cbc-500a-4963-8a4e-312905862581,negative] |
pass
pt119.3: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit[id-084f0cbc-500a-4963-8a4e-312905862581,negative] |
||||||
test_create_second_image_when_first_image_is_being_saved[id-0460efcf-ee88-4f94-acef-1bf658695456,negative] |
pass
pt119.4: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved[id-0460efcf-ee88-4f94-acef-1bf658695456,negative] |
||||||
test_delete_image_that_is_not_yet_active[id-0894954d-2db2-4195-a45b-ffec0bc0187e,negative] |
pass
pt119.5: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active[id-0894954d-2db2-4195-a45b-ffec0bc0187e,negative] |
||||||
tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab] |
pass
pt120.1: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab] |
||||||
test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff] |
pass
pt120.2: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff] |
||||||
test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105] |
pass
pt120.3: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105] |
||||||
test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606] |
pass
pt120.4: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606] |
||||||
test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d] |
pass
pt120.5: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d] |
||||||
test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f] |
pass
pt120.6: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f] |
||||||
test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62] |
pass
pt120.7: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62] |
||||||
test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4] |
pass
pt120.8: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4] |
||||||
test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17] |
pass
pt120.9: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17] |
||||||
test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84] |
pass
pt120.10: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84] |
||||||
test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e] |
pass
pt120.11: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e] |
||||||
test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b] |
pass
pt120.12: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b] |
||||||
test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] |
pass
pt120.13: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] |
||||||
tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
pass
pt121.1: tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
||||||
tempest.api.compute.images.test_list_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt122.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
pt122.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
pt122.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
pt123.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
pt123.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
pt123.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
pt123.4: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
||||||
tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
pass
pt124.1: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
||||||
test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
pass
pt124.2: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
||||||
test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
pass
pt124.3: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
||||||
test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
pass
pt124.4: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
||||||
test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
pass
pt124.5: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
||||||
test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
pass
pt124.6: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
||||||
test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
pass
pt124.7: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
||||||
test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
pass
pt124.8: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
||||||
tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt125.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
pt125.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
pt125.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
pt125.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
pt125.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
pt125.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
pt126.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
||||||
tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
pass
pt127.1: tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
||||||
tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt128.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
||||||
test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
pass
pt128.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
||||||
test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
pass
pt128.3: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
||||||
test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
pass
pt128.4: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt128.5: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
||||||
tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
pass
pt129.1: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
||||||
test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
pass
pt129.2: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
||||||
test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
pass
pt129.3: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
||||||
test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
pass
pt129.4: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
||||||
test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
pass
pt129.5: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
||||||
test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
pass
pt129.6: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
||||||
test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
pass
pt129.7: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
||||||
test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
pass
pt129.8: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
||||||
tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
pass
pt130.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
pt130.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
pt130.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
pt130.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
pt130.5: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
||||||
tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON | 11 | 5 | 0 | 0 | 6 | Detail | |
test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
pass
pt131.1: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
||||||
test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
pass
pt131.2: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
||||||
test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
pass
pt131.3: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
||||||
test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
skip
pt131.4: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
||||||
test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
skip
pt131.5: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
||||||
test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
skip
pt131.6: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
||||||
test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
pass
pt131.7: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
||||||
test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
pass
pt131.8: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
||||||
test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
skip
pt131.9: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
||||||
test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
skip
pt131.10: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
||||||
test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
skip
pt131.11: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
||||||
tempest.api.compute.servers.test_availability_zone.AZV2TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
pass
pt132.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.ServersTestFqdnHostnames | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
pass
pt133.1: tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt134.1: tempest.api.compute.servers.test_create_server.ServersTestJSON.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
pt134.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt134.3: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt134.4: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt134.5: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestManualDisk | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt135.1: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.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
pt135.2: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt135.3: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt135.4: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt135.5: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt136.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
||||||
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
pt137.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
pt137.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
pass
pt137.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
pass
pt137.4: 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
pt137.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
||||||
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
pt138.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
pt138.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
pt139.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_instance_actions_negative.InstanceActionsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative] |
pass
pt140.1: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative] |
||||||
test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative] |
pass
pt140.2: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative] |
||||||
tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON | 17 | 15 | 0 | 0 | 2 | Detail | |
test_list_servers_detailed_filter_by_flavor[id-80c574cc-0925-44ba-8602-299028357dd9] |
pass
pt141.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] |
skip
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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] |
skip
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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
pt141.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_multiple_create.MultipleCreateTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
pass
pt142.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
pass
pt142.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_multiple_create_negative.MultipleCreateNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
pass
pt143.1: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
||||||
test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
pass
pt143.2: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
||||||
test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
pass
pt143.3: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
||||||
test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
pass
pt143.4: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
||||||
test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
pass
pt143.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
||||||
tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,network,smoke] |
pass
pt144.1: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,network,smoke] |
||||||
test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,network,smoke] |
pass
pt144.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,network,smoke] |
||||||
tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses_by_network_neg[id-a2ab5144-78c0-4942-a0ed-cc8edccfd9ba,negative,network] |
pass
pt145.1: tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg[id-a2ab5144-78c0-4942-a0ed-cc8edccfd9ba,negative,network] |
||||||
test_list_server_addresses_invalid_server_id[id-02c3f645-2d2e-4417-8525-68c0407d001b,negative,network] |
pass
pt145.2: tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id[id-02c3f645-2d2e-4417-8525-68c0407d001b,negative,network] |
||||||
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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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_metadata_negative.ServerMetadataNegativeTestJSON | 12 | 4 | 0 | 0 | 8 | Detail | |
test_create_server_metadata_blank_key[id-92431555-4d8b-467c-b95b-b17daa5e57ff,negative] |
pass
pt147.1: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key[id-92431555-4d8b-467c-b95b-b17daa5e57ff,negative] |
||||||
test_delete_metadata_non_existent_server[id-6bbd88e1-f8b3-424d-ba10-ae21c45ada8d,negative] |
skip
pt147.2: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server[id-6bbd88e1-f8b3-424d-ba10-ae21c45ada8d,negative] |
||||||
test_list_server_metadata_non_existent_server[id-f408e78e-3066-4097-9299-3b0182da812e,negative] |
pass
pt147.3: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server[id-f408e78e-3066-4097-9299-3b0182da812e,negative] |
||||||
test_metadata_items_limit[id-d8c0a210-a5c3-4664-be04-69d96746b547,negative] |
skip
pt147.4: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit[id-d8c0a210-a5c3-4664-be04-69d96746b547,negative] |
||||||
test_server_create_metadata_key_too_long[id-fe114a8f-3a57-4eff-9ee2-4e14628df049,negative] |
pass
pt147.5: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long[id-fe114a8f-3a57-4eff-9ee2-4e14628df049,negative] |
||||||
test_server_metadata_non_existent_server[id-4d9cd7a3-2010-4b41-b8fe-3bbf0b169466,negative] |
pass
pt147.6: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server[id-4d9cd7a3-2010-4b41-b8fe-3bbf0b169466,negative] |
||||||
test_set_metadata_invalid_key[id-0025fbd6-a4ba-4cde-b8c2-96805dcfdabc,negative] |
skip
pt147.7: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_invalid_key[id-0025fbd6-a4ba-4cde-b8c2-96805dcfdabc,negative] |
||||||
test_set_metadata_non_existent_server[id-0df38c2a-3d4e-4db5-98d8-d4d9fa843a12,negative] |
skip
pt147.8: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server[id-0df38c2a-3d4e-4db5-98d8-d4d9fa843a12,negative] |
||||||
test_set_server_metadata_blank_key[id-96100343-7fa9-40d8-80fa-d29ef588ce1c,negative] |
skip
pt147.9: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key[id-96100343-7fa9-40d8-80fa-d29ef588ce1c,negative] |
||||||
test_set_server_metadata_missing_metadata[id-64a91aee-9723-4863-be44-4c9d9f1e7d0e,negative] |
skip
pt147.10: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata[id-64a91aee-9723-4863-be44-4c9d9f1e7d0e,negative] |
||||||
test_update_metadata_non_existent_server[id-904b13dc-0ef2-4e4c-91cd-3b4a0f2f49d8,negative] |
skip
pt147.11: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server[id-904b13dc-0ef2-4e4c-91cd-3b4a0f2f49d8,negative] |
||||||
test_update_metadata_with_blank_key[id-a452f38c-05c2-4b47-bd44-a4f0bf5a5e48,negative] |
skip
pt147.12: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key[id-a452f38c-05c2-4b47-bd44-a4f0bf5a5e48,negative] |
||||||
tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_server_password[id-f8229e8b-b625-4493-800a-bde86ac611ea] |
pass
pt148.1: tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password[id-f8229e8b-b625-4493-800a-bde86ac611ea] |
||||||
test_get_server_password[id-f83b582f-62a8-4f22-85b0-0dee50ff783a] |
pass
pt148.2: tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password[id-f83b582f-62a8-4f22-85b0-0dee50ff783a] |
||||||
tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_add_remove_security_group[id-affca41f-7195-492d-8065-e09eee245404] |
pass
pt149.1: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group[id-affca41f-7195-492d-8065-e09eee245404] |
||||||
test_rescued_vm_associate_dissociate_floating_ip[id-4842e0cf-e87d-4d9d-b61f-f4791da3cacc] |
pass
pt149.2: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip[id-4842e0cf-e87d-4d9d-b61f-f4791da3cacc] |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_rescue_non_existent_server[id-6dfc0a55-3a77-4564-a144-1587b7971dde,negative] |
pass
pt150.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server[id-6dfc0a55-3a77-4564-a144-1587b7971dde,negative] |
||||||
test_rescue_paused_instance[id-cc3a883f-43c0-4fb6-a9bb-5579d64984ed,negative] |
pass
pt150.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance[id-cc3a883f-43c0-4fb6-a9bb-5579d64984ed,negative] |
||||||
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt150.3: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt150.4: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
||||||
test_rescued_vm_reboot[id-db22b618-f157-4566-a317-1b6d467a8094,negative] |
pass
pt150.5: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot[id-db22b618-f157-4566-a317-1b6d467a8094,negative] |
||||||
test_rescued_vm_rebuild[id-70cdb8a1-89f8-437d-9448-8844fd82bf46,negative] |
pass
pt150.6: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild[id-70cdb8a1-89f8-437d-9448-8844fd82bf46,negative] |
||||||
tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08] |
pass
pt151.1: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08] |
||||||
test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b] |
pass
pt151.2: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b] |
||||||
test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e] |
pass
pt151.3: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e] |
||||||
test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831] |
pass
pt151.4: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831] |
||||||
tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt152.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
pt152.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.ServersTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
pass
pt153.1: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
||||||
test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
pass
pt153.2: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
||||||
test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
pass
pt153.3: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
||||||
test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
pass
pt153.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
||||||
test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
pass
pt153.5: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
||||||
test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
pass
pt153.6: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
||||||
test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
pass
pt153.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
pass
pt154.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
pt155.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
||||||
tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 45 | 44 | 0 | 0 | 1 | Detail | |
test_create_numeric_server_name[id-fd57f159-68d6-4c2a-902b-03070828a87e,negative] |
pass
pt156.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name[id-fd57f159-68d6-4c2a-902b-03070828a87e,negative] |
||||||
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt156.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt156.3: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
||||||
test_create_server_metadata_exceeds_length_limit[id-7fc74810-0bd2-4cd7-8244-4f33a9db865a,negative] |
pass
pt156.4: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit[id-7fc74810-0bd2-4cd7-8244-4f33a9db865a,negative] |
||||||
test_create_server_name_length_exceeds_256[id-c3e0fb12-07fc-4d76-a22e-37409887afe8,negative] |
pass
pt156.5: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256[id-c3e0fb12-07fc-4d76-a22e-37409887afe8,negative] |
||||||
test_create_with_invalid_flavor[id-18f5227f-d155-4429-807c-ccb103887537,negative] |
pass
pt156.6: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor[id-18f5227f-d155-4429-807c-ccb103887537,negative] |
||||||
test_create_with_invalid_image[id-fcba1052-0a50-4cf3-b1ac-fae241edf02f,negative] |
pass
pt156.7: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image[id-fcba1052-0a50-4cf3-b1ac-fae241edf02f,negative] |
||||||
test_create_with_invalid_network_uuid[id-4e72dc2d-44c5-4336-9667-f7972e95c402,negative] |
pass
pt156.8: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid[id-4e72dc2d-44c5-4336-9667-f7972e95c402,negative] |
||||||
test_create_with_non_existent_keypair[id-7a2efc39-530c-47de-b875-2dd01c8d39bd,negative] |
pass
pt156.9: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair[id-7a2efc39-530c-47de-b875-2dd01c8d39bd,negative] |
||||||
test_create_with_nonexistent_security_group[id-c5fa6041-80cd-483b-aa6d-4e45f19d093c,negative] |
pass
pt156.10: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group[id-c5fa6041-80cd-483b-aa6d-4e45f19d093c,negative] |
||||||
test_delete_non_existent_server[id-1041b4e6-514b-4855-96a5-e974b60870a3,negative] |
pass
pt156.11: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server[id-1041b4e6-514b-4855-96a5-e974b60870a3,negative] |
||||||
test_delete_server_pass_id_exceeding_length_limit[id-f4d7279b-5fd2-4bf2-9ba4-ae35df0d18c5,negative] |
pass
pt156.12: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit[id-f4d7279b-5fd2-4bf2-9ba4-ae35df0d18c5,negative] |
||||||
test_delete_server_pass_negative_id[id-75f79124-277c-45e6-a373-a1d6803f4cc4,negative] |
pass
pt156.13: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id[id-75f79124-277c-45e6-a373-a1d6803f4cc4,negative] |
||||||
test_force_delete_nonexistent_server_id[id-6f47992b-5144-4250-9f8b-f00aa33950f3,negative] |
pass
pt156.14: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id[id-6f47992b-5144-4250-9f8b-f00aa33950f3,negative] |
||||||
test_get_console_output_of_non_existent_server[id-7dd919e7-413f-4198-bebb-35e2a01b13e9,negative] |
pass
pt156.15: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server[id-7dd919e7-413f-4198-bebb-35e2a01b13e9,negative] |
||||||
test_get_non_existent_server[id-3436b02f-1b1e-4f03-881e-c6a602327439,negative] |
pass
pt156.16: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server[id-3436b02f-1b1e-4f03-881e-c6a602327439,negative] |
||||||
test_invalid_access_ip_v4_address[id-7f70a4d1-608f-4794-9e56-cb182765972c,negative] |
pass
pt156.17: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address[id-7f70a4d1-608f-4794-9e56-cb182765972c,negative] |
||||||
test_invalid_ip_v6_address[id-5226dd80-1e9c-4d8a-b5f9-b26ca4763fd0,negative] |
pass
pt156.18: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address[id-5226dd80-1e9c-4d8a-b5f9-b26ca4763fd0,negative] |
||||||
test_pause_non_existent_server[id-6a8dc0c6-6cd4-4c0a-9f32-413881828091,negative] |
pass
pt156.19: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server[id-6a8dc0c6-6cd4-4c0a-9f32-413881828091,negative] |
||||||
test_pause_paused_server[id-d1417e7f-a509-41b5-a102-d5eed8613369,negative] |
pass
pt156.20: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server[id-d1417e7f-a509-41b5-a102-d5eed8613369,negative] |
||||||
test_personality_file_contents_not_encoded[id-b8a7235e-5246-4a8f-a08e-b34877c6586f,negative] |
skip
pt156.21: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded[id-b8a7235e-5246-4a8f-a08e-b34877c6586f,negative] |
||||||
test_reboot_deleted_server[id-581a397d-5eab-486f-9cf9-1014bbd4c984,negative] |
pass
pt156.22: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server[id-581a397d-5eab-486f-9cf9-1014bbd4c984,negative] |
||||||
test_reboot_non_existent_server[id-d4c023a0-9c55-4747-9dd5-413b820143c7,negative] |
pass
pt156.23: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server[id-d4c023a0-9c55-4747-9dd5-413b820143c7,negative] |
||||||
test_rebuild_deleted_server[id-98fa0458-1485-440f-873b-fe7f0d714930,negative] |
pass
pt156.24: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server[id-98fa0458-1485-440f-873b-fe7f0d714930,negative] |
||||||
test_rebuild_non_existent_server[id-d86141a7-906e-4731-b187-d64a2ea61422,negative] |
pass
pt156.25: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server[id-d86141a7-906e-4731-b187-d64a2ea61422,negative] |
||||||
test_restore_nonexistent_server_id[id-9c6d38cc-fcfb-437a-85b9-7b788af8bf01,negative] |
pass
pt156.26: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id[id-9c6d38cc-fcfb-437a-85b9-7b788af8bf01,negative] |
||||||
test_restore_server_invalid_state[id-7fcadfab-bd6a-4753-8db7-4a51e51aade9,negative] |
pass
pt156.27: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state[id-7fcadfab-bd6a-4753-8db7-4a51e51aade9,negative] |
||||||
test_resume_non_existent_server[id-221cd282-bddb-4837-a683-89c2487389b6,negative] |
pass
pt156.28: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server[id-221cd282-bddb-4837-a683-89c2487389b6,negative] |
||||||
test_resume_server_invalid_state[id-ccb6294d-c4c9-498f-8a43-554c098bfadb,negative] |
pass
pt156.29: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state[id-ccb6294d-c4c9-498f-8a43-554c098bfadb,negative] |
||||||
test_server_name_blank[id-dbbfd247-c40c-449e-8f6c-d2aa7c7da7cf,negative] |
pass
pt156.30: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank[id-dbbfd247-c40c-449e-8f6c-d2aa7c7da7cf,negative] |
||||||
test_shelve_non_existent_server[id-abca56e2-a892-48ea-b5e5-e07e69774816,negative] |
pass
pt156.31: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server[id-abca56e2-a892-48ea-b5e5-e07e69774816,negative] |
||||||
test_shelve_shelved_server[id-443e4f9b-e6bf-4389-b601-3a710f15fddd,negative] |
pass
pt156.32: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server[id-443e4f9b-e6bf-4389-b601-3a710f15fddd,negative] |
||||||
test_stop_non_existent_server[id-a31460a9-49e1-42aa-82ee-06e0bb7c2d03,negative] |
pass
pt156.33: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server[id-a31460a9-49e1-42aa-82ee-06e0bb7c2d03,negative] |
||||||
test_suspend_non_existent_server[id-d1f032d5-7b6e-48aa-b252-d5f16dd994ca,negative] |
pass
pt156.34: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server[id-d1f032d5-7b6e-48aa-b252-d5f16dd994ca,negative] |
||||||
test_suspend_server_invalid_state[id-7f323206-05a9-4bf8-996b-dd5b2036501b,negative] |
pass
pt156.35: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state[id-7f323206-05a9-4bf8-996b-dd5b2036501b,negative] |
||||||
test_unpause_non_existent_server[id-705b8e3a-e8a7-477c-a19b-6868fc24ac75,negative] |
pass
pt156.36: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server[id-705b8e3a-e8a7-477c-a19b-6868fc24ac75,negative] |
||||||
test_unpause_server_invalid_state[id-c8e639a7-ece8-42dd-a2e0-49615917ba4f,negative] |
pass
pt156.37: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state[id-c8e639a7-ece8-42dd-a2e0-49615917ba4f,negative] |
||||||
test_unshelve_non_existent_server[id-23d23b37-afaf-40d7-aa5d-5726f82d8821,negative] |
pass
pt156.38: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server[id-23d23b37-afaf-40d7-aa5d-5726f82d8821,negative] |
||||||
test_unshelve_server_invalid_state[id-8f198ded-1cca-4228-9e65-c6b449c54880,negative] |
pass
pt156.39: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state[id-8f198ded-1cca-4228-9e65-c6b449c54880,negative] |
||||||
test_update_name_of_non_existent_server[id-aa8eed43-e2cb-4ebf-930b-da14f6a21d81,negative] |
pass
pt156.40: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server[id-aa8eed43-e2cb-4ebf-930b-da14f6a21d81,negative] |
||||||
test_update_server_name_length_exceeds_256[id-5c8e244c-dada-4590-9944-749c455b431f,negative] |
pass
pt156.41: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256[id-5c8e244c-dada-4590-9944-749c455b431f,negative] |
||||||
test_update_server_set_empty_name[id-38204696-17c6-44da-9590-40f87fb5a899,negative] |
pass
pt156.42: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name[id-38204696-17c6-44da-9590-40f87fb5a899,negative] |
||||||
test_resize_nonexistent_server[id-7ea45b3e-e770-46fa-bfcc-9daaf6d987c0,negative] |
pass
pt156.43: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server[id-7ea45b3e-e770-46fa-bfcc-9daaf6d987c0,negative] |
||||||
test_resize_server_with_non_existent_flavor[id-ced1a1d7-2ab6-45c9-b90f-b27d87b30efd,negative] |
pass
pt156.44: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor[id-ced1a1d7-2ab6-45c9-b90f-b27d87b30efd,negative] |
||||||
test_resize_server_with_null_flavor[id-45436a7d-a388-4a35-a9d8-3adc5d0d940b,negative] |
pass
pt156.45: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor[id-45436a7d-a388-4a35-a9d8-3adc5d0d940b,negative] |
||||||
tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_a_server_of_another_tenant[id-5c75009d-3eea-423e-bea3-61b09fd25f9c,negative] |
pass
pt157.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant[id-5c75009d-3eea-423e-bea3-61b09fd25f9c,negative] |
||||||
test_update_server_of_another_tenant[id-543d84c1-dd2e-4c6d-8cb2-b9da0efaa384,negative] |
pass
pt157.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant[id-543d84c1-dd2e-4c6d-8cb2-b9da0efaa384,negative] |
||||||
tempest.api.compute.test_extensions.ExtensionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
pass
pt158.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
pt158.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
pt159.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
pt159.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
pt159.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
pt160.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
pt161.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
pt161.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt162.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt162.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt163.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt163.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt163.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
||||||
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
pt164.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
pt165.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
pt166.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
pt166.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
pt166.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
pt166.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
pt166.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
pt166.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
||||||
tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt167.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt167.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt167.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt167.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt167.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt167.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt167.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt167.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
||||||
tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
pass
pt168.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
pt169.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
pt169.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
pt170.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
pt171.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
pt171.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
pt171.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
pt171.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
pt172.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
pt172.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
pt172.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
pt172.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
pt172.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
pt172.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
pt172.7: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
||||||
tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
pass
pt173.1: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
||||||
test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
pass
pt173.2: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
||||||
test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
pass
pt173.3: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
||||||
test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
pass
pt173.4: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
||||||
test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
pass
pt173.5: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
||||||
tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
pass
pt174.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
pt174.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
pt175.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
pt175.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
pt175.3: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
||||||
tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
pass
pt176.1: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
||||||
test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
pass
pt176.2: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
||||||
test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
pass
pt176.3: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
||||||
test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
pass
pt176.4: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
||||||
tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
pass
pt177.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
pt177.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
pt177.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
pt177.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
pt178.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
pt178.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
pt178.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
pt178.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
pt178.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
pt178.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
pt179.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
pt179.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
pt179.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
pt180.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
pt180.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
pt181.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
pt181.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
pt181.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
pt181.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
pt181.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
pt182.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
pt182.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
pt182.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
pt182.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
pt183.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
pt183.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
pt184.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.11: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
pass
pt186.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
||||||
test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
pass
pt186.2: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
||||||
test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
pass
pt186.3: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
||||||
test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
pass
pt186.4: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
||||||
test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
pass
pt186.5: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
||||||
test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
pass
pt186.6: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
pass
pt187.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
||||||
tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt188.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
pt188.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
pt188.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
pt188.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt189.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
pt190.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
pt190.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
pt190.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
pt191.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
pt191.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
pt191.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt193.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
pt193.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
pt193.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
pt193.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
pt193.5: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
||||||
tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
pass
pt194.1: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
||||||
test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
pass
pt194.2: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
||||||
tempest.api.identity.v3.test_access_rules.AccessRulesV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
pass
pt195.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
pt195.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
pt195.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt197.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
pt197.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
pt197.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
pt197.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
pt197.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
pt198.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
pt199.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
pt200.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
pt200.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
pt200.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
pt200.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
pt201.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
pt202.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
pt202.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
pt202.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
pt203.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
pt203.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
pt203.3: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password[id-ad71bd23-12ad-426b-bb8b-195d2b635f27] |
||||||
tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
pass
pt204.1: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
||||||
test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
pass
pt204.2: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
pass
pt205.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
pt205.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
pt205.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
pt206.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
pt207.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
pt207.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
pt208.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
pt209.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
pt210.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
pt210.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
pt210.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
pt210.4: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
||||||
tempest.api.image.v2.test_images.ListSharedImagesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
pass
pt211.1: tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
||||||
tempest.api.image.v2.test_images.ListUserImagesTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
pass
pt212.1: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
||||||
test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
pass
pt212.2: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
||||||
test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
pass
pt212.3: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
||||||
test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
pass
pt212.4: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
||||||
test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
pass
pt212.5: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
||||||
test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
pass
pt212.6: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
||||||
test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
pass
pt212.7: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
||||||
test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
pass
pt212.8: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
||||||
test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
pass
pt212.9: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
||||||
test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
pass
pt212.10: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
||||||
test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
pass
pt212.11: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
||||||
test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
pass
pt212.12: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
||||||
test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
pass
pt212.13: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
||||||
test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
pass
pt212.14: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
||||||
test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
pass
pt212.15: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
||||||
tempest.api.image.v2.test_images_member.ImagesMemberTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
pass
pt213.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
pt213.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
pt213.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
pt213.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
pt213.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
pt213.6: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
||||||
tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
pass
pt214.1: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
||||||
test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
pass
pt214.2: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
||||||
tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
pass
pt215.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
pt215.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
pt215.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
pt215.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
pt215.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
pt215.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
pt215.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
pt215.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
pt215.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
pt215.10: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
||||||
tempest.api.image.v2.test_images_negative.ImagesNegativeTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
pass
pt216.1: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
||||||
test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
pass
pt216.2: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
||||||
test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
pass
pt216.3: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
||||||
test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
pass
pt216.4: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
||||||
test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
pass
pt216.5: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
||||||
test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
pass
pt216.6: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
||||||
test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
pass
pt216.7: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
||||||
test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
pass
pt216.8: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
||||||
test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
pass
pt216.9: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
||||||
test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
pass
pt216.10: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
||||||
tempest.api.image.v2.test_images_tags.ImagesTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
pass
pt217.1: tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
||||||
tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
pass
pt218.1: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
||||||
test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
pass
pt218.2: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
||||||
tempest.api.image.v2.test_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt219.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
||||||
tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
pass
pt220.1: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
||||||
test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
pass
pt220.2: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
||||||
test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
pass
pt220.3: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
||||||
tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
pass
pt221.1: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
||||||
test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
pass
pt221.2: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
||||||
test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
pass
pt221.3: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
||||||
test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
pass
pt221.4: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
||||||
test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
pass
pt221.5: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
||||||
tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
pass
pt222.1: tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
||||||
tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
pass
pt223.1: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
||||||
test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
pass
pt223.2: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt224.1: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt224.2: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt224.3: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt224.4: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt224.5: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt224.6: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt225.1: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt225.2: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt225.3: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt225.4: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt225.5: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt225.6: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
pass
pt226.1: tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt227.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt227.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt227.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt227.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt228.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt228.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt228.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt228.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_quotas.QuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
pass
pt229.1: tempest.api.network.admin.test_quotas.QuotasTest.test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
||||||
test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
pass
pt229.2: tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
||||||
tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt230.1: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt230.2: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt230.3: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt230.4: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt230.5: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt230.6: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt230.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt230.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt230.9: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt231.1: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt231.2: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt231.3: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt231.4: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt231.5: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt231.6: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt231.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt231.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt231.9: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers_dvr.RoutersTestDVR | 3 | 3 | 0 | 0 | 0 | Detail | |
test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
pass
pt232.1: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
||||||
test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
pass
pt232.2: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
||||||
test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
pass
pt232.3: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt233.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt234.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
pass
pt235.1: tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt236.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
pt236.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt236.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt236.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt237.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt237.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt237.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt237.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
pass
pt238.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
pass
pt238.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
pass
pt238.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
pass
pt238.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
pass
pt238.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
pass
pt238.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
pass
pt238.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
pass
pt238.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
pass
pt238.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
pass
pt238.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
pass
pt238.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt239.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt240.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt240.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt241.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
pt241.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_floating_ips.FloatingIPTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt242.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt242.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
||||||
test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
pass
pt242.3: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
||||||
test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
pass
pt242.4: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
||||||
test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
pass
pt242.5: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
||||||
tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
pass
pt243.1: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
||||||
test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
pass
pt243.2: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
||||||
test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
pass
pt243.3: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt244.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt244.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt244.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt245.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
pt245.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
pt245.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.NetworksIpV6Test | 22 | 22 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt246.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
pass
pt246.2: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt246.3: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt246.4: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt246.5: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
pass
pt246.6: tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt246.7: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt246.8: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt246.9: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt246.10: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt246.11: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt246.12: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt246.13: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt246.14: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt246.15: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt246.16: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt246.17: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt246.18: tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt246.19: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt246.20: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
pass
pt246.21: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt246.22: tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
tempest.api.network.test_networks.NetworksIpV6TestAttrs | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
pass
pt247.1: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
||||||
test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
pass
pt247.2: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
||||||
test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
pass
pt247.3: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
||||||
test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
pass
pt247.4: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
||||||
test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
pass
pt247.5: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
||||||
tempest.api.network.test_networks.NetworksTest | 20 | 20 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt248.1: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt248.2: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt248.3: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
pass
pt248.4: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt248.5: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt248.6: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt248.7: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt248.8: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt248.9: tempest.api.network.test_networks.NetworksTest.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt248.10: tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt248.11: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt248.12: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt248.13: tempest.api.network.test_networks.NetworksTest.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt248.14: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt248.15: tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt248.16: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt248.17: tempest.api.network.test_networks.NetworksTest.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt248.18: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt248.19: tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt248.20: tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
pass
pt249.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
pass
pt249.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt249.3: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
||||||
test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
pass
pt249.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
pass
pt249.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt249.6: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
||||||
test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
pass
pt249.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
pass
pt249.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt249.9: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
||||||
test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
pass
pt249.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
||||||
tempest.api.network.test_ports.PortsIpV6TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt250.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt250.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt250.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt250.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt250.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt250.6: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt250.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
pt250.8: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt250.9: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt250.10: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt250.11: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt250.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
pt250.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
pt250.14: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt250.15: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_ports.PortsTestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt251.1: tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt251.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt251.3: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt251.4: tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt251.5: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt251.6: tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt251.7: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt251.8: tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt251.9: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt251.10: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt251.11: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt251.12: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt251.13: tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt251.14: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt251.15: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt252.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt252.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt252.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt252.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt252.5: tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt252.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt252.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers.RoutersTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt253.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt253.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt253.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt253.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt253.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt253.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt253.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers_negative.DvrRoutersNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
pass
pt254.1: tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt255.1: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt255.2: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt255.3: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt255.4: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt255.5: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt255.6: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt255.7: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt256.1: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt256.2: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt256.3: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt256.4: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt256.5: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt256.6: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt256.7: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt257.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt257.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt257.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt257.4: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt257.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt257.6: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt257.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt257.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt257.9: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt258.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
pt258.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt258.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt258.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt258.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt258.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt258.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt258.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt258.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 14 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt259.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt259.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt259.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt259.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt259.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt259.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt259.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt259.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt259.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
pass
pt259.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt259.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt259.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt259.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt259.14: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupTest | 13 | 13 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt260.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt260.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt260.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt260.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt260.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt260.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt260.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt260.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt260.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt260.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt260.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt260.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt260.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_service_providers.ServiceProvidersTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
pass
pt261.1: tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
||||||
tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt262.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
||||||
tempest.api.network.test_tags.TagsExtTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
pass
pt263.1: tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
||||||
test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
pass
pt263.2: tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
||||||
tempest.api.network.test_tags.TagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
pass
pt264.1: tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
||||||
tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt265.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
pt265.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt266.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt266.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt267.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt268.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt268.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt268.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt269.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
||||||
tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt270.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt271.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt272.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt272.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt273.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt274.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
||||||
tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt275.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt275.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt275.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt275.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt275.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt275.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt275.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unmanage_manage_snapshot[id-0132f42d-0147-4b45-8501-cc504bbf7810] |
pass
pt276.1: tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot[id-0132f42d-0147-4b45-8501-cc504bbf7810] |
||||||
tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt277.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt277.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt277.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt277.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt277.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt277.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt278.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt278.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt279.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt279.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
||||||
tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
pass
pt280.1: tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
||||||
tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt281.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt281.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
||||||
tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt282.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt282.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt283.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt283.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt283.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt283.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt283.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt283.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt283.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt284.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt284.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt284.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
||||||
tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt285.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt286.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt286.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt286.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt286.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt286.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt287.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt287.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt287.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt287.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt287.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
||||||
tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt288.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt288.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt289.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt289.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt290.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt290.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt290.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt290.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt290.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt291.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt291.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt291.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt292.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt292.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt292.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt292.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt292.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt292.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt292.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt292.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt292.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt292.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt292.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt292.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt293.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt293.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt293.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt293.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt293.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt293.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt294.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt294.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt294.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt294.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt294.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt294.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt295.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt295.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt296.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt297.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
pt298.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
pt299.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
pt300.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
pt300.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
pt301.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
pt301.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
pt302.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
pt303.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
pt303.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
pt304.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
pt304.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
pt305.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
pt305.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
pt306.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
pt306.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt307.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt307.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt307.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt307.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt307.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt307.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt308.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt308.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt308.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt309.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
pt310.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
pt310.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt311.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt312.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
pt312.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
pt313.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
pt313.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
pt313.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
pt314.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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
pt315.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.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt316.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt316.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt316.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt316.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt316.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt316.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.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
pt317.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt318.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt318.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt318.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt318.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt318.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt318.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
pass
pt319.1: tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
||||||
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt320.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
pass
pt320.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt321.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 9 | 9 | 0 | 0 | 0 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
pass
pt322.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
pass
pt322.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
||||||
test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
pass
pt322.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
pass
pt322.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
pass
pt322.5: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
pass
pt322.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
pass
pt322.7: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
pass
pt322.8: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
pass
pt322.9: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
||||||
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 4 | 2 | 0 | 0 | 2 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
pass
pt323.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
skip
pt323.2: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
||||||
test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
pass
pt323.3: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
skip
pt323.4: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
||||||
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps | 2 | 2 | 0 | 0 | 0 | Detail | |
test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
pass
pt324.1: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
||||||
test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
pass
pt324.2: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
||||||
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow] |
pass
pt325.1: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow] |
||||||
tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
pass
pt326.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
||||||
tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
pass
pt327.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
||||||
tempest.scenario.test_server_multinode.TestServerMultinode | 1 | 1 | 0 | 0 | 0 | Detail | |
test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke] |
pass
pt328.1: tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke] |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 2 | 2 | 0 | 0 | 0 | Detail | |
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
pass
pt329.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
||||||
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt329.2: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
||||||
tempest.scenario.test_snapshot_pattern.TestSnapshotPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
pass
pt330.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
||||||
tempest.scenario.test_unified_limits.ImageQuotaTest | 4 | 0 | 0 | 0 | 4 | Detail | |
test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
skip
pt331.1: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
||||||
test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
skip
pt331.2: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
||||||
test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
skip
pt331.3: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
||||||
test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
skip
pt331.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
||||||
tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt332.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 4 | 4 | 0 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
pass
pt333.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
pass
pt333.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
pass
pt333.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt333.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
||||||
Total | 1269 | 1176 | 10 | 0 | 83 |