Status: Pass 1201 Failure 7 Skip 84
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
tearDownClass (tempest.api.compute.admin.test_create_server | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersWithSpecificFlavorTestJSON) |
fail
ft1.1: tearDownClass (tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON)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 48c300e0-fd41-4aaf-8259-e66453278ab1 failed to delete and is in ERROR status, <traceback object at 0x7fc229664b00>) |
||||||
tearDownClass (tempest.api.compute.admin.test_migrations | 1 | 0 | 1 | 0 | 0 | Detail | |
MigrationsAdminTest) |
fail
ft2.1: tearDownClass (tempest.api.compute.admin.test_migrations.MigrationsAdminTest)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 67d0abbb-ae97-40af-9040-0ed840e6238d failed to delete and is in ERROR status, <traceback object at 0x7f1e867b1b40>) |
||||||
tearDownClass (tempest.api.compute.images.test_images | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesTestJSON) |
fail
ft3.1: tearDownClass (tempest.api.compute.images.test_images.ImagesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 14318f0b-e7df-4bbc-a572-8decc8b0307c failed to delete and is in ERROR status, <traceback object at 0x7f5773642140>) |
||||||
tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
fail
ft4.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-12 12:51:54,085 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/flavors/452 0.725s 2022-07-12 12:51:54,086 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7e0945b-1ee9-474a-a98f-072e91d7ef7e', 'x-compute-request-id': 'req-f7e0945b-1ee9-474a-a98f-072e91d7ef7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors/452'} Body: b'{"flavor": {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}}' 2022-07-12 12:51:54,808 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.61/compute/v2.1/flavors 0.719s 2022-07-12 12:51:54,808 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 1024, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_1-848767899", "id": 974811811, "OS-FLV-EXT-DATA:ephemeral": 1, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e4e3464-cc38-4fa0-a0ed-7d40083fdb09', 'x-compute-request-id': 'req-3e4e3464-cc38-4fa0-a0ed-7d40083fdb09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "974811811", "name": "tempest-flavor_with_ephemeral_1-848767899", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/974811811"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}}' 2022-07-12 12:51:55,013 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/flavors/452/os-extra_specs 0.200s 2022-07-12 12:51:55,013 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2aa62bb-8f3b-4bf8-9f17-4296dce8a26f', 'x-compute-request-id': 'req-d2aa62bb-8f3b-4bf8-9f17-4296dce8a26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-07-12 12:51:55,117 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.222.0.61/compute/v2.1/flavors 0.102s 2022-07-12 12:51:55,117 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"flavor": {"ram": 1024, "vcpus": 1, "disk": 1, "name": "tempest-flavor_with_ephemeral_0-405572441", "id": 1169871364, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": "True"}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '424', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-737e5eca-c6af-4481-ba06-2c92e5a79d7a', 'x-compute-request-id': 'req-737e5eca-c6af-4481-ba06-2c92e5a79d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors'} Body: b'{"flavor": {"id": "1169871364", "name": "tempest-flavor_with_ephemeral_0-405572441", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/1169871364"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}}' 2022-07-12 12:51:55,166 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/flavors/452/os-extra_specs 0.046s 2022-07-12 12:51:55,166 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-360b05b8-dfbe-4b71-bb6d-04b92e90db65', 'x-compute-request-id': 'req-360b05b8-dfbe-4b71-bb6d-04b92e90db65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors/452/os-extra_specs'} Body: b'{"extra_specs": {}}' 2022-07-12 12:51:55,167 126775 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-12 12:51:55,168 126775 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-12 12:51:55,357 126775 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.61/compute/v2.1/os-keypairs 0.186s 2022-07-12 12:51:55,358 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-353664808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKE1qWLl2PGpeLym3G3oY+PwuXDLupknNaT7yrwzM6soJREQGKWZQz71S3yoRCK6B+gcElxQP689te8Mk2T0wksItd8pg4n9MBUb7Fqtw17OMYPNb9j+ltb0MToXhFwnNA=="}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0707f9fe-cd6d-4f94-8302-f49cb45dae44', 'x-compute-request-id': 'req-0707f9fe-cd6d-4f94-8302-f49cb45dae44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-353664808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKE1qWLl2PGpeLym3G3oY+PwuXDLupknNaT7yrwzM6soJREQGKWZQz71S3yoRCK6B+gcElxQP689te8Mk2T0wksItd8pg4n9MBUb7Fqtw17OMYPNb9j+ltb0MToXhFwnNA==", "fingerprint": "36:21:f4:3a:b3:6a:77:80:b9:94:59:a6:60:ac:f3:e1", "user_id": "a098839433cf4b5e9ade4cca64b89d48"}}' 2022-07-12 12:51:55,360 126775 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-353664808 created 2022-07-12 12:51:56,536 126775 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.61:9696/v2.0/security-groups 1.176s 2022-07-12 12:51:56,538 126775 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--1888353175", "description": "tempest-description--502162683"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-949c9f06-37d8-42c5-84af-7932f1e38899', 'date': 'Tue, 12 Jul 2022 12:51:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "6e0647d7-b556-44b9-bf80-1ed2db67e14b", "name": "tempest-securitygroup--1888353175", "stateful": true, "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "description": "tempest-description--502162683", "shared": false, "security_group_rules": [{"id": "03766f43-4dc2-448d-9de6-5f31ea78655d", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "security_group_id": "6e0647d7-b556-44b9-bf80-1ed2db67e14b", "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": 415, "description": null, "tags": [], "created_at": "2022-07-12T12:51:56Z", "updated_at": "2022-07-12T12:51:56Z", "revision_number": 0, "project_id": "5cd860c134b8481ea2d4932402fecc32"}, {"id": "da692872-814f-4c1b-8799-b45d598e1110", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "security_group_id": "6e0647d7-b556-44b9-bf80-1ed2db67e14b", "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": 416, "description": null, "tags": [], "created_at": "2022-07-12T12:51:56Z", "updated_at": "2022-07-12T12:51:56Z", "revision_number": 0, "project_id": "5cd860c134b8481ea2d4932402fecc32"}], "tags": [], "created_at": "2022-07-12T12:51:56Z", "updated_at": "2022-07-12T12:51:56Z", "revision_number": 1, "project_id": "5cd860c134b8481ea2d4932402fecc32"}}' 2022-07-12 12:51:57,483 126775 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.61:9696/v2.0/security-group-rules 0.944s 2022-07-12 12:51:57,483 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "6e0647d7-b556-44b9-bf80-1ed2db67e14b", "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-bf5d89ea-d4da-4ef5-bf0f-4211a6d90560', 'date': 'Tue, 12 Jul 2022 12:51:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "86a0b1b7-766e-40f8-b766-1cf464a78f7f", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "security_group_id": "6e0647d7-b556-44b9-bf80-1ed2db67e14b", "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-07-12T12:51:56Z", "updated_at": "2022-07-12T12:51:56Z", "revision_number": 0, "project_id": "5cd860c134b8481ea2d4932402fecc32"}}' 2022-07-12 12:51:58,185 126775 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.61:9696/v2.0/security-group-rules 0.701s 2022-07-12 12:51:58,185 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "6e0647d7-b556-44b9-bf80-1ed2db67e14b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d02c09e8-807e-4b62-a14b-17fcf5705fbb', 'date': 'Tue, 12 Jul 2022 12:51:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "adb2c3c7-b89a-46ed-8e01-0cfa90239f3a", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "security_group_id": "6e0647d7-b556-44b9-bf80-1ed2db67e14b", "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-07-12T12:51:57Z", "updated_at": "2022-07-12T12:51:57Z", "revision_number": 0, "project_id": "5cd860c134b8481ea2d4932402fecc32"}}' 2022-07-12 12:51:58,186 126775 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1888353175 created 2022-07-12 12:52:02,160 126775 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.61:9696/v2.0/floatingips 3.973s 2022-07-12 12:52:02,160 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-74ff0b85-c13a-42fb-8949-d82b6da045e9', 'date': 'Tue, 12 Jul 2022 12:52:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7babea02-d8a8-4355-bce8-5a67b9107d92", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "floating_ip_address": "172.25.2.252", "floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5cd860c134b8481ea2d4932402fecc32", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-12T12:52:00Z", "updated_at": "2022-07-12T12:52:00Z", "revision_number": 0}}' 2022-07-12 12:52:02,160 126775 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7babea02-d8a8-4355-bce8-5a67b9107d92', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'floating_ip_address': '172.25.2.252', 'floating_network_id': '3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5cd860c134b8481ea2d4932402fecc32', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-12T12:52:00Z', 'updated_at': '2022-07-12T12:52:00Z', 'revision_number': 0, 'ip': '172.25.2.252'} created 2022-07-12 12:52:02,346 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.61/identity/v3/auth/tokens 0.180s 2022-07-12 12:52:02,347 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-db7aba11-7677-419a-91c2-e46579a4aca5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a098839433cf4b5e9ade4cca64b89d48", "name": "tempest-ServersWithSpecificFlavorTestJSON-1265993103-project", "password_expires_at": null}, "audit_ids": ["BhipaAttQRS-tKd-sK8zWQ"], "expires_at": "2022-07-12T13:52:02.000000Z", "issued_at": "2022-07-12T12:52:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5cd860c134b8481ea2d4932402fecc32", "name": "tempest-ServersWithSpecificFlavorTestJSON-1265993103"}, "is_domain": false, "roles": [{"id": "5243914cdaaa4f1e8662a3d3ac2d0d8f", "name": "member"}, {"id": "add7aeda7a534dc3b483b1585a164dab", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9e283035751c4e1ba8f96c3cf33c23b9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:9696/", "region": "RegionOne"}], "id": "07eb4e9591964149bae91cd79cabc567", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "333e187a880d491bb322f1285bd5d8a0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.61:8080", "region": "RegionOne"}, {"id": "4ab55738d47b47f3a727c0408a6e8649", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:8080/v1/AUTH_5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "15c9be162d074e698475577e0809c6ad", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "83e42a6c8b364187a116bea107af947a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/image", "region": "RegionOne"}], "id": "481c08ef0043436dbbe735bd5678194c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3efad909127149748a09e6b656fa621f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/placement", "region": "RegionOne"}], "id": "70fde0931c2c43cf924c3fd2004197f2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fe7d27ee05c8467aba38e90841ebca98", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "844f8ffba9b74c37a6db1280217d1c11", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "52539cbb03984d32b646a5d4c353711c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2.1", "region": "RegionOne"}], "id": "8c2d8162dea0448ba41c3a6d1dc9b222", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e47e4c649b864e2ebfc6b5f8520cd8f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/identity", "region": "RegionOne"}], "id": "bd79f201e4614e9a97feb5b94211cc03", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "02413cc2169f4efd9aabf45d1f7c9166", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "d6a392543d9e46b4a9659dab91621ee5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "30b88f1eb1614922bb1a637e63565560", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2/5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "d78673f6c0214cd28a8840c82a0813a5", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-12 12:52:02,347 126775 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': 'd4e270c5-4e59-4fd1-8277-33bcbee47adf', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-457365129-network', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5cd860c134b8481ea2d4932402fecc32', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 553, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-12T12:51:23Z', 'updated_at': '2022-07-12T12:51:23Z', 'revision_number': 1} available for tenant 2022-07-12 12:52:02,348 126775 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-353664808', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKE1qWLl2PGpeLym3G3oY+PwuXDLupknNaT7yrwzM6soJREQGKWZQz71S3yoRCK6B+gcElxQP689te8Mk2T0wksItd8pg4n9MBUb7Fqtw17OMYPNb9j+ltb0MToXhFwnNA==', 'fingerprint': '36:21:f4:3a:b3:6a:77:80:b9:94:59:a6:60:ac:f3:e1', 'user_id': 'a098839433cf4b5e9ade4cca64b89d48', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCTD/urA+f4PejC3miDLl198ZHN4Dq5Osdd2J6eMWRCwbEOcqOozReq\na2o4jammt7mgBwYFK4EEACKhZANiAAShNali5djxqXi8ptxt6GPj8Llwy7qZJzWk\n+8q8MzOrKCUREBilmUM+9Ut8qEQiugfoHBJcUD+vPbXvDJNk9MJLCLXfKYOJ/TAV\nG+xarcNezjGDzW/Y/pbW9DE6F4RcJzQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6e0647d7-b556-44b9-bf80-1ed2db67e14b', 'name': 'tempest-securitygroup--1888353175', 'stateful': True, 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'description': 'tempest-description--502162683', 'shared': False, 'security_group_rules': [{'id': '03766f43-4dc2-448d-9de6-5f31ea78655d', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'security_group_id': '6e0647d7-b556-44b9-bf80-1ed2db67e14b', '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': 415, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:51:56Z', 'updated_at': '2022-07-12T12:51:56Z', 'revision_number': 0, 'project_id': '5cd860c134b8481ea2d4932402fecc32'}, {'id': 'da692872-814f-4c1b-8799-b45d598e1110', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'security_group_id': '6e0647d7-b556-44b9-bf80-1ed2db67e14b', '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': 416, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:51:56Z', 'updated_at': '2022-07-12T12:51:56Z', 'revision_number': 0, 'project_id': '5cd860c134b8481ea2d4932402fecc32'}], 'tags': [], 'created_at': '2022-07-12T12:51:56Z', 'updated_at': '2022-07-12T12:51:56Z', 'revision_number': 1, 'project_id': '5cd860c134b8481ea2d4932402fecc32'}, 'floating_ip': {'id': '7babea02-d8a8-4355-bce8-5a67b9107d92', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'floating_ip_address': '172.25.2.252', 'floating_network_id': '3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5cd860c134b8481ea2d4932402fecc32', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-12T12:52:00Z', 'updated_at': '2022-07-12T12:52:00Z', 'revision_number': 0, 'ip': '172.25.2.252'}} 2022-07-12 12:52:05,267 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 202 POST http://10.222.0.61/compute/v2.1/servers 2.917s 2022-07-12 12:52:05,267 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "imageRef": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "flavorRef": "1169871364", "adminPass": "password", "networks": [{"uuid": "d4e270c5-4e59-4fd1-8277-33bcbee47adf"}], "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "key_name": "tempest-keypair-353664808", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-193625ff-60a0-4627-ab45-869325e344e0', 'x-compute-request-id': 'req-193625ff-60a0-4627-ab45-869325e344e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/servers'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "adminPass": "password"}}' 2022-07-12 12:52:06,056 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.786s 2022-07-12 12:52:06,056 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d070f1-6fe6-4dc0-99dc-7bc9c7192102', 'x-compute-request-id': 'req-69d070f1-6fe6-4dc0-99dc-7bc9c7192102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:08,091 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 1.026s 2022-07-12 12:52:08,091 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e564bbc7-1125-4e58-af9f-249d3fffb429', 'x-compute-request-id': 'req-e564bbc7-1125-4e58-af9f-249d3fffb429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:08,099 126775 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2022-07-12 12:52:09,952 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.852s 2022-07-12 12:52:09,953 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc7823f7-4931-4fac-8b14-a30e238a0bdd', 'x-compute-request-id': 'req-cc7823f7-4931-4fac-8b14-a30e238a0bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:12,778 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 1.817s 2022-07-12 12:52:12,779 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87614ad6-f656-4000-a7b4-c05adac6fb9a', 'x-compute-request-id': 'req-87614ad6-f656-4000-a7b4-c05adac6fb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:15,972 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 2.185s 2022-07-12 12:52:15,972 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a82cbbdc-26ab-49dc-85e8-7f50dfe214f9', 'x-compute-request-id': 'req-a82cbbdc-26ab-49dc-85e8-7f50dfe214f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:19,029 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 2.042s 2022-07-12 12:52:19,029 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-839adcdf-c9b5-43b2-a895-11ae7a7402e6', 'x-compute-request-id': 'req-839adcdf-c9b5-43b2-a895-11ae7a7402e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:21,563 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 1.526s 2022-07-12 12:52:21,564 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efde9812-d56b-4827-975f-23613514aaf2', 'x-compute-request-id': 'req-efde9812-d56b-4827-975f-23613514aaf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:23,919 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 1.346s 2022-07-12 12:52:23,919 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-548b7999-85ef-4b18-8330-5a2f6c02192b', 'x-compute-request-id': 'req-548b7999-85ef-4b18-8330-5a2f6c02192b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:25,504 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.576s 2022-07-12 12:52:25,505 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1390', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd7e9c81-260f-47bb-9d49-3f529f31674e', 'x-compute-request-id': 'req-dd7e9c81-260f-47bb-9d49-3f529f31674e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:27,352 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.838s 2022-07-12 12:52:27,352 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1588', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0413d36f-a32f-4f07-a045-f3c402972791', 'x-compute-request-id': 'req-0413d36f-a32f-4f07-a045-f3c402972791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "ACTIVE", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:27Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-457365129-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:dd:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": "2022-07-12T12:52:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:27,360 126775 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait 2022-07-12 12:52:28,210 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa/os-interface 0.849s 2022-07-12 12:52:28,210 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f0c08aa-73ed-466a-bf11-28bea1c43c73', 'x-compute-request-id': 'req-6f0c08aa-73ed-466a-bf11-28bea1c43c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d4e270c5-4e59-4fd1-8277-33bcbee47adf", "port_id": "cb9b6b98-c85f-4e94-b30a-3039b1776826", "mac_addr": "fa:16:3e:28:dd:3a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d60d5a3e-6f2b-46b5-bc42-6f86b0b52eec", "ip_address": "172.20.0.9"}]}]}' 2022-07-12 12:52:30,262 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 PUT http://10.222.0.61:9696/v2.0/floatingips/7babea02-d8a8-4355-bce8-5a67b9107d92 2.049s 2022-07-12 12:52:30,263 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "cb9b6b98-c85f-4e94-b30a-3039b1776826"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-ab352621-bcdb-4944-9dff-f1bf7834c123', 'date': 'Tue, 12 Jul 2022 12:52:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips/7babea02-d8a8-4355-bce8-5a67b9107d92'} Body: b'{"floatingip": {"id": "7babea02-d8a8-4355-bce8-5a67b9107d92", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "floating_ip_address": "172.25.2.252", "floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1", "router_id": "03562368-5c65-419c-86d7-c9975e46c3e5", "port_id": "cb9b6b98-c85f-4e94-b30a-3039b1776826", "fixed_ip_address": "172.20.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d4e270c5-4e59-4fd1-8277-33bcbee47adf", "mac_address": "fa:16:3e:28:dd:3a", "admin_state_up": true, "status": "ACTIVE", "device_id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-12T12:52:00Z", "updated_at": "2022-07-12T12:52:29Z", "revision_number": 1, "project_id": "5cd860c134b8481ea2d4932402fecc32"}}' 2022-07-12 12:52:30,828 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.564s 2022-07-12 12:52:30,828 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1588', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d359ca88-22c7-4a7e-8070-f86fa6735c3e', 'x-compute-request-id': 'req-d359ca88-22c7-4a7e-8070-f86fa6735c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"server": {"id": "ca0b23a0-94ec-4099-b8dc-2f3ac9773daa", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-1459785092", "status": "ACTIVE", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "1169871364", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1169871364"}]}, "created": "2022-07-12T12:52:05Z", "updated": "2022-07-12T12:52:27Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-457365129-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:dd:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": "2022-07-12T12:52:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:52:30,837 126775 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-07-12 12:52:30,838 126775 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.2.252:22' as 'ubuntu' with public key authentication 2022-07-12 12:52:36,007 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 1. Retry after 2 seconds. 2022-07-12 12:52:39,078 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 2. Retry after 3 seconds. 2022-07-12 12:52:45,638 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 3. Retry after 4 seconds. 2022-07-12 12:52:53,226 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 4. Retry after 5 seconds. 2022-07-12 12:53:01,798 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 5. Retry after 6 seconds. 2022-07-12 12:53:11,336 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 6. Retry after 7 seconds. 2022-07-12 12:53:18,844 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 7. Retry after 8 seconds. 2022-07-12 12:53:27,354 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 8. Retry after 9 seconds. 2022-07-12 12:53:36,864 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 9. Retry after 10 seconds. 2022-07-12 12:53:47,382 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 10. Retry after 11 seconds. 2022-07-12 12:53:58,913 126775 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-12 12:53:59,065 126775 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-12 12:53:59,065 126775 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.2.252 successfully created 2022-07-12 12:54:00,576 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 204 DELETE http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.827s 2022-07-12 12:54:00,577 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:53:59 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-b4b3b7e9-e4a1-4696-a1e5-5f6dc0d9cc36', 'x-compute-request-id': 'req-b4b3b7e9-e4a1-4696-a1e5-5f6dc0d9cc36', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'' 2022-07-12 12:54:00,839 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.222.0.61/identity/v3/auth/tokens 0.257s 2022-07-12 12:54:00,840 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0cc31bf0-6a60-41cd-b339-418347f74298', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a098839433cf4b5e9ade4cca64b89d48", "name": "tempest-ServersWithSpecificFlavorTestJSON-1265993103-project", "password_expires_at": null}, "audit_ids": ["lvTlmtd5QTmjXUUduVFdhQ"], "expires_at": "2022-07-12T13:54:00.000000Z", "issued_at": "2022-07-12T12:54:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5cd860c134b8481ea2d4932402fecc32", "name": "tempest-ServersWithSpecificFlavorTestJSON-1265993103"}, "is_domain": false, "roles": [{"id": "5243914cdaaa4f1e8662a3d3ac2d0d8f", "name": "member"}, {"id": "add7aeda7a534dc3b483b1585a164dab", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9e283035751c4e1ba8f96c3cf33c23b9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:9696/", "region": "RegionOne"}], "id": "07eb4e9591964149bae91cd79cabc567", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "333e187a880d491bb322f1285bd5d8a0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.61:8080", "region": "RegionOne"}, {"id": "4ab55738d47b47f3a727c0408a6e8649", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:8080/v1/AUTH_5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "15c9be162d074e698475577e0809c6ad", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "83e42a6c8b364187a116bea107af947a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/image", "region": "RegionOne"}], "id": "481c08ef0043436dbbe735bd5678194c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3efad909127149748a09e6b656fa621f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/placement", "region": "RegionOne"}], "id": "70fde0931c2c43cf924c3fd2004197f2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fe7d27ee05c8467aba38e90841ebca98", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "844f8ffba9b74c37a6db1280217d1c11", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "52539cbb03984d32b646a5d4c353711c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2.1", "region": "RegionOne"}], "id": "8c2d8162dea0448ba41c3a6d1dc9b222", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e47e4c649b864e2ebfc6b5f8520cd8f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/identity", "region": "RegionOne"}], "id": "bd79f201e4614e9a97feb5b94211cc03", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "02413cc2169f4efd9aabf45d1f7c9166", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "d6a392543d9e46b4a9659dab91621ee5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "30b88f1eb1614922bb1a637e63565560", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2/5cd860c134b8481ea2d4932402fecc32", "region": "RegionOne"}], "id": "d78673f6c0214cd28a8840c82a0813a5", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-12 12:54:00,841 126775 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': 'd4e270c5-4e59-4fd1-8277-33bcbee47adf', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-457365129-network', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5cd860c134b8481ea2d4932402fecc32', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 553, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-12T12:51:23Z', 'updated_at': '2022-07-12T12:51:23Z', 'revision_number': 1} available for tenant 2022-07-12 12:54:00,842 126775 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-353664808', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKE1qWLl2PGpeLym3G3oY+PwuXDLupknNaT7yrwzM6soJREQGKWZQz71S3yoRCK6B+gcElxQP689te8Mk2T0wksItd8pg4n9MBUb7Fqtw17OMYPNb9j+ltb0MToXhFwnNA==', 'fingerprint': '36:21:f4:3a:b3:6a:77:80:b9:94:59:a6:60:ac:f3:e1', 'user_id': 'a098839433cf4b5e9ade4cca64b89d48', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCTD/urA+f4PejC3miDLl198ZHN4Dq5Osdd2J6eMWRCwbEOcqOozReq\na2o4jammt7mgBwYFK4EEACKhZANiAAShNali5djxqXi8ptxt6GPj8Llwy7qZJzWk\n+8q8MzOrKCUREBilmUM+9Ut8qEQiugfoHBJcUD+vPbXvDJNk9MJLCLXfKYOJ/TAV\nG+xarcNezjGDzW/Y/pbW9DE6F4RcJzQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6e0647d7-b556-44b9-bf80-1ed2db67e14b', 'name': 'tempest-securitygroup--1888353175', 'stateful': True, 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'description': 'tempest-description--502162683', 'shared': False, 'security_group_rules': [{'id': '03766f43-4dc2-448d-9de6-5f31ea78655d', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'security_group_id': '6e0647d7-b556-44b9-bf80-1ed2db67e14b', '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': 415, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:51:56Z', 'updated_at': '2022-07-12T12:51:56Z', 'revision_number': 0, 'project_id': '5cd860c134b8481ea2d4932402fecc32'}, {'id': 'da692872-814f-4c1b-8799-b45d598e1110', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'security_group_id': '6e0647d7-b556-44b9-bf80-1ed2db67e14b', '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': 416, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:51:56Z', 'updated_at': '2022-07-12T12:51:56Z', 'revision_number': 0, 'project_id': '5cd860c134b8481ea2d4932402fecc32'}], 'tags': [], 'created_at': '2022-07-12T12:51:56Z', 'updated_at': '2022-07-12T12:51:56Z', 'revision_number': 1, 'project_id': '5cd860c134b8481ea2d4932402fecc32'}, 'floating_ip': {'id': '7babea02-d8a8-4355-bce8-5a67b9107d92', 'tenant_id': '5cd860c134b8481ea2d4932402fecc32', 'floating_ip_address': '172.25.2.252', 'floating_network_id': '3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5cd860c134b8481ea2d4932402fecc32', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-12T12:52:00Z', 'updated_at': '2022-07-12T12:52:00Z', 'revision_number': 0, 'ip': '172.25.2.252'}} 2022-07-12 12:54:02,333 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 202 POST http://10.222.0.61/compute/v2.1/servers 1.490s 2022-07-12 12:54:02,333 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "imageRef": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "flavorRef": "974811811", "adminPass": "password", "networks": [{"uuid": "d4e270c5-4e59-4fd1-8277-33bcbee47adf"}], "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "key_name": "tempest-keypair-353664808", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e726256e-b4ae-462d-b7cb-d3a3f8cc2d68', 'x-compute-request-id': 'req-e726256e-b4ae-462d-b7cb-d3a3f8cc2d68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/servers'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "adminPass": "password"}}' 2022-07-12 12:54:02,570 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.234s 2022-07-12 12:54:02,570 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2513d2bf-983f-4500-aebd-49c2a0aeb776', 'x-compute-request-id': 'req-2513d2bf-983f-4500-aebd-49c2a0aeb776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:03,757 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.178s 2022-07-12 12:54:03,757 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1265', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4233ffd-d285-4e18-825f-d4e39cd713b9', 'x-compute-request-id': 'req-e4233ffd-d285-4e18-825f-d4e39cd713b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:05,083 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.318s 2022-07-12 12:54:05,083 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45e993ac-831c-4ab6-b9ed-26fe844f4db5', 'x-compute-request-id': 'req-45e993ac-831c-4ab6-b9ed-26fe844f4db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:05,091 126775 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-07-12 12:54:07,227 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 1.135s 2022-07-12 12:54:07,227 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e25c9e7-112a-407c-9d37-177fd8b33315', 'x-compute-request-id': 'req-4e25c9e7-112a-407c-9d37-177fd8b33315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:07,234 126775 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2022-07-12 12:54:08,745 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.509s 2022-07-12 12:54:08,745 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b129eef-9152-4ffa-899e-13502c5544e6', 'x-compute-request-id': 'req-7b129eef-9152-4ffa-899e-13502c5544e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:10,918 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 1.163s 2022-07-12 12:54:10,918 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcbadaf8-5707-4c75-b859-90e7adb407c0', 'x-compute-request-id': 'req-fcbadaf8-5707-4c75-b859-90e7adb407c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:12,754 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.827s 2022-07-12 12:54:12,754 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c79a3d3-e0da-4b2b-a2fd-06666ae9dab5', 'x-compute-request-id': 'req-4c79a3d3-e0da-4b2b-a2fd-06666ae9dab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:14,174 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.411s 2022-07-12 12:54:14,174 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe2360b1-b16d-4be5-b147-b17e9e21456f', 'x-compute-request-id': 'req-fe2360b1-b16d-4be5-b147-b17e9e21456f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:15,565 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.383s 2022-07-12 12:54:15,566 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d34caeb5-e6e1-4df6-afba-23dc4a685111', 'x-compute-request-id': 'req-d34caeb5-e6e1-4df6-afba-23dc4a685111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:17,788 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 1.213s 2022-07-12 12:54:17,788 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-324bef28-9474-48b9-b61b-5c5c44d700ca', 'x-compute-request-id': 'req-324bef28-9474-48b9-b61b-5c5c44d700ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:19,687 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.890s 2022-07-12 12:54:19,687 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37920de6-0b58-42bd-98b7-525fb6ddaf9b', 'x-compute-request-id': 'req-37920de6-0b58-42bd-98b7-525fb6ddaf9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:21,296 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.601s 2022-07-12 12:54:21,297 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5780bbe3-6857-4824-8793-3a9e0e6da3da', 'x-compute-request-id': 'req-5780bbe3-6857-4824-8793-3a9e0e6da3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:23,389 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 1.083s 2022-07-12 12:54:23,389 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81b10717-d20b-4b62-869f-f466bbaf290f', 'x-compute-request-id': 'req-81b10717-d20b-4b62-869f-f466bbaf290f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:30,557 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 6.153s 2022-07-12 12:54:30,557 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32133ce0-aded-4262-8ab0-558735cd235a', 'x-compute-request-id': 'req-32133ce0-aded-4262-8ab0-558735cd235a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:32,293 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.727s 2022-07-12 12:54:32,293 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4925a631-a84b-4fa6-8a77-5fe72c7b1425', 'x-compute-request-id': 'req-4925a631-a84b-4fa6-8a77-5fe72c7b1425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:33,927 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.625s 2022-07-12 12:54:33,927 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54e61fcc-6942-4942-b1fb-d34dc1596686', 'x-compute-request-id': 'req-54e61fcc-6942-4942-b1fb-d34dc1596686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "BUILD", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:35,688 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.752s 2022-07-12 12:54:35,689 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae68c17c-9084-4f31-8904-01576644a0c3', 'x-compute-request-id': 'req-ae68c17c-9084-4f31-8904-01576644a0c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "ACTIVE", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:34Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-457365129-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:af:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": "2022-07-12T12:54:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:35,704 126775 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 33 second wait 2022-07-12 12:54:36,063 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1/os-interface 0.357s 2022-07-12 12:54:36,063 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-301f9b7b-6340-420f-aaaa-175d41e00b58', 'x-compute-request-id': 'req-301f9b7b-6340-420f-aaaa-175d41e00b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d4e270c5-4e59-4fd1-8277-33bcbee47adf", "port_id": "e1ed49b3-c4cd-4fb7-b0b3-75ba8837f7e5", "mac_addr": "fa:16:3e:cd:af:f4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d60d5a3e-6f2b-46b5-bc42-6f86b0b52eec", "ip_address": "172.20.0.3"}]}]}' 2022-07-12 12:54:41,533 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 PUT http://10.222.0.61:9696/v2.0/floatingips/7babea02-d8a8-4355-bce8-5a67b9107d92 5.466s 2022-07-12 12:54:41,533 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "e1ed49b3-c4cd-4fb7-b0b3-75ba8837f7e5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-4704ed36-9883-49de-9bbd-ae63e530676a', 'date': 'Tue, 12 Jul 2022 12:54:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips/7babea02-d8a8-4355-bce8-5a67b9107d92'} Body: b'{"floatingip": {"id": "7babea02-d8a8-4355-bce8-5a67b9107d92", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "floating_ip_address": "172.25.2.252", "floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1", "router_id": "03562368-5c65-419c-86d7-c9975e46c3e5", "port_id": "e1ed49b3-c4cd-4fb7-b0b3-75ba8837f7e5", "fixed_ip_address": "172.20.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d4e270c5-4e59-4fd1-8277-33bcbee47adf", "mac_address": "fa:16:3e:cd:af:f4", "admin_state_up": true, "status": "ACTIVE", "device_id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-12T12:52:00Z", "updated_at": "2022-07-12T12:54:38Z", "revision_number": 5, "project_id": "5cd860c134b8481ea2d4932402fecc32"}}' 2022-07-12 12:54:42,033 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.499s 2022-07-12 12:54:42,033 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d09ff5c-fddc-4ffb-8713-0447995db60f', 'x-compute-request-id': 'req-6d09ff5c-fddc-4ffb-8713-0447995db60f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "ACTIVE", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:54:34Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-457365129-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:af:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": "2022-07-12T12:54:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:42,041 126775 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-07-12 12:54:42,042 126775 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.2.252:22' as 'ubuntu' with public key authentication 2022-07-12 12:54:45,319 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 1. Retry after 2 seconds. 2022-07-12 12:54:50,890 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 2. Retry after 3 seconds. 2022-07-12 12:54:57,446 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 3. Retry after 4 seconds. 2022-07-12 12:55:05,031 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 4. Retry after 5 seconds. 2022-07-12 12:55:13,606 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 5. Retry after 6 seconds. 2022-07-12 12:55:20,114 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 6. Retry after 7 seconds. 2022-07-12 12:55:27,619 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 7. Retry after 8 seconds. 2022-07-12 12:55:36,129 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 8. Retry after 9 seconds. 2022-07-12 12:55:45,640 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 9. Retry after 10 seconds. 2022-07-12 12:55:56,153 126775 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.252 ([Errno None] Unable to connect to port 22 on 172.25.2.252). Number attempts: 10. Retry after 11 seconds. 2022-07-12 12:56:07,688 126775 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-12 12:56:07,849 126775 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-12 12:56:07,849 126775 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.2.252 successfully created 2022-07-12 12:56:08,751 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.328s 2022-07-12 12:56:08,751 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:08 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-77179a98-a863-4880-93e1-772e502a6b56', 'x-compute-request-id': 'req-77179a98-a863-4880-93e1-772e502a6b56', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'' 2022-07-12 12:56:09,464 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 0.712s 2022-07-12 12:56:09,464 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16812799-7efe-4309-859a-792411f21aaf', 'x-compute-request-id': 'req-16812799-7efe-4309-859a-792411f21aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "ACTIVE", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:56:09Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-457365129-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:af:f4"}, {"version": 4, "addr": "172.25.2.252", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:af:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": "2022-07-12T12:54:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:56:11,741 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 1.263s 2022-07-12 12:56:11,742 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82f4c09e-2f85-43be-bb9f-53a03a21fef7', 'x-compute-request-id': 'req-82f4c09e-2f85-43be-bb9f-53a03a21fef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "ACTIVE", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:56:09Z", "addresses": {"tempest-ServersWithSpecificFlavorTestJSON-457365129-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:af:f4"}, {"version": 4, "addr": "172.25.2.252", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:af:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": "2022-07-12T12:54:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1888353175"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:56:13,893 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1 1.142s 2022-07-12 12:56:13,893 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1418', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e917e694-2a1d-4a4a-9564-f1f965ac8f35', 'x-compute-request-id': 'req-e917e694-2a1d-4a4a-9564-f1f965ac8f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1'} Body: b'{"server": {"id": "48c300e0-fd41-4aaf-8259-e66453278ab1", "name": "tempest-ServersWithSpecificFlavorTestJSON-server-860331800", "status": "ERROR", "tenant_id": "5cd860c134b8481ea2d4932402fecc32", "user_id": "a098839433cf4b5e9ade4cca64b89d48", "metadata": {}, "hostId": "b3b1dd29888a16f717352f92b4938da267dd2ae3196e107c9c70ce02", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "974811811", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, "created": "2022-07-12T12:54:02Z", "updated": "2022-07-12T12:56:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/48c300e0-fd41-4aaf-8259-e66453278ab1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-07-12T12:56:14Z", "message": "PermissionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-353664808", "OS-SRV-USG:launched_at": "2022-07-12T12:54:33.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:56:13,901 126775 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ERROR/deleting" after 4 second wait 2022-07-12 12:56:14,202 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 DELETE http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.291s 2022-07-12 12:56:14,202 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2fd0ad0c-ede1-4e42-ad8c-bc04b5c0dc1b', 'x-compute-request-id': 'req-2fd0ad0c-ede1-4e42-ad8c-bc04b5c0dc1b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ca0b23a0-94ec-4099-b8dc-2f3ac9773daa could not be found."}}' 2022-07-12 12:56:14,273 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa 0.070s 2022-07-12 12:56:14,273 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4466566b-86d5-457e-aa74-10d790ca5ca1', 'x-compute-request-id': 'req-4466566b-86d5-457e-aa74-10d790ca5ca1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/ca0b23a0-94ec-4099-b8dc-2f3ac9773daa'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ca0b23a0-94ec-4099-b8dc-2f3ac9773daa could not be found."}}' 2022-07-12 12:56:14,353 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.61/compute/v2.1/os-keypairs/tempest-keypair-353664808 0.079s 2022-07-12 12:56:14,353 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdcd72ce-d860-4a74-b68e-d4fefff184a4', 'x-compute-request-id': 'req-cdcd72ce-d860-4a74-b68e-d4fefff184a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/os-keypairs/tempest-keypair-353664808'} Body: b'' 2022-07-12 12:56:14,910 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.61:9696/v2.0/security-groups/6e0647d7-b556-44b9-bf80-1ed2db67e14b 0.556s 2022-07-12 12:56:14,910 126775 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-f168a911-065e-4a67-9a74-94bfa93e0bcd', 'content-length': '0', 'date': 'Tue, 12 Jul 2022 12:56:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.61:9696/v2.0/security-groups/6e0647d7-b556-44b9-bf80-1ed2db67e14b'} Body: b'' 2022-07-12 12:56:14,950 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.222.0.61:9696/v2.0/security-groups/6e0647d7-b556-44b9-bf80-1ed2db67e14b 0.039s 2022-07-12 12:56:14,951 126775 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-a7b7f802-74f8-4065-95e0-dbcf4f0d10a1', 'date': 'Tue, 12 Jul 2022 12:56:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.61:9696/v2.0/security-groups/6e0647d7-b556-44b9-bf80-1ed2db67e14b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6e0647d7-b556-44b9-bf80-1ed2db67e14b does not exist", "detail": ""}}' 2022-07-12 12:56:16,586 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.222.0.61:9696/v2.0/floatingips/7babea02-d8a8-4355-bce8-5a67b9107d92 1.634s 2022-07-12 12:56:16,586 126775 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-3c48eae9-b6bc-4ccc-9727-35be77071528', 'content-length': '0', 'date': 'Tue, 12 Jul 2022 12:56:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips/7babea02-d8a8-4355-bce8-5a67b9107d92'} Body: b'' 2022-07-12 12:56:16,871 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.61/compute/v2.1/flavors/1169871364 0.284s 2022-07-12 12:56:16,871 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a41eeda-c458-42b3-ad00-2859e1dc4f84', 'x-compute-request-id': 'req-6a41eeda-c458-42b3-ad00-2859e1dc4f84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors/1169871364'} Body: b'' 2022-07-12 12:56:17,016 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.61/compute/v2.1/flavors/detail 0.144s 2022-07-12 12:56:17,017 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '5402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bc38442-a504-429c-a8fa-3ac819703a7b', 'x-compute-request-id': 'req-2bc38442-a504-429c-a8fa-3ac819703a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/84"}]}, {"id": "974811811", "name": "tempest-flavor_with_ephemeral_1-848767899", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 1, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/974811811"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/974811811"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DI 2022-07-12 12:56:17,121 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.222.0.61/compute/v2.1/flavors/974811811 0.078s 2022-07-12 12:56:17,121 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3f9cc70-a97e-467c-bfc8-bf543b7eae82', 'x-compute-request-id': 'req-d3f9cc70-a97e-467c-bfc8-bf543b7eae82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors/974811811'} Body: b'' 2022-07-12 12:56:17,175 126775 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.222.0.61/compute/v2.1/flavors/detail 0.053s 2022-07-12 12:56:17,176 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '4991', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b0efe7c-2b68-44cb-b9ed-e0f29134baad', 'x-compute-request-id': 'req-1b0efe7c-2b68-44cb-b9ed-e0f29134baad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/flavors/detail'} Body: b'{"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/3"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/4"}]}, {"id": "42", "name": "m1.nano", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/42"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/42"}]}, {"id": "451", "name": "m1.heat", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/451"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/451"}]}, {"id": "452", "name": "m1.heat2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/452"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/5"}]}, {"id": "84", "name": "m1.micro", "ram": 256, "disk": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/84"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/84"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/c1"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 129, in wait_for_server_termination raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Server 48c300e0-fd41-4aaf-8259-e66453278ab1 failed to delete and is in ERROR status |
||||||
tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test | 4 | 3 | 1 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt5.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
pt5.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] |
fail
ft5.3: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-12 12:53:46,947 126772 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-12 12:53:47,491 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61/compute/v2.1/os-keypairs 0.540s 2022-07-12 12:53:47,491 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1721255762", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLbJ++4fYttp9LGtQRu2iArSbqPaAB+7oy+A4IMdKScfZG7UqwGn7GZPDtdBHoE2mfCnNp6akBUt1tM+wPkNWqDPmizF8r/9B47ZRw1obwVS7gykw9BBizC0IVIY541dNg=="}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e57ed55-4d11-460c-b874-b4df35a4d0db', 'x-compute-request-id': 'req-1e57ed55-4d11-460c-b874-b4df35a4d0db', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1721255762", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLbJ++4fYttp9LGtQRu2iArSbqPaAB+7oy+A4IMdKScfZG7UqwGn7GZPDtdBHoE2mfCnNp6akBUt1tM+wPkNWqDPmizF8r/9B47ZRw1obwVS7gykw9BBizC0IVIY541dNg==", "fingerprint": "c7:da:23:dc:dc:4f:23:f1:61:da:72:91:5c:4b:3f:27", "user_id": "38f9de60843144618fc4fde70ce0a61a"}}' 2022-07-12 12:53:47,493 126772 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1721255762 created 2022-07-12 12:53:47,661 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/security-groups 0.167s 2022-07-12 12:53:47,662 126772 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--22969446", "description": "tempest-description--456939544"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-cd13359e-e163-448a-97df-a3628de3b984', 'date': 'Tue, 12 Jul 2022 12:53:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "bed86a64-ee36-4ff8-ac4d-e2ca72af159f", "name": "tempest-securitygroup--22969446", "stateful": true, "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "description": "tempest-description--456939544", "shared": false, "security_group_rules": [{"id": "5dae67ef-a3d0-4147-97f2-7d4353012dc9", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "security_group_id": "bed86a64-ee36-4ff8-ac4d-e2ca72af159f", "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": 562, "description": null, "tags": [], "created_at": "2022-07-12T12:53:47Z", "updated_at": "2022-07-12T12:53:47Z", "revision_number": 0, "project_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}, {"id": "fb478f50-0eb7-43bf-bde3-29a2a514e570", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "security_group_id": "bed86a64-ee36-4ff8-ac4d-e2ca72af159f", "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": 563, "description": null, "tags": [], "created_at": "2022-07-12T12:53:47Z", "updated_at": "2022-07-12T12:53:47Z", "revision_number": 0, "project_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}], "tags": [], "created_at": "2022-07-12T12:53:47Z", "updated_at": "2022-07-12T12:53:47Z", "revision_number": 1, "project_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:53:47,825 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/security-group-rules 0.163s 2022-07-12 12:53:47,826 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bed86a64-ee36-4ff8-ac4d-e2ca72af159f", "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-92b642d8-51d8-4de1-a5d8-261ad30e3cec', 'date': 'Tue, 12 Jul 2022 12:53:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8a7d731a-ee1b-46c1-b68a-939251dab2af", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "security_group_id": "bed86a64-ee36-4ff8-ac4d-e2ca72af159f", "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-07-12T12:53:47Z", "updated_at": "2022-07-12T12:53:47Z", "revision_number": 0, "project_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:53:47,957 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/security-group-rules 0.131s 2022-07-12 12:53:47,958 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "bed86a64-ee36-4ff8-ac4d-e2ca72af159f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-65d9e8bf-275c-424e-9156-dfc22f253701', 'date': 'Tue, 12 Jul 2022 12:53:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ebf5896d-429f-4046-bec3-fb213111de8c", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "security_group_id": "bed86a64-ee36-4ff8-ac4d-e2ca72af159f", "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-07-12T12:53:47Z", "updated_at": "2022-07-12T12:53:47Z", "revision_number": 0, "project_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:53:47,958 126772 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--22969446 created 2022-07-12 12:53:49,842 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/floatingips 1.883s 2022-07-12 12:53:49,843 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-3b6cf22d-7556-4a78-8dc0-bef4eb6b2746', 'date': 'Tue, 12 Jul 2022 12:53:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2d07cc76-75b3-48a6-91ff-9283fa57208f", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "floating_ip_address": "172.25.2.101", "floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-12T12:53:49Z", "updated_at": "2022-07-12T12:53:49Z", "revision_number": 0}}' 2022-07-12 12:53:49,843 126772 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2d07cc76-75b3-48a6-91ff-9283fa57208f', 'tenant_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'floating_ip_address': '172.25.2.101', 'floating_network_id': '3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-12T12:53:49Z', 'updated_at': '2022-07-12T12:53:49Z', 'revision_number': 0, 'ip': '172.25.2.101'} created 2022-07-12 12:53:49,960 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61/identity/v3/auth/tokens 0.110s 2022-07-12 12:53:49,960 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 12 Jul 2022 12:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3264', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cc89763f-5c9a-4d09-a287-374b7f0909f6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "38f9de60843144618fc4fde70ce0a61a", "name": "tempest-LiveAutoBlockMigrationV225Test-1424886758-project", "password_expires_at": null}, "audit_ids": ["9gXKEkIKT4mNhPB70nb_jA"], "expires_at": "2022-07-12T13:53:49.000000Z", "issued_at": "2022-07-12T12:53:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "name": "tempest-LiveAutoBlockMigrationV225Test-1424886758"}, "is_domain": false, "roles": [{"id": "5243914cdaaa4f1e8662a3d3ac2d0d8f", "name": "member"}, {"id": "add7aeda7a534dc3b483b1585a164dab", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9e283035751c4e1ba8f96c3cf33c23b9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:9696/", "region": "RegionOne"}], "id": "07eb4e9591964149bae91cd79cabc567", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "333e187a880d491bb322f1285bd5d8a0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.61:8080", "region": "RegionOne"}, {"id": "4ab55738d47b47f3a727c0408a6e8649", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:8080/v1/AUTH_2b4b625c0eed4d7e9cfb5598b056d2b9", "region": "RegionOne"}], "id": "15c9be162d074e698475577e0809c6ad", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "83e42a6c8b364187a116bea107af947a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/image", "region": "RegionOne"}], "id": "481c08ef0043436dbbe735bd5678194c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3efad909127149748a09e6b656fa621f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/placement", "region": "RegionOne"}], "id": "70fde0931c2c43cf924c3fd2004197f2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fe7d27ee05c8467aba38e90841ebca98", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9", "region": "RegionOne"}], "id": "844f8ffba9b74c37a6db1280217d1c11", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "52539cbb03984d32b646a5d4c353711c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2.1", "region": "RegionOne"}], "id": "8c2d8162dea0448ba41c3a6d1dc9b222", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e47e4c649b864e2ebfc6b5f8520cd8f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/identity", "region": "RegionOne"}], "id": "bd79f201e4614e9a97feb5b94211cc03", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "02413cc2169f4efd9aabf45d1f7c9166", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9", "region": "RegionOne"}], "id": "d6a392543d9e46b4a9659dab91621ee5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "30b88f1eb1614922bb1a637e63565560", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2/2b4b625c0eed4d7e9cfb5598b056d2b9", "region": "RegionOne"}], "id": "d78673f6c0214cd28a8840c82a0813a5", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-12 12:53:49,961 126772 INFO [tempest.lib.common.fixed_network] (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume) Found network {'id': 'a1fcd6c8-4a21-4996-a0ba-e0c75a70f6f8', 'name': 'tempest-LiveAutoBlockMigrationV225Test-394314037-network', 'tenant_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 552, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-12T12:51:32Z', 'updated_at': '2022-07-12T12:51:32Z', 'revision_number': 1} available for tenant 2022-07-12 12:53:49,961 126772 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1721255762', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLbJ++4fYttp9LGtQRu2iArSbqPaAB+7oy+A4IMdKScfZG7UqwGn7GZPDtdBHoE2mfCnNp6akBUt1tM+wPkNWqDPmizF8r/9B47ZRw1obwVS7gykw9BBizC0IVIY541dNg==', 'fingerprint': 'c7:da:23:dc:dc:4f:23:f1:61:da:72:91:5c:4b:3f:27', 'user_id': '38f9de60843144618fc4fde70ce0a61a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC9ZtM+RhhgmDOzkB+BTbOmCOZtt6t4UMkgfoK0NmsJ6YrgHBeMhTe0\nYs/pHBmSn0mgBwYFK4EEACKhZANiAAS2yfvuH2LbafSxrUEbtogK0m6j2gAfu6Mv\ngOCDHSknH2Ru1KsBp+xmTw7XQR6BNpnwpzaempAVLdbTPsD5DVqgz5osxfK//QeO\n2UcNaG8FUu4MpMPQQYswtCFSGOeNXTY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bed86a64-ee36-4ff8-ac4d-e2ca72af159f', 'name': 'tempest-securitygroup--22969446', 'stateful': True, 'tenant_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'description': 'tempest-description--456939544', 'shared': False, 'security_group_rules': [{'id': '5dae67ef-a3d0-4147-97f2-7d4353012dc9', 'tenant_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'security_group_id': 'bed86a64-ee36-4ff8-ac4d-e2ca72af159f', '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': 562, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:53:47Z', 'updated_at': '2022-07-12T12:53:47Z', 'revision_number': 0, 'project_id': '2b4b625c0eed4d7e9cfb5598b056d2b9'}, {'id': 'fb478f50-0eb7-43bf-bde3-29a2a514e570', 'tenant_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'security_group_id': 'bed86a64-ee36-4ff8-ac4d-e2ca72af159f', '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': 563, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:53:47Z', 'updated_at': '2022-07-12T12:53:47Z', 'revision_number': 0, 'project_id': '2b4b625c0eed4d7e9cfb5598b056d2b9'}], 'tags': [], 'created_at': '2022-07-12T12:53:47Z', 'updated_at': '2022-07-12T12:53:47Z', 'revision_number': 1, 'project_id': '2b4b625c0eed4d7e9cfb5598b056d2b9'}, 'floating_ip': {'id': '2d07cc76-75b3-48a6-91ff-9283fa57208f', 'tenant_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'floating_ip_address': '172.25.2.101', 'floating_network_id': '3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b4b625c0eed4d7e9cfb5598b056d2b9', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-12T12:53:49Z', 'updated_at': '2022-07-12T12:53:49Z', 'revision_number': 0, 'ip': '172.25.2.101'}} 2022-07-12 12:53:53,792 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 202 POST http://10.222.0.61/compute/v2.1/servers 3.830s 2022-07-12 12:53:53,793 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "imageRef": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "flavorRef": "452", "networks": [{"uuid": "a1fcd6c8-4a21-4996-a0ba-e0c75a70f6f8"}], "security_groups": [{"name": "tempest-securitygroup--22969446"}], "key_name": "tempest-keypair-1721255762", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '404', 'location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c981e129-a558-4354-bfa9-c9ab453caf3d', 'x-compute-request-id': 'req-c981e129-a558-4354-bfa9-c9ab453caf3d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/servers'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--22969446"}], "adminPass": "ubDejJ3MX9yd"}}' 2022-07-12 12:53:55,311 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 1.516s 2022-07-12 12:53:55,311 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1167f59-8d9a-426b-ae2a-81118fdf06a9', 'x-compute-request-id': 'req-f1167f59-8d9a-426b-ae2a-81118fdf06a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "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-07-12 12:53:58,147 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 1.826s 2022-07-12 12:53:58,148 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-923776d8-7268-4cf1-acbf-fc26581fc934', 'x-compute-request-id': 'req-923776d8-7268-4cf1-acbf-fc26581fc934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:53:58,156 126772 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-07-12 12:53:59,608 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 0.450s 2022-07-12 12:53:59,608 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fb7ce6b-cba6-46a8-9e09-9ce7b8c14355', 'x-compute-request-id': 'req-1fb7ce6b-cba6-46a8-9e09-9ce7b8c14355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:00,879 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 0.251s 2022-07-12 12:54:00,880 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21eb36fd-5364-4c5f-b370-7c2cca9857f6', 'x-compute-request-id': 'req-21eb36fd-5364-4c5f-b370-7c2cca9857f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:02,513 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 0.624s 2022-07-12 12:54:02,514 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c272320d-86b7-4ea0-98e9-ea13bbbfe389', 'x-compute-request-id': 'req-c272320d-86b7-4ea0-98e9-ea13bbbfe389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:03,810 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 0.287s 2022-07-12 12:54:03,811 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05b23d0e-2f8a-44b8-8284-5d11cdc8624c', 'x-compute-request-id': 'req-05b23d0e-2f8a-44b8-8284-5d11cdc8624c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:05,516 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 0.696s 2022-07-12 12:54:05,517 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eff6b4d2-bcea-4cc9-847c-45873413dc65', 'x-compute-request-id': 'req-eff6b4d2-bcea-4cc9-847c-45873413dc65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:07,734 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 1.208s 2022-07-12 12:54:07,734 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbf7c22a-4933-472a-9158-33082705d096', 'x-compute-request-id': 'req-cbf7c22a-4933-472a-9158-33082705d096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:09,361 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 0.613s 2022-07-12 12:54:09,362 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42abba89-ba17-44db-ad13-237411e66fef', 'x-compute-request-id': 'req-42abba89-ba17-44db-ad13-237411e66fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "BUILD", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:53:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:11,592 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 1.221s 2022-07-12 12:54:11,593 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1605', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9aac82d-3ed1-427f-86f8-d5327861d16b', 'x-compute-request-id': 'req-e9aac82d-3ed1-427f-86f8-d5327861d16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "ACTIVE", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:54:10Z", "addresses": {"tempest-LiveAutoBlockMigrationV225Test-394314037-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:a2:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": "2022-07-12T12:54:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "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-07-12 12:54:11,601 126772 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait 2022-07-12 12:54:12,076 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab/os-interface 0.473s 2022-07-12 12:54:12,076 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bcb2670-9b7f-4f19-bea3-74d61316915f', 'x-compute-request-id': 'req-1bcb2670-9b7f-4f19-bea3-74d61316915f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a1fcd6c8-4a21-4996-a0ba-e0c75a70f6f8", "port_id": "cc686e65-bd48-44c1-bb56-59179ee1a97e", "mac_addr": "fa:16:3e:ba:a2:6c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6f3d44fe-171f-4b12-9f7e-f8cc366e6d0a", "ip_address": "172.20.0.3"}]}]}' 2022-07-12 12:54:15,933 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 PUT http://10.222.0.61:9696/v2.0/floatingips/2d07cc76-75b3-48a6-91ff-9283fa57208f 3.852s 2022-07-12 12:54:15,933 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "cc686e65-bd48-44c1-bb56-59179ee1a97e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-d65ca358-63e7-4c13-973f-93008cab6515', 'date': 'Tue, 12 Jul 2022 12:54:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips/2d07cc76-75b3-48a6-91ff-9283fa57208f'} Body: b'{"floatingip": {"id": "2d07cc76-75b3-48a6-91ff-9283fa57208f", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "floating_ip_address": "172.25.2.101", "floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1", "router_id": "310c902f-97c3-496c-86a0-67448f841127", "port_id": "cc686e65-bd48-44c1-bb56-59179ee1a97e", "fixed_ip_address": "172.20.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a1fcd6c8-4a21-4996-a0ba-e0c75a70f6f8", "mac_address": "fa:16:3e:ba:a2:6c", "admin_state_up": true, "status": "ACTIVE", "device_id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-12T12:53:49Z", "updated_at": "2022-07-12T12:54:14Z", "revision_number": 1, "project_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:54:15,934 126772 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.2.101:22' as 'ubuntu' with public key authentication 2022-07-12 12:54:19,015 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 1. Retry after 2 seconds. 2022-07-12 12:54:22,727 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 2. Retry after 3 seconds. 2022-07-12 12:54:29,286 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 3. Retry after 4 seconds. 2022-07-12 12:54:36,870 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 4. Retry after 5 seconds. 2022-07-12 12:54:45,446 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 5. Retry after 6 seconds. 2022-07-12 12:54:54,983 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 6. Retry after 7 seconds. 2022-07-12 12:55:02,492 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 7. Retry after 8 seconds. 2022-07-12 12:55:11,000 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 8. Retry after 9 seconds. 2022-07-12 12:55:20,513 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 9. Retry after 10 seconds. 2022-07-12 12:55:31,029 126772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.101 ([Errno None] Unable to connect to port 22 on 172.25.2.101). Number attempts: 10. Retry after 11 seconds. 2022-07-12 12:55:42,561 126772 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-12 12:55:42,733 126772 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-12 12:55:42,733 126772 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.2.101 successfully created 2022-07-12 12:55:43,289 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab 0.555s 2022-07-12 12:55:43,289 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2345', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fe1af5c-677a-400d-b0fd-d6e024d0f4ec', 'x-compute-request-id': 'req-7fe1af5c-677a-400d-b0fd-d6e024d0f4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab'} Body: b'{"server": {"id": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "name": "tempest-LiveAutoBlockMigrationV225Test-server-2047443151", "status": "ACTIVE", "tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9", "user_id": "38f9de60843144618fc4fde70ce0a61a", "metadata": {}, "hostId": "28734ba44923e9ffacdeffe0c94da67e6d5c9b6d92a4c395a5f50812", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:53:53Z", "updated": "2022-07-12T12:54:10Z", "addresses": {"tempest-LiveAutoBlockMigrationV225Test-394314037-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:a2:6c"}, {"version": 4, "addr": "172.25.2.101", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:a2:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1721255762", "OS-SRV-USG:launched_at": "2022-07-12T12:54:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22969446"}], "OS-EXT-SRV-ATTR:host": "n-h1-848886-11", "OS-EXT-SRV-ATTR:instance_name": "instance-00000014", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-848886-11", "OS-EXT-SRV-ATTR:reservation_id": "r-ap5vyj5a", "OS-EXT-SRV-ATTR:launch_index": 0, "OS-EXT-SRV-ATTR:hostname": "tempest-liveautoblockmigrationv225test-server-2047443151", "OS-EXT-SRV-ATTR:kernel_id": "", "OS-EXT-SRV-ATTR:ramdisk_id": "", "OS-EXT-SRV-ATTR:root_device_name": "/dev/sda", "OS-EXT-SRV-ATTR:user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo=", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "host_status": "UP", "locked": false, "description": null}}' 2022-07-12 12:55:43,417 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/os-services?binary=nova-compute 0.118s 2022-07-12 12:55:43,417 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '426', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93a628e4-fb51-4db7-9b2e-f194298b75be', 'x-compute-request-id': 'req-93a628e4-fb51-4db7-9b2e-f194298b75be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h1-848886-11", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-07-12T12:55:42.000000", "disabled_reason": null, "forced_down": false}, {"binary": "nova-compute", "host": "n-h2-848886-11", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-07-12T12:55:39.000000", "disabled_reason": null, "forced_down": false}]}' 2022-07-12 12:55:44,284 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 202 POST http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes 0.863s 2022-07-12 12:55:44,285 126772 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-LiveAutoBlockMigrationV225Test-volume-490155170"}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f7a6b0-764f-45d9-9c75-4f457a2f494b', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f7a6b0-764f-45d9-9c75-4f457a2f494b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.119598", "updated_at": null, "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-12 12:55:44,348 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.056s 2022-07-12 12:55:44,348 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa79458-8d1a-405e-bd24-8e15b6e8ef89', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa79458-8d1a-405e-bd24-8e15b6e8ef89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": null, "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:45,445 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.089s 2022-07-12 12:55:45,446 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c4083b-1d3f-4125-b5f2-18c4a6b99279', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c4083b-1d3f-4125-b5f2-18c4a6b99279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:44.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:46,505 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 12:55:46,505 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ae0cbd-dbce-4487-850d-cc9adad3b868', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ae0cbd-dbce-4487-850d-cc9adad3b868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:46.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:46,512 126772 INFO [tempest.common.waiters] volume 886b830f-7dbc-4852-a374-bc1f91dcf597 reached available after waiting for 2.512651 seconds 2022-07-12 12:55:47,440 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab/os-volume_attachments 0.928s 2022-07-12 12:55:47,441 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.25', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "886b830f-7dbc-4852-a374-bc1f91dcf597", "device": "/dev/xvdb"}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.25', 'x-openstack-nova-api-version': '2.25', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592696f9-af7d-4134-8a1f-108acad2ccc2', 'x-compute-request-id': 'req-592696f9-af7d-4134-8a1f-108acad2ccc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "serverId": "cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab", "volumeId": "886b830f-7dbc-4852-a374-bc1f91dcf597", "device": "/dev/sdb"}}' 2022-07-12 12:55:47,549 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.106s 2022-07-12 12:55:47,550 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ac2792c-6e69-4dd5-a03c-fe3a99362e23', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ac2792c-6e69-4dd5-a03c-fe3a99362e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:47.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:48,678 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.119s 2022-07-12 12:55:48,678 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c34a6a-9516-44a4-bf09-3a2d138d2d27', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c34a6a-9516-44a4-bf09-3a2d138d2d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:47.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:49,818 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.131s 2022-07-12 12:55:49,818 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0154ac57-9b11-4d19-a92b-e630dc1254e0', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0154ac57-9b11-4d19-a92b-e630dc1254e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:47.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:50,915 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.089s 2022-07-12 12:55:50,916 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-720ae71d-0852-4f32-a4c7-f9fb40e8c2c8', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-720ae71d-0852-4f32-a4c7-f9fb40e8c2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:47.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:52,019 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.095s 2022-07-12 12:55:52,020 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86cfe668-9604-4feb-bd23-f41660e5329b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86cfe668-9604-4feb-bd23-f41660e5329b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:47.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:53,144 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.117s 2022-07-12 12:55:53,145 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7a8e6d-6b41-449a-a424-f08159de419a', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7a8e6d-6b41-449a-a424-f08159de419a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:47.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:54,324 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.171s 2022-07-12 12:55:54,326 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-146bcb92-9cbf-46e3-9c0b-743219883dc8', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-146bcb92-9cbf-46e3-9c0b-743219883dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:47.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:55,455 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.121s 2022-07-12 12:55:55,455 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5396c3a1-87c6-47e2-a692-738ee3151617', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5396c3a1-87c6-47e2-a692-738ee3151617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:55.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:56,577 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.114s 2022-07-12 12:55:56,577 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f7960a-3631-4e72-8890-2911ba5ec4a1', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f7960a-3631-4e72-8890-2911ba5ec4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:55.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:57,667 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.082s 2022-07-12 12:55:57,667 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7874a8ce-f11a-42fa-87d4-063638db6267', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7874a8ce-f11a-42fa-87d4-063638db6267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:55.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:58,809 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.133s 2022-07-12 12:55:58,809 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9dc377d-7005-4045-bbc4-055bd1f0b401', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9dc377d-7005-4045-bbc4-055bd1f0b401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:55.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:55:59,919 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.101s 2022-07-12 12:55:59,920 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e917f58-f4a3-441c-8835-7f9be042e9c2', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e917f58-f4a3-441c-8835-7f9be042e9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:01,026 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.099s 2022-07-12 12:56:01,027 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ec7507-7676-41fe-8d68-1a514a43d7e8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79ec7507-7676-41fe-8d68-1a514a43d7e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:02,151 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.116s 2022-07-12 12:56:02,151 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e973ff1-af1c-4e7e-8465-afc02adc4a50', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e973ff1-af1c-4e7e-8465-afc02adc4a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:03,363 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.204s 2022-07-12 12:56:03,363 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc2e793-7f2e-42d1-ac59-a8af85dfdaed', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc2e793-7f2e-42d1-ac59-a8af85dfdaed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:04,494 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.123s 2022-07-12 12:56:04,495 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ae88876-f14a-4c34-b64b-8927399203a2', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ae88876-f14a-4c34-b64b-8927399203a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:05,623 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.120s 2022-07-12 12:56:05,623 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1db0162-5687-49f1-bf78-a0725efe9cea', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1db0162-5687-49f1-bf78-a0725efe9cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:06,759 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.128s 2022-07-12 12:56:06,759 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f01fb25f-1198-4163-9961-c80fc961afef', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f01fb25f-1198-4163-9961-c80fc961afef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:07,881 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.114s 2022-07-12 12:56:07,882 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc9bb52-1904-469e-9532-aba0df75d862', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc9bb52-1904-469e-9532-aba0df75d862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:08,999 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.108s 2022-07-12 12:56:08,999 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-115d72d1-d348-49f9-83d1-8b563308c836', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-115d72d1-d348-49f9-83d1-8b563308c836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:10,152 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.145s 2022-07-12 12:56:10,152 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb3dfe8-efe5-4659-80ca-4bd5c53e0920', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb3dfe8-efe5-4659-80ca-4bd5c53e0920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:11,363 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.202s 2022-07-12 12:56:11,363 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1df109-9d02-4866-bdcd-4bbb1676e386', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1df109-9d02-4866-bdcd-4bbb1676e386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:12,526 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.155s 2022-07-12 12:56:12,527 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3229ebf8-1ebc-4245-a00a-96535f7e3fdf', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3229ebf8-1ebc-4245-a00a-96535f7e3fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:13,692 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.158s 2022-07-12 12:56:13,693 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8860be-5bd5-4368-aa1f-361c687844a5', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8860be-5bd5-4368-aa1f-361c687844a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:14,878 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.178s 2022-07-12 12:56:14,879 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47be69d8-536f-44bc-8c6f-81b5f53d4730', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47be69d8-536f-44bc-8c6f-81b5f53d4730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:15,981 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.094s 2022-07-12 12:56:15,981 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec439be2-2c17-417c-83e6-f6ec1a1058c2', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec439be2-2c17-417c-83e6-f6ec1a1058c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:17,095 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.106s 2022-07-12 12:56:17,096 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69c2346f-189f-4f8c-8496-23fa4753c704', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69c2346f-189f-4f8c-8496-23fa4753c704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:18,205 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.102s 2022-07-12 12:56:18,206 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992a9b65-8add-454e-87a0-9450b0eaf781', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992a9b65-8add-454e-87a0-9450b0eaf781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:19,332 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.118s 2022-07-12 12:56:19,333 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ab1de98-e8b2-4d6e-9263-cd602004116f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ab1de98-e8b2-4d6e-9263-cd602004116f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:20,472 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.131s 2022-07-12 12:56:20,472 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808d4e4b-9f1d-400e-adf6-c35134c0d7bd', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808d4e4b-9f1d-400e-adf6-c35134c0d7bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:21,674 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.194s 2022-07-12 12:56:21,675 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4183961-df35-4d8b-8271-3d8ca577b84d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4183961-df35-4d8b-8271-3d8ca577b84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:22,810 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.127s 2022-07-12 12:56:22,810 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5e5127-c260-45cc-bad3-8ac9c4fcde48', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5e5127-c260-45cc-bad3-8ac9c4fcde48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:23,944 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.126s 2022-07-12 12:56:23,944 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24bb4b28-99ab-421e-805c-adcbf1ad4eee', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24bb4b28-99ab-421e-805c-adcbf1ad4eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:25,091 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.139s 2022-07-12 12:56:25,091 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1019c8e-5502-4c3e-bbac-726d4222b812', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1019c8e-5502-4c3e-bbac-726d4222b812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:26,241 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.142s 2022-07-12 12:56:26,241 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ffbc873-5f7c-4e59-a81d-b12e01a50e5a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ffbc873-5f7c-4e59-a81d-b12e01a50e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:27,377 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.127s 2022-07-12 12:56:27,377 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c50bb44-7003-4ebf-a631-e98c988b5a28', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c50bb44-7003-4ebf-a631-e98c988b5a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:28,467 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.082s 2022-07-12 12:56:28,468 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd095b0a-b1d1-4bec-bc39-62d7f16057c6', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd095b0a-b1d1-4bec-bc39-62d7f16057c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:29,583 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.106s 2022-07-12 12:56:29,583 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c24f0e2-f073-47d8-96a3-521a70bfbed3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c24f0e2-f073-47d8-96a3-521a70bfbed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:30,663 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.072s 2022-07-12 12:56:30,663 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e84e6dc4-4459-457d-b346-e018854955c8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e84e6dc4-4459-457d-b346-e018854955c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:31,869 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.197s 2022-07-12 12:56:31,869 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7f14ca-a38b-4ea0-bd97-66c7ff551220', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7f14ca-a38b-4ea0-bd97-66c7ff551220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:32,998 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.121s 2022-07-12 12:56:32,999 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bdc9095-04f9-4130-8d59-18b4ae189f7c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bdc9095-04f9-4130-8d59-18b4ae189f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:34,109 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.102s 2022-07-12 12:56:34,109 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a973b22a-f4e5-4ca9-ac75-1b840e6f9f45', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a973b22a-f4e5-4ca9-ac75-1b840e6f9f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:35,244 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.124s 2022-07-12 12:56:35,244 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c75bc6-85ad-4894-81ed-8bdba3b66e38', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c75bc6-85ad-4894-81ed-8bdba3b66e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:36,321 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.069s 2022-07-12 12:56:36,322 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc4ac4a5-4efd-407c-a0f1-d5ee60469424', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc4ac4a5-4efd-407c-a0f1-d5ee60469424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:37,485 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.155s 2022-07-12 12:56:37,485 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac54b674-891d-46e9-9777-dcc14167c34e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac54b674-891d-46e9-9777-dcc14167c34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:38,679 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.185s 2022-07-12 12:56:38,679 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08750d08-959f-4595-aa96-adc172f0c753', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08750d08-959f-4595-aa96-adc172f0c753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:39,850 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.162s 2022-07-12 12:56:39,850 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167036f4-dec6-4a67-aca6-1d145c917c77', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167036f4-dec6-4a67-aca6-1d145c917c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:40,958 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.100s 2022-07-12 12:56:40,959 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443b2560-dbe5-447a-a70f-46c071189a28', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443b2560-dbe5-447a-a70f-46c071189a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:42,058 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.091s 2022-07-12 12:56:42,059 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3b9603-e6e5-4080-8f61-56a7c1f2b293', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3b9603-e6e5-4080-8f61-56a7c1f2b293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:43,143 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.076s 2022-07-12 12:56:43,143 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e373323c-72f1-4182-8a07-2c22618daaf6', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e373323c-72f1-4182-8a07-2c22618daaf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:44,309 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.158s 2022-07-12 12:56:44,309 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d87f10a-7703-43fc-b234-90fbcc4ef21f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d87f10a-7703-43fc-b234-90fbcc4ef21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:45,382 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.064s 2022-07-12 12:56:45,382 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-794373dd-5a7b-483b-96d4-704a7209365b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-794373dd-5a7b-483b-96d4-704a7209365b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:46,497 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.106s 2022-07-12 12:56:46,497 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddb60742-1a9d-421d-8b44-17f356f453cd', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddb60742-1a9d-421d-8b44-17f356f453cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:47,568 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.062s 2022-07-12 12:56:47,568 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d3ea4a-31b0-4145-b830-00396324c7f9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20d3ea4a-31b0-4145-b830-00396324c7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:48,691 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.113s 2022-07-12 12:56:48,691 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d8fcfcc-8281-4091-a8ab-b8b6fb70596c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d8fcfcc-8281-4091-a8ab-b8b6fb70596c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:49,842 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.144s 2022-07-12 12:56:49,843 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70458f6b-c642-4d6c-ba61-610c0e5f7f2a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70458f6b-c642-4d6c-ba61-610c0e5f7f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:50,977 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.126s 2022-07-12 12:56:50,977 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a66cd4b-0bd9-4c93-8cc0-443bca3271c3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a66cd4b-0bd9-4c93-8cc0-443bca3271c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:52,061 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.075s 2022-07-12 12:56:52,061 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b20f2e-a288-49f6-8f84-6139fb5948b7', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b20f2e-a288-49f6-8f84-6139fb5948b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:53,131 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:56:53,131 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22d2ba1e-39b1-48fe-ad90-7a7bc4166e59', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22d2ba1e-39b1-48fe-ad90-7a7bc4166e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:54,226 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.087s 2022-07-12 12:56:54,226 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d3cce2-91df-481f-b003-87378b0f2eb3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d3cce2-91df-481f-b003-87378b0f2eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:55,305 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.070s 2022-07-12 12:56:55,305 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-883d047a-83e5-4b0d-bc25-d5032745bc4d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-883d047a-83e5-4b0d-bc25-d5032745bc4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:56,372 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.059s 2022-07-12 12:56:56,372 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43f117f-79ae-4680-9598-e824e2b8ffa0', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43f117f-79ae-4680-9598-e824e2b8ffa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:57,475 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.095s 2022-07-12 12:56:57,476 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c59dc91-d125-4d33-a2e2-261c6597b95e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c59dc91-d125-4d33-a2e2-261c6597b95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:58,636 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.153s 2022-07-12 12:56:58,636 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681666d3-4381-4f84-8d75-b5196ea66537', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681666d3-4381-4f84-8d75-b5196ea66537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:56:59,739 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.094s 2022-07-12 12:56:59,739 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa08583-033f-48d4-9eaf-6844a7161b12', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa08583-033f-48d4-9eaf-6844a7161b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:00,874 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.126s 2022-07-12 12:57:00,874 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c945dc-9d75-44a9-8cf5-7dba7f9d93bf', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c945dc-9d75-44a9-8cf5-7dba7f9d93bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:02,008 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.126s 2022-07-12 12:57:02,009 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74101933-847b-493c-8e95-c6096ea7d858', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74101933-847b-493c-8e95-c6096ea7d858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:03,126 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.109s 2022-07-12 12:57:03,127 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bede9923-104a-484f-81ec-c97055d3b474', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bede9923-104a-484f-81ec-c97055d3b474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:55:59.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:04,241 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.107s 2022-07-12 12:57:04,242 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb1a1c40-12d5-4ed3-b1ee-8b6b8e78668a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb1a1c40-12d5-4ed3-b1ee-8b6b8e78668a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:05,349 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.098s 2022-07-12 12:57:05,349 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb132eb8-b6fb-4516-9bee-575fb3ce456b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb132eb8-b6fb-4516-9bee-575fb3ce456b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:06,406 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:57:06,406 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eb6a4bf-9a2f-4490-b316-280a551444e1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eb6a4bf-9a2f-4490-b316-280a551444e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:07,490 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.076s 2022-07-12 12:57:07,490 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b79103-d562-4db1-80f7-25bca9850d46', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b79103-d562-4db1-80f7-25bca9850d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:08,557 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.059s 2022-07-12 12:57:08,558 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17dd16fd-d700-494a-aa2d-fae4e1e02ca0', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17dd16fd-d700-494a-aa2d-fae4e1e02ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:09,640 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.075s 2022-07-12 12:57:09,641 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4859e68-e147-4697-89e4-b67f989e896a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4859e68-e147-4697-89e4-b67f989e896a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:10,759 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.110s 2022-07-12 12:57:10,760 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c8561c-5db6-4094-8214-6c70aff822df', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c8561c-5db6-4094-8214-6c70aff822df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:11,919 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.148s 2022-07-12 12:57:11,919 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3ecdbe-2d27-4d85-af25-4d0bff199310', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3ecdbe-2d27-4d85-af25-4d0bff199310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:13,314 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.388s 2022-07-12 12:57:13,315 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3505307-b2b1-46bf-a2c9-d19527dc3145', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3505307-b2b1-46bf-a2c9-d19527dc3145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:14,396 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.073s 2022-07-12 12:57:14,396 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f496c47f-1987-45b5-b314-e941f58a5ede', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f496c47f-1987-45b5-b314-e941f58a5ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:15,462 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:57:15,463 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330da9fd-497b-45dd-96c8-60352f2f280f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330da9fd-497b-45dd-96c8-60352f2f280f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:16,532 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.060s 2022-07-12 12:57:16,533 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3302008e-f5cc-497d-9c68-49aa0978e869', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3302008e-f5cc-497d-9c68-49aa0978e869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:17,650 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.110s 2022-07-12 12:57:17,650 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20187a81-e211-4415-92d2-c27837289d39', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20187a81-e211-4415-92d2-c27837289d39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:18,784 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.125s 2022-07-12 12:57:18,784 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23120748-732c-413a-8626-62b3fc4f47ed', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23120748-732c-413a-8626-62b3fc4f47ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:19,878 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.086s 2022-07-12 12:57:19,879 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e50a41e-968b-4b33-bfa9-a80617bc306e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e50a41e-968b-4b33-bfa9-a80617bc306e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:20,961 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.073s 2022-07-12 12:57:20,962 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad132051-08ba-499b-bb93-28b6a2635f9b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad132051-08ba-499b-bb93-28b6a2635f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:22,044 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.074s 2022-07-12 12:57:22,044 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e45437-e456-4f5c-849d-e5854a46ec3f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e45437-e456-4f5c-849d-e5854a46ec3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:23,129 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.077s 2022-07-12 12:57:23,129 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-896dc46d-e609-415c-b863-bd1a512ae278', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-896dc46d-e609-415c-b863-bd1a512ae278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:24,202 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.065s 2022-07-12 12:57:24,203 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a5b12d8-7944-499b-a195-c4ac60bae45f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a5b12d8-7944-499b-a195-c4ac60bae45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:25,302 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.091s 2022-07-12 12:57:25,303 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-395ddd98-7431-41c8-8d66-8a21325eaa5a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-395ddd98-7431-41c8-8d66-8a21325eaa5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:26,688 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.373s 2022-07-12 12:57:26,689 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f68a79-10b3-49e1-b745-768977dc60f4', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f68a79-10b3-49e1-b745-768977dc60f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:27,782 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.084s 2022-07-12 12:57:27,782 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff386f1-3c42-440e-8e98-0e8198f250b1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff386f1-3c42-440e-8e98-0e8198f250b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:28,864 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.074s 2022-07-12 12:57:28,865 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fcd7ac1-d2b8-465e-9cf8-57eee76a373b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fcd7ac1-d2b8-465e-9cf8-57eee76a373b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:29,955 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.082s 2022-07-12 12:57:29,956 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8aae8c3-d23d-4a22-8796-47611850554c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8aae8c3-d23d-4a22-8796-47611850554c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:31,072 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.106s 2022-07-12 12:57:31,072 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-297fda73-3ca9-40df-b967-fa350aea4b5b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-297fda73-3ca9-40df-b967-fa350aea4b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:32,138 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.059s 2022-07-12 12:57:32,139 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f6d18bb-45ac-47e9-afd8-790b7c8a8ae9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f6d18bb-45ac-47e9-afd8-790b7c8a8ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:33,235 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.089s 2022-07-12 12:57:33,235 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8320d63-ee3f-4f55-9e52-ca89190cc1f6', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8320d63-ee3f-4f55-9e52-ca89190cc1f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:34,303 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.060s 2022-07-12 12:57:34,303 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225461dc-846d-48ef-97d5-b75dd99baf34', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225461dc-846d-48ef-97d5-b75dd99baf34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:35,387 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.074s 2022-07-12 12:57:35,387 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624b8c79-4dc5-470d-968d-4b31e2089fff', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624b8c79-4dc5-470d-968d-4b31e2089fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:36,465 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.070s 2022-07-12 12:57:36,465 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee80613d-456a-43df-8756-f712d0c1781a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee80613d-456a-43df-8756-f712d0c1781a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:37,547 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.074s 2022-07-12 12:57:37,548 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eae97ad-6c4c-4b81-a876-62bb2e3cda97', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eae97ad-6c4c-4b81-a876-62bb2e3cda97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:38,610 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.053s 2022-07-12 12:57:38,610 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e38fa605-be75-4956-b1cb-994908dd54ac', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e38fa605-be75-4956-b1cb-994908dd54ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:39,672 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 12:57:39,673 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-570e395a-089c-4d54-ad76-acee98c000ef', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-570e395a-089c-4d54-ad76-acee98c000ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:40,727 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.046s 2022-07-12 12:57:40,727 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e7885d-fbbc-497d-ac20-45c01a812cb8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e7885d-fbbc-497d-ac20-45c01a812cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:41,776 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 12:57:41,776 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960ca394-ff9a-47bb-b7db-aa26a871b8f8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960ca394-ff9a-47bb-b7db-aa26a871b8f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:42,843 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:57:42,843 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4595f681-cc1c-48fa-a296-9a742010e271', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4595f681-cc1c-48fa-a296-9a742010e271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:43,892 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 12:57:43,892 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294071a6-f83e-43c3-8cf0-2b8cdabf96ee', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294071a6-f83e-43c3-8cf0-2b8cdabf96ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:44,948 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:57:44,949 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d2d9f26-f0f8-42dd-8753-15bb7b697864', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d2d9f26-f0f8-42dd-8753-15bb7b697864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:46,012 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.056s 2022-07-12 12:57:46,013 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4bf2a0-c6a1-4c47-85fe-076d6b3e2922', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4bf2a0-c6a1-4c47-85fe-076d6b3e2922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:47,096 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.075s 2022-07-12 12:57:47,096 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fdfe439-18dc-4669-9790-1026aae0f139', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fdfe439-18dc-4669-9790-1026aae0f139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:48,150 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:57:48,150 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2862bb28-d653-47ae-9c2c-f608fbf55953', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2862bb28-d653-47ae-9c2c-f608fbf55953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:49,226 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.068s 2022-07-12 12:57:49,227 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bbf6cc8-d136-420f-8bec-ab36b150ac04', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bbf6cc8-d136-420f-8bec-ab36b150ac04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:50,311 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.076s 2022-07-12 12:57:50,311 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f9721a-0211-4fa5-80a2-cc87d45d4a02', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f9721a-0211-4fa5-80a2-cc87d45d4a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:51,367 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 12:57:51,367 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b83aea-f57d-469f-ab00-356c891a64c0', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b83aea-f57d-469f-ab00-356c891a64c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:52,436 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.060s 2022-07-12 12:57:52,436 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615628d2-912f-4a10-9cbd-f184579f86e9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615628d2-912f-4a10-9cbd-f184579f86e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:53,516 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.072s 2022-07-12 12:57:53,517 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff519fc5-4ebe-4125-9b17-7f934b9eaa2f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff519fc5-4ebe-4125-9b17-7f934b9eaa2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:54,613 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.088s 2022-07-12 12:57:54,613 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f3ab3c-4ba5-4783-b2dd-71840fc85867', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f3ab3c-4ba5-4783-b2dd-71840fc85867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:55,664 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:57:55,665 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56408e15-55cf-4f8d-950a-25df8f8e1283', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56408e15-55cf-4f8d-950a-25df8f8e1283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:56,751 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.078s 2022-07-12 12:57:56,751 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627f5cd5-88e8-4a98-a38a-12e30070ffeb', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627f5cd5-88e8-4a98-a38a-12e30070ffeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:57,821 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.061s 2022-07-12 12:57:57,822 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3332831-492b-43c6-9a92-d68a4cb86969', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3332831-492b-43c6-9a92-d68a4cb86969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:57:58,920 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.090s 2022-07-12 12:57:58,921 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62f0b2a-e8ed-4ce4-9da2-826ce37c1a4b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62f0b2a-e8ed-4ce4-9da2-826ce37c1a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:00,054 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.125s 2022-07-12 12:58:00,054 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e63635-afd5-46d6-b9e4-3ca0d19d442b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e63635-afd5-46d6-b9e4-3ca0d19d442b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:01,132 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.070s 2022-07-12 12:58:01,132 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758ebdd7-1bda-4df1-a1c7-6db597b2e374', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758ebdd7-1bda-4df1-a1c7-6db597b2e374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:02,192 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 12:58:02,192 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364150d0-6c56-4e47-ba3a-83548ce063ab', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364150d0-6c56-4e47-ba3a-83548ce063ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:03,260 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.059s 2022-07-12 12:58:03,260 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e416c808-b3a8-4385-bddd-f4fff81215c4', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e416c808-b3a8-4385-bddd-f4fff81215c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:04,316 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:58:04,316 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b740018-352d-49a3-882a-1764da3cf450', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b740018-352d-49a3-882a-1764da3cf450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:05,374 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.049s 2022-07-12 12:58:05,374 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ccefd7a-472b-47b2-92ba-cd2006065cc9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ccefd7a-472b-47b2-92ba-cd2006065cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:06,460 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.077s 2022-07-12 12:58:06,460 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098c0789-ec32-4a43-ad53-f008b611e419', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098c0789-ec32-4a43-ad53-f008b611e419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:07,515 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 12:58:07,516 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6a183c-341c-43f6-a239-6706a23ee167', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6a183c-341c-43f6-a239-6706a23ee167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:08,575 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 12:58:08,575 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b28ec31f-6914-4ad5-abc3-7858667ce228', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b28ec31f-6914-4ad5-abc3-7858667ce228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:09,626 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:58:09,627 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e62aac6-4121-4eb7-8ca7-f84a55258c8f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e62aac6-4121-4eb7-8ca7-f84a55258c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:10,719 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.084s 2022-07-12 12:58:10,719 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4f8b6d1-29f7-40f1-9279-4ad52974b730', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4f8b6d1-29f7-40f1-9279-4ad52974b730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:11,785 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:58:11,785 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f98f54b0-eac1-4054-a81c-bccbefeddf1d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f98f54b0-eac1-4054-a81c-bccbefeddf1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:12,874 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.080s 2022-07-12 12:58:12,874 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab76a3b9-423c-441d-9293-1b86a1a77f3f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab76a3b9-423c-441d-9293-1b86a1a77f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:14,001 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.118s 2022-07-12 12:58:14,001 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95930840-1029-44fd-b5d9-da8fa6188469', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95930840-1029-44fd-b5d9-da8fa6188469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:15,087 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.078s 2022-07-12 12:58:15,087 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa2339b-e4a6-41d8-b28d-168ec934f556', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa2339b-e4a6-41d8-b28d-168ec934f556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:16,147 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 12:58:16,147 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76827578-f8c6-410c-b2c6-9c4bb9f36506', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76827578-f8c6-410c-b2c6-9c4bb9f36506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:17,196 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.040s 2022-07-12 12:58:17,196 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8451566f-d703-4640-b51b-8cc88962c17f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8451566f-d703-4640-b51b-8cc88962c17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:18,245 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 12:58:18,245 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b90a175-e5de-4f6a-bbf4-88c543bb4205', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b90a175-e5de-4f6a-bbf4-88c543bb4205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:19,302 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:58:19,302 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60a59b6-0acc-43e6-906f-2e4c1c379511', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60a59b6-0acc-43e6-906f-2e4c1c379511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:20,357 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 12:58:20,357 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f65c8a4b-97f8-409f-9416-f3c06a38488b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f65c8a4b-97f8-409f-9416-f3c06a38488b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:21,424 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:58:21,424 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76eace36-dda7-4f88-8621-7059c3e00669', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76eace36-dda7-4f88-8621-7059c3e00669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:22,476 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:58:22,476 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa5663d8-b956-4ac3-badd-3d6b33f8f4e7', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa5663d8-b956-4ac3-badd-3d6b33f8f4e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:23,533 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:58:23,533 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38805709-08a9-4788-83b6-cfe24f580e7e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38805709-08a9-4788-83b6-cfe24f580e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:24,606 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.065s 2022-07-12 12:58:24,606 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15592066-46ba-4605-abdc-94d7aaa4359a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15592066-46ba-4605-abdc-94d7aaa4359a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:25,655 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 12:58:25,656 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50a62d4-632b-41d4-84a7-4e02c163190c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50a62d4-632b-41d4-84a7-4e02c163190c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:26,721 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.057s 2022-07-12 12:58:26,721 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c0fc7c7-617b-48a9-8e5c-737fd2b8eb11', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c0fc7c7-617b-48a9-8e5c-737fd2b8eb11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:27,771 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 12:58:27,771 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e04d5ce-9e0b-4c6d-972d-1e62b4eb2b01', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e04d5ce-9e0b-4c6d-972d-1e62b4eb2b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:28,821 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.042s 2022-07-12 12:58:28,821 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90693b3c-2310-4139-8b57-49c54aa8d09e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90693b3c-2310-4139-8b57-49c54aa8d09e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:29,890 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.062s 2022-07-12 12:58:29,890 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6435c96a-a7aa-47af-a8ba-f0e7dadd110a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6435c96a-a7aa-47af-a8ba-f0e7dadd110a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:30,948 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.050s 2022-07-12 12:58:30,949 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9329ba7-f43c-4821-aed0-570e0801f847', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9329ba7-f43c-4821-aed0-570e0801f847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:32,048 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.091s 2022-07-12 12:58:32,049 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25acf842-d11d-4288-96f7-4523792a3904', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25acf842-d11d-4288-96f7-4523792a3904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:33,159 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.102s 2022-07-12 12:58:33,160 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09daf555-a792-43a3-8b74-8edc45613a66', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09daf555-a792-43a3-8b74-8edc45613a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:34,209 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 12:58:34,209 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-936567f3-d25e-4c5a-98a1-97ea056fb40f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-936567f3-d25e-4c5a-98a1-97ea056fb40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:35,298 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.080s 2022-07-12 12:58:35,298 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96aa87d0-a316-423e-ab19-5c0af7fdce11', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96aa87d0-a316-423e-ab19-5c0af7fdce11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:36,405 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.098s 2022-07-12 12:58:36,405 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d50ee8-bfb9-4729-ae55-8aa2ecbe79fa', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d50ee8-bfb9-4729-ae55-8aa2ecbe79fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:37,472 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.059s 2022-07-12 12:58:37,473 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a53106fc-88d5-4f19-8404-48bca16a7892', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53106fc-88d5-4f19-8404-48bca16a7892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:38,548 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.066s 2022-07-12 12:58:38,548 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b4926d8-b3c9-4a07-9772-43f109f73d97', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b4926d8-b3c9-4a07-9772-43f109f73d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:39,632 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.076s 2022-07-12 12:58:39,633 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1748f0-cb9f-4ac2-92ca-8ccb49138d89', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1748f0-cb9f-4ac2-92ca-8ccb49138d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:40,703 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.062s 2022-07-12 12:58:40,704 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bccbd2b-962d-4f19-8f4f-78ecc902d29d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bccbd2b-962d-4f19-8f4f-78ecc902d29d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:41,860 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.149s 2022-07-12 12:58:41,861 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6731a53-ac70-4bfd-9222-7042181466d1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6731a53-ac70-4bfd-9222-7042181466d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:42,967 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.098s 2022-07-12 12:58:42,968 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc7d77a-3db3-4ba0-bf43-54d388f8d4fd', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc7d77a-3db3-4ba0-bf43-54d388f8d4fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:44,034 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.057s 2022-07-12 12:58:44,035 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48b4900f-a953-493c-8a80-7fe92ef3f7e3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48b4900f-a953-493c-8a80-7fe92ef3f7e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:45,090 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 12:58:45,090 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5646f61a-23ec-4fdf-9091-1c4bb8f6fab3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5646f61a-23ec-4fdf-9091-1c4bb8f6fab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:46,155 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.057s 2022-07-12 12:58:46,156 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1b57dcc-aea2-4406-97ae-261fe792e945', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1b57dcc-aea2-4406-97ae-261fe792e945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:47,243 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.079s 2022-07-12 12:58:47,243 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf3d162-f095-4008-8b90-fac229840c37', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf3d162-f095-4008-8b90-fac229840c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:48,313 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.063s 2022-07-12 12:58:48,314 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4960fe51-f46d-49a0-8b21-1aeea9611b12', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4960fe51-f46d-49a0-8b21-1aeea9611b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:49,421 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.099s 2022-07-12 12:58:49,421 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e81afda-8964-4ae6-aba1-e9cdec40f918', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e81afda-8964-4ae6-aba1-e9cdec40f918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:50,532 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.102s 2022-07-12 12:58:50,532 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-000d731a-f5c1-49d8-9641-fe0e2b806974', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-000d731a-f5c1-49d8-9641-fe0e2b806974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:51,620 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.080s 2022-07-12 12:58:51,621 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7671f01c-f8ca-49a1-a3f4-e5cef2912512', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7671f01c-f8ca-49a1-a3f4-e5cef2912512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:52,672 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:58:52,672 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4148b69-442b-49b5-9c01-76cf647caec9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4148b69-442b-49b5-9c01-76cf647caec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:53,759 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.078s 2022-07-12 12:58:53,760 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec76cc6-dc6f-406b-9dfe-f84ed180e189', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec76cc6-dc6f-406b-9dfe-f84ed180e189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:54,844 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.077s 2022-07-12 12:58:54,845 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d583b0b-6e2a-4f5f-98d1-5692b8eb2c8e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d583b0b-6e2a-4f5f-98d1-5692b8eb2c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:55,954 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.100s 2022-07-12 12:58:55,954 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c47cd95-fd31-4240-8340-b25459a13187', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c47cd95-fd31-4240-8340-b25459a13187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:57,024 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.061s 2022-07-12 12:58:57,024 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4062829-4546-4c22-8924-a74487d02e3a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4062829-4546-4c22-8924-a74487d02e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:58,083 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.050s 2022-07-12 12:58:58,083 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76333947-2c9f-44f6-8464-224b325f58d1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76333947-2c9f-44f6-8464-224b325f58d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:58:59,141 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:58:59,142 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb0e143d-0326-425d-a921-ceb5fbfdd3f8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb0e143d-0326-425d-a921-ceb5fbfdd3f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:00,195 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.046s 2022-07-12 12:59:00,195 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be549f2-6031-4fbb-8e03-e868fa670ff2', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be549f2-6031-4fbb-8e03-e868fa670ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:01,251 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:59:01,251 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a853e7a-e320-4a51-92ae-878578f13804', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a853e7a-e320-4a51-92ae-878578f13804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:02,313 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.055s 2022-07-12 12:59:02,314 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8557b913-1e1c-438c-9f2d-37130409187d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8557b913-1e1c-438c-9f2d-37130409187d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:03,374 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.052s 2022-07-12 12:59:03,375 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a18bf9-868d-4510-a242-164da157efc8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a18bf9-868d-4510-a242-164da157efc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:04,441 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:59:04,441 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8b32e26-58ce-48f0-a170-e7d3c4684977', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8b32e26-58ce-48f0-a170-e7d3c4684977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:05,497 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:59:05,497 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-816f7ad2-2762-4563-a86d-fa6a11a5124d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-816f7ad2-2762-4563-a86d-fa6a11a5124d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:06,549 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:59:06,550 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6be8e5-2bd2-409f-8905-b7fa60d07b59', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6be8e5-2bd2-409f-8905-b7fa60d07b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:07,620 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.063s 2022-07-12 12:59:07,620 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0205e9b3-5deb-4c5c-8770-04bbbc97814d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0205e9b3-5deb-4c5c-8770-04bbbc97814d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:08,688 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:59:08,688 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4091675-1dce-4b72-8ecc-06ffafc73b0d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4091675-1dce-4b72-8ecc-06ffafc73b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:09,745 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:59:09,746 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce354c57-bc38-4af9-873f-4b248e13a072', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce354c57-bc38-4af9-873f-4b248e13a072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:10,797 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:59:10,797 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b527f2-c5ea-44bb-9c98-4cd06c26db7b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b527f2-c5ea-44bb-9c98-4cd06c26db7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:11,859 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.053s 2022-07-12 12:59:11,859 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fac68a-237a-4e94-8d4b-9c0553967f60', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fac68a-237a-4e94-8d4b-9c0553967f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:12,910 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:59:12,911 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37c7893d-1477-4387-91ae-d6cbadacb08c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37c7893d-1477-4387-91ae-d6cbadacb08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:13,971 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.052s 2022-07-12 12:59:13,971 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458f98a3-0d27-4aa8-864b-95d783bbdeca', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458f98a3-0d27-4aa8-864b-95d783bbdeca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:15,029 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 12:59:15,030 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb22113e-6686-4550-a1e0-8b743503569f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb22113e-6686-4550-a1e0-8b743503569f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:16,082 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:59:16,083 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd60e16-ff97-4c95-82b5-01c49543f642', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd60e16-ff97-4c95-82b5-01c49543f642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:17,140 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.049s 2022-07-12 12:59:17,141 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eed7aac-8da4-477b-b8ae-b8ce3884d70f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eed7aac-8da4-477b-b8ae-b8ce3884d70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:18,194 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.046s 2022-07-12 12:59:18,195 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eae498c0-bba7-44ba-8e95-c82530a84ffd', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae498c0-bba7-44ba-8e95-c82530a84ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:19,249 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.046s 2022-07-12 12:59:19,249 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce162bd-1ebf-4382-b429-653adcc11f41', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce162bd-1ebf-4382-b429-653adcc11f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:20,299 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.042s 2022-07-12 12:59:20,300 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6253e53-7275-4b50-92c2-2a2268cde246', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6253e53-7275-4b50-92c2-2a2268cde246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:21,357 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.049s 2022-07-12 12:59:21,357 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7abfed1-171c-4129-ba01-55ccb84b866f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7abfed1-171c-4129-ba01-55ccb84b866f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:22,436 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.070s 2022-07-12 12:59:22,436 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc665c43-5101-446e-9b4d-886b71471efb', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc665c43-5101-446e-9b4d-886b71471efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:23,520 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.075s 2022-07-12 12:59:23,520 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ec37c67-d27f-4cbe-b51f-d26e2cb9dc09', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ec37c67-d27f-4cbe-b51f-d26e2cb9dc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:24,608 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.078s 2022-07-12 12:59:24,608 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e5b3873-d126-472d-83d2-f3d5beda174f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e5b3873-d126-472d-83d2-f3d5beda174f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:25,688 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.071s 2022-07-12 12:59:25,688 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8f230e-96ce-4464-b8b7-67b7d05d0554', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8f230e-96ce-4464-b8b7-67b7d05d0554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:26,740 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:59:26,741 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe2b228f-5654-424c-a945-7d7e75c71198', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe2b228f-5654-424c-a945-7d7e75c71198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:27,793 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:59:27,794 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-513705bc-f069-4b17-9d83-0d3aa25eb892', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-513705bc-f069-4b17-9d83-0d3aa25eb892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:28,842 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.040s 2022-07-12 12:59:28,842 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944ed89e-45f2-43b8-b7eb-e4e6367311d1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944ed89e-45f2-43b8-b7eb-e4e6367311d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:29,890 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.040s 2022-07-12 12:59:29,890 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd4d58c-c6b8-4569-bb94-e79527e51e86', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd4d58c-c6b8-4569-bb94-e79527e51e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:30,952 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 12:59:30,952 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-316e56d1-cab4-4f15-82b3-1bd3fdcef0f5', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-316e56d1-cab4-4f15-82b3-1bd3fdcef0f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:32,038 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.077s 2022-07-12 12:59:32,038 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e95f61c-05da-442f-91fe-2fb4d837b098', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e95f61c-05da-442f-91fe-2fb4d837b098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:33,121 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.074s 2022-07-12 12:59:33,121 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d84187-1aa2-4316-a420-f8da77314321', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82d84187-1aa2-4316-a420-f8da77314321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:34,205 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.076s 2022-07-12 12:59:34,205 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f072dbc-29ce-486f-a66c-81db03cd6062', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f072dbc-29ce-486f-a66c-81db03cd6062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:35,274 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.060s 2022-07-12 12:59:35,274 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3df20f-b045-47ca-b261-7c8e1199e0f8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3df20f-b045-47ca-b261-7c8e1199e0f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:36,372 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.089s 2022-07-12 12:59:36,372 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54c8264-6194-46ba-92ad-f6619cdae2e3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54c8264-6194-46ba-92ad-f6619cdae2e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:37,458 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.077s 2022-07-12 12:59:37,458 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1eb6d68-cc3a-491c-b30c-f1d2ad335d0d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1eb6d68-cc3a-491c-b30c-f1d2ad335d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:38,522 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.056s 2022-07-12 12:59:38,523 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-575c4025-e3cf-402a-a6e1-fab586ba973d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-575c4025-e3cf-402a-a6e1-fab586ba973d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:39,592 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.062s 2022-07-12 12:59:39,592 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9ce5f2-b0ac-4d43-b400-9edec096f4c9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9ce5f2-b0ac-4d43-b400-9edec096f4c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:40,651 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 12:59:40,651 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1667a7a2-9c13-4add-8643-5dc8530672ab', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1667a7a2-9c13-4add-8643-5dc8530672ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:41,728 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.069s 2022-07-12 12:59:41,728 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865557fb-b19c-44db-9235-2a98ac2e783a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865557fb-b19c-44db-9235-2a98ac2e783a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:42,799 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.062s 2022-07-12 12:59:42,799 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15333dc8-f2da-46a3-858a-295ba19a4723', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15333dc8-f2da-46a3-858a-295ba19a4723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:43,867 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.058s 2022-07-12 12:59:43,867 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb322ee-8cfa-4a10-b910-ad1522e31ddb', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb322ee-8cfa-4a10-b910-ad1522e31ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:45,023 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.148s 2022-07-12 12:59:45,024 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28644cf7-e766-4867-81bc-9fe80ac79b27', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28644cf7-e766-4867-81bc-9fe80ac79b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:46,098 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.066s 2022-07-12 12:59:46,098 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36d800d-056d-4f1d-8dbf-16283efb41a3', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36d800d-056d-4f1d-8dbf-16283efb41a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:47,148 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 12:59:47,148 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66df476c-70e8-4882-8d37-48dc3bba8ef2', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66df476c-70e8-4882-8d37-48dc3bba8ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:48,206 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.050s 2022-07-12 12:59:48,207 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-985a5835-64e7-4a32-b277-cf5debd6c516', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-985a5835-64e7-4a32-b277-cf5debd6c516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:49,263 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 12:59:49,263 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dc64284-9156-44da-9320-15cf3279c797', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dc64284-9156-44da-9320-15cf3279c797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:50,314 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.042s 2022-07-12 12:59:50,314 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd746bb3-d0ce-4c53-becd-c3695f2d9059', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd746bb3-d0ce-4c53-becd-c3695f2d9059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:51,374 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.052s 2022-07-12 12:59:51,375 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae4c42fe-b127-4537-986f-c5fedb755796', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae4c42fe-b127-4537-986f-c5fedb755796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:52,426 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:59:52,426 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc000a2-ef5e-4c1f-a594-bce2926ec575', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc000a2-ef5e-4c1f-a594-bce2926ec575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:53,479 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:59:53,479 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf8a2437-4463-477f-b638-b12f8c887b9d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf8a2437-4463-477f-b638-b12f8c887b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:54,531 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:59:54,531 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c118032e-c3ba-447e-bbe9-21f2569438f7', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c118032e-c3ba-447e-bbe9-21f2569438f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:55,585 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.046s 2022-07-12 12:59:55,586 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf69cc4c-7181-4438-acf1-fd1af374432d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf69cc4c-7181-4438-acf1-fd1af374432d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:56,646 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 12:59:56,646 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b38506d7-0e92-4dc8-bf61-41274252faef', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b38506d7-0e92-4dc8-bf61-41274252faef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:57,698 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:59:57,698 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e6e743c-ed6d-476a-9205-1476562a075c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e6e743c-ed6d-476a-9205-1476562a075c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:58,750 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 12:59:58,750 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b28a853a-67f9-41bc-85ff-709a1d4f1ba8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b28a853a-67f9-41bc-85ff-709a1d4f1ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 12:59:59,802 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 12:59:59,803 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32481f7e-be37-40d4-97d6-102de3b12a77', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32481f7e-be37-40d4-97d6-102de3b12a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:00,854 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 13:00:00,854 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b061273b-7ba4-46cb-9c67-88e50b536d44', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b061273b-7ba4-46cb-9c67-88e50b536d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:01,910 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 13:00:01,911 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5b58051-f59e-4674-974a-7c24e49a5994', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5b58051-f59e-4674-974a-7c24e49a5994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:02,963 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 13:00:02,963 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99c00a1-169c-46b5-bcca-f75d154323ea', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99c00a1-169c-46b5-bcca-f75d154323ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:04,035 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.062s 2022-07-12 13:00:04,035 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f71dbea2-444c-4197-ae84-8ad56708418b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f71dbea2-444c-4197-ae84-8ad56708418b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:05,083 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.040s 2022-07-12 13:00:05,083 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030d1cca-e05c-46f4-a6b0-2e90d8954552', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030d1cca-e05c-46f4-a6b0-2e90d8954552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:06,148 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.056s 2022-07-12 13:00:06,148 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a108dba-e0a4-484b-b6af-58c2721e1e30', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a108dba-e0a4-484b-b6af-58c2721e1e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:07,224 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.066s 2022-07-12 13:00:07,224 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49582e90-ae46-47f6-a789-f0e19095fafb', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49582e90-ae46-47f6-a789-f0e19095fafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:08,281 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.049s 2022-07-12 13:00:08,281 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb415458-2c86-4f95-95ec-8e0c031bbc5f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb415458-2c86-4f95-95ec-8e0c031bbc5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:09,344 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:00:09,344 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-423d64bf-e412-43fd-80bd-c7c9d0fb7613', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-423d64bf-e412-43fd-80bd-c7c9d0fb7613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:10,406 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:00:10,407 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e203df22-7a5a-4415-81b4-41b3149498b4', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e203df22-7a5a-4415-81b4-41b3149498b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:11,485 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.070s 2022-07-12 13:00:11,485 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e578b1-ff7a-4e0b-8afb-2b1a258c4b49', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e578b1-ff7a-4e0b-8afb-2b1a258c4b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:12,563 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.070s 2022-07-12 13:00:12,563 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff917a67-2e32-4ed2-b814-f626f2d2dc6d', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff917a67-2e32-4ed2-b814-f626f2d2dc6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:13,625 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.052s 2022-07-12 13:00:13,625 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31de4a47-775f-4db8-996a-e3fa3a674b2e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31de4a47-775f-4db8-996a-e3fa3a674b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:14,702 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.068s 2022-07-12 13:00:14,702 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64648542-e78b-4e25-bcc2-60dd53e65c05', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64648542-e78b-4e25-bcc2-60dd53e65c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:15,755 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.045s 2022-07-12 13:00:15,756 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ff09ec-5869-4d92-a4c9-4c8132d5e7ea', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ff09ec-5869-4d92-a4c9-4c8132d5e7ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:16,806 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 13:00:16,807 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eab6591-4857-4ade-bfca-c424a5626e3e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eab6591-4857-4ade-bfca-c424a5626e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:17,859 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.045s 2022-07-12 13:00:17,860 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963a91ba-31b2-477c-b052-aa029f3aa1cd', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963a91ba-31b2-477c-b052-aa029f3aa1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:18,923 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.056s 2022-07-12 13:00:18,924 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994d96a6-46de-4f9f-99cb-977aacffa5cf', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994d96a6-46de-4f9f-99cb-977aacffa5cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:19,987 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.055s 2022-07-12 13:00:19,988 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d9b941-3ca8-4a3c-8792-b7a31e4879b8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d9b941-3ca8-4a3c-8792-b7a31e4879b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:21,037 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.042s 2022-07-12 13:00:21,038 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf611dd5-319e-425e-b263-2df9438d60c1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf611dd5-319e-425e-b263-2df9438d60c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:22,109 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.063s 2022-07-12 13:00:22,110 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87ede45-fc5d-4243-ab9c-998688ccd404', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87ede45-fc5d-4243-ab9c-998688ccd404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:23,167 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.049s 2022-07-12 13:00:23,167 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-551d1afc-f33a-48e6-bc72-fd49f025376c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-551d1afc-f33a-48e6-bc72-fd49f025376c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:24,219 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.045s 2022-07-12 13:00:24,220 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7105f87a-7934-4fa8-9b9d-e97cc99d9cd1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7105f87a-7934-4fa8-9b9d-e97cc99d9cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:25,279 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 13:00:25,279 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a2fa01-5367-4ccf-b332-ad9f7fe28f1a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a2fa01-5367-4ccf-b332-ad9f7fe28f1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:26,348 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.061s 2022-07-12 13:00:26,349 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3906aef8-0217-4559-9390-cf0e1f6ffa19', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3906aef8-0217-4559-9390-cf0e1f6ffa19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:27,399 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.043s 2022-07-12 13:00:27,400 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f1672a-0214-4669-bdd9-864dc84318c7', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f1672a-0214-4669-bdd9-864dc84318c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:28,447 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.039s 2022-07-12 13:00:28,448 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809bf28b-31df-4aac-a747-aba9df6ad106', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809bf28b-31df-4aac-a747-aba9df6ad106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:29,503 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.046s 2022-07-12 13:00:29,503 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a3a50b-a30b-4136-9c5c-170d9d0da2be', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a3a50b-a30b-4136-9c5c-170d9d0da2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:30,551 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.040s 2022-07-12 13:00:30,552 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed084ead-4460-4a53-96c6-47361c5e23fd', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed084ead-4460-4a53-96c6-47361c5e23fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:31,601 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.042s 2022-07-12 13:00:31,602 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c93cb521-bee9-400e-9752-e936500af7c4', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c93cb521-bee9-400e-9752-e936500af7c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:32,662 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.053s 2022-07-12 13:00:32,663 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e20343c-d78f-4c8d-a84a-3af2b2ccdd2c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e20343c-d78f-4c8d-a84a-3af2b2ccdd2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:33,718 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 13:00:33,718 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-654ff17b-e2dc-41a8-88d5-f6a74c63aefc', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-654ff17b-e2dc-41a8-88d5-f6a74c63aefc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:34,774 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 13:00:34,774 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a925df-5987-49f3-9033-b75fa384e9e1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a925df-5987-49f3-9033-b75fa384e9e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:35,826 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 13:00:35,826 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f496e81d-3d25-4f31-8964-694f91bf42f0', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f496e81d-3d25-4f31-8964-694f91bf42f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:36,886 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.053s 2022-07-12 13:00:36,887 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49a1fcf-b6c4-44c2-b8ae-e495bc00b1a8', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49a1fcf-b6c4-44c2-b8ae-e495bc00b1a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:37,940 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.046s 2022-07-12 13:00:37,941 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3f674e-b0ad-4ec7-b90e-30181f0f48b9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3f674e-b0ad-4ec7-b90e-30181f0f48b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:39,003 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:00:39,003 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa5df57d-7cda-4a19-b66c-4e89cf932b4e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa5df57d-7cda-4a19-b66c-4e89cf932b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:40,054 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 13:00:40,055 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8988f78-eb12-466e-b007-637a458dc7c0', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8988f78-eb12-466e-b007-637a458dc7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:41,110 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 13:00:41,110 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbc37951-b239-49e0-b2b5-25066497bffc', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbc37951-b239-49e0-b2b5-25066497bffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:42,159 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 13:00:42,159 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a7a911d-d0c8-4eb4-99f5-7151214db62b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a7a911d-d0c8-4eb4-99f5-7151214db62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:43,212 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.045s 2022-07-12 13:00:43,212 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064ead19-bf48-4f5c-a200-c0ad799142bb', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064ead19-bf48-4f5c-a200-c0ad799142bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:44,268 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 13:00:44,268 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75426284-6712-4e6b-885b-266513fa5d4b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75426284-6712-4e6b-885b-266513fa5d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:45,327 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 13:00:45,328 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c57e7ed0-ae6b-47da-9fc3-be1097e5db5b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c57e7ed0-ae6b-47da-9fc3-be1097e5db5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:46,435 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.099s 2022-07-12 13:00:46,435 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c8d45e-64a6-4869-b9b7-68f8bb28b2ca', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c8d45e-64a6-4869-b9b7-68f8bb28b2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:47,492 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.050s 2022-07-12 13:00:47,493 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc380189-8a02-4608-8295-bd9882893be6', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc380189-8a02-4608-8295-bd9882893be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:48,542 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.041s 2022-07-12 13:00:48,542 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1bfde76-f35d-43cf-b9ec-66317c6c73c9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1bfde76-f35d-43cf-b9ec-66317c6c73c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:49,605 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:00:49,605 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa40b136-a264-4fa2-a99a-ff41f510fcfb', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa40b136-a264-4fa2-a99a-ff41f510fcfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:50,668 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:00:50,669 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bff00b5e-4069-4192-9574-088fe988e399', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bff00b5e-4069-4192-9574-088fe988e399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:51,729 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.051s 2022-07-12 13:00:51,729 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47bbd95-823e-47be-a214-0d1857df843f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47bbd95-823e-47be-a214-0d1857df843f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:52,793 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.055s 2022-07-12 13:00:52,793 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6683e0fd-ee8b-4229-aa7e-1d2a27b39623', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6683e0fd-ee8b-4229-aa7e-1d2a27b39623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:53,853 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.050s 2022-07-12 13:00:53,853 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca347dbb-eb59-475f-8e39-1378f3d29f5c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca347dbb-eb59-475f-8e39-1378f3d29f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:54,911 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.050s 2022-07-12 13:00:54,911 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e399436-41d3-48a6-85c4-966d435fc424', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e399436-41d3-48a6-85c4-966d435fc424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:56,035 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.116s 2022-07-12 13:00:56,036 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14620bc2-5eb9-4f4d-9e24-50ac927eb951', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14620bc2-5eb9-4f4d-9e24-50ac927eb951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:57,089 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.045s 2022-07-12 13:00:57,089 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0539135-ef66-4662-81cb-8a7ecfdb7386', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0539135-ef66-4662-81cb-8a7ecfdb7386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:58,152 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.055s 2022-07-12 13:00:58,153 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614a41f8-d186-4c3a-860c-903947330863', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614a41f8-d186-4c3a-860c-903947330863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:00:59,220 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.057s 2022-07-12 13:00:59,220 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b860e3de-de69-40de-b824-977b48f67c44', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b860e3de-de69-40de-b824-977b48f67c44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:00,304 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.075s 2022-07-12 13:01:00,305 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1db6e8f-6500-4869-a9b5-6a5f7159cd19', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1db6e8f-6500-4869-a9b5-6a5f7159cd19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:01,377 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.064s 2022-07-12 13:01:01,378 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001592bf-a245-4f59-aa23-c6af90161084', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001592bf-a245-4f59-aa23-c6af90161084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:02,469 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.082s 2022-07-12 13:01:02,469 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc25b46e-d094-4904-921b-11cbc1a8c819', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc25b46e-d094-4904-921b-11cbc1a8c819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:03,607 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.130s 2022-07-12 13:01:03,607 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad6d33d-626b-4b6f-a41f-d3e6f9f2999c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad6d33d-626b-4b6f-a41f-d3e6f9f2999c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:04,717 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.101s 2022-07-12 13:01:04,717 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdcd843-b12c-42e3-9295-5fed10b01044', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdcd843-b12c-42e3-9295-5fed10b01044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:05,805 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.080s 2022-07-12 13:01:05,806 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59d992c9-21a1-4176-82c4-4e95eab2e2d5', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59d992c9-21a1-4176-82c4-4e95eab2e2d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:06,871 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.057s 2022-07-12 13:01:06,871 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3215c5a1-1899-49c0-864c-436977848284', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3215c5a1-1899-49c0-864c-436977848284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:07,927 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 13:01:07,927 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5327e337-e1d2-46e0-a269-caf9b1d832ef', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5327e337-e1d2-46e0-a269-caf9b1d832ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:09,048 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.113s 2022-07-12 13:01:09,049 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5433930-4ef2-4755-a04d-a47ebe4765b1', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5433930-4ef2-4755-a04d-a47ebe4765b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:10,129 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.072s 2022-07-12 13:01:10,129 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72fca530-57bd-4e6f-b512-d8c18a63724c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72fca530-57bd-4e6f-b512-d8c18a63724c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:11,191 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:01:11,192 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6caf92a6-b5a0-4a3a-9f82-d6b55f067642', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6caf92a6-b5a0-4a3a-9f82-d6b55f067642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:12,327 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.126s 2022-07-12 13:01:12,327 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5d46b9-8b3c-4a64-b6ee-8d3d03b6b12e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5d46b9-8b3c-4a64-b6ee-8d3d03b6b12e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:13,419 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.084s 2022-07-12 13:01:13,419 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b56620-7a89-4720-8ba0-96fc2bb98f24', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b56620-7a89-4720-8ba0-96fc2bb98f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:14,567 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.140s 2022-07-12 13:01:14,568 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819696c7-ca75-44df-b434-b1d6b5172ace', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819696c7-ca75-44df-b434-b1d6b5172ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:15,661 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.086s 2022-07-12 13:01:15,661 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f00ccd3-5185-447e-8c2e-af80f7fb1cd6', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f00ccd3-5185-447e-8c2e-af80f7fb1cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:16,717 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 13:01:16,717 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0725de0-1ecc-44e8-9e16-8efcb1048eb4', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0725de0-1ecc-44e8-9e16-8efcb1048eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:17,801 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.075s 2022-07-12 13:01:17,801 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c64d5d4-cfd0-4bc4-9b40-60ee1086662b', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c64d5d4-cfd0-4bc4-9b40-60ee1086662b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:18,888 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.078s 2022-07-12 13:01:18,888 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b3be00-97db-4bdd-9ec1-c460c43d9744', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b3be00-97db-4bdd-9ec1-c460c43d9744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:19,992 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.096s 2022-07-12 13:01:19,992 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-602a7699-bdfe-440e-85cf-0e9a04458ebe', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-602a7699-bdfe-440e-85cf-0e9a04458ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:21,098 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.097s 2022-07-12 13:01:21,099 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3f7b9f-d431-4444-afac-790186c72c53', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3f7b9f-d431-4444-afac-790186c72c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:22,174 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.067s 2022-07-12 13:01:22,174 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0619ace-81bf-4dd5-831c-424791bf13a9', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0619ace-81bf-4dd5-831c-424791bf13a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:23,295 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.113s 2022-07-12 13:01:23,295 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48961982-523c-4bbe-b968-9df443681e1a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48961982-523c-4bbe-b968-9df443681e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:24,365 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.062s 2022-07-12 13:01:24,365 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c055b21a-7718-48c2-8844-0f1db27b3fdf', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c055b21a-7718-48c2-8844-0f1db27b3fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:25,427 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:01:25,428 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8deb4179-e567-40a2-a874-005121bd2e08', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8deb4179-e567-40a2-a874-005121bd2e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:26,487 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.052s 2022-07-12 13:01:26,487 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c4f2e6-1cab-4346-a4f3-3c70b5eb29ee', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c4f2e6-1cab-4346-a4f3-3c70b5eb29ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:27,540 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 13:01:27,540 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7ecb78-b45a-4f6f-b429-c8674fcacb47', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7ecb78-b45a-4f6f-b429-c8674fcacb47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:28,609 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.061s 2022-07-12 13:01:28,610 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6247ad0-1b6e-4014-a56f-e4ce52b69f3c', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6247ad0-1b6e-4014-a56f-e4ce52b69f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:29,687 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.069s 2022-07-12 13:01:29,687 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628a6178-e38b-436e-9d9b-2e6da138f7ef', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628a6178-e38b-436e-9d9b-2e6da138f7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:30,761 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.065s 2022-07-12 13:01:30,762 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b17bccf-1d8b-4c0d-b91b-d3476eb7a877', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b17bccf-1d8b-4c0d-b91b-d3476eb7a877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:31,815 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 13:01:31,815 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11bff3ec-7406-4a98-9213-b3f0f8573cbc', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11bff3ec-7406-4a98-9213-b3f0f8573cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:32,870 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.047s 2022-07-12 13:01:32,870 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cd950d4-dee4-4cef-add1-2376d4e51436', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cd950d4-dee4-4cef-add1-2376d4e51436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:33,921 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.042s 2022-07-12 13:01:33,921 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8862080-89b4-47ea-9e5d-d072e236b4fa', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8862080-89b4-47ea-9e5d-d072e236b4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:34,977 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.048s 2022-07-12 13:01:34,978 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-200c83d9-e309-47b5-b9f0-4a585aa1d43a', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-200c83d9-e309-47b5-b9f0-4a585aa1d43a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:36,055 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.069s 2022-07-12 13:01:36,056 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b504bae-1e22-4454-90f8-5271ed066eb5', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b504bae-1e22-4454-90f8-5271ed066eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:37,109 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.044s 2022-07-12 13:01:37,109 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0b0f79-696c-45c0-a6bd-1513b7d7ab48', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0b0f79-696c-45c0-a6bd-1513b7d7ab48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:38,162 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.045s 2022-07-12 13:01:38,163 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff05f2c6-c63f-4bf9-bb07-b8cc4bf53f72', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff05f2c6-c63f-4bf9-bb07-b8cc4bf53f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:39,220 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.049s 2022-07-12 13:01:39,221 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-996da302-ba31-441b-b0dd-d62ae640d0be', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-996da302-ba31-441b-b0dd-d62ae640d0be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:40,271 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.042s 2022-07-12 13:01:40,271 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-252703b0-2b00-469c-a97b-1c7c94d8e537', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-252703b0-2b00-469c-a97b-1c7c94d8e537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:41,320 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.040s 2022-07-12 13:01:41,320 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b3e9dd-7c8a-4f62-b6b4-cf7beb774707', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b3e9dd-7c8a-4f62-b6b4-cf7beb774707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:42,382 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.054s 2022-07-12 13:01:42,383 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-572a01c4-5ccb-4b04-bf28-15b7d440fe70', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-572a01c4-5ccb-4b04-bf28-15b7d440fe70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:43,450 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.059s 2022-07-12 13:01:43,451 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb681dc-1390-4495-a06d-26a1e5296093', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb681dc-1390-4495-a06d-26a1e5296093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:44,498 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.040s 2022-07-12 13:01:44,499 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8388bb0a-4d2b-400c-b1b1-4076d8e3240f', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8388bb0a-4d2b-400c-b1b1-4076d8e3240f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:45,551 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.045s 2022-07-12 13:01:45,552 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b34fc46-c703-4303-8bae-357aac42cb18', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b34fc46-c703-4303-8bae-357aac42cb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' 2022-07-12 13:01:46,629 126772 INFO [tempest.lib.common.rest_client] Request (LiveAutoBlockMigrationV225Test:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597 0.069s 2022-07-12 13:01:46,630 126772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28dd3daa-cc78-4fac-a23a-5c47b7002e6e', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28dd3daa-cc78-4fac-a23a-5c47b7002e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597'} Body: b'{"volume": {"id": "886b830f-7dbc-4852-a374-bc1f91dcf597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:55:44.000000", "updated_at": "2022-07-12T12:57:04.000000", "name": "tempest-LiveAutoBlockMigrationV225Test-volume-490155170", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/2b4b625c0eed4d7e9cfb5598b056d2b9/volumes/886b830f-7dbc-4852-a374-bc1f91dcf597"}], "user_id": "38f9de60843144618fc4fde70ce0a61a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b4b625c0eed4d7e9cfb5598b056d2b9"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 201, in test_live_block_migration_with_attached_volume self.attach_volume(server, volume, device='/dev/xvdb') File "/opt/stack/tempest/tempest/api/compute/base.py", line 593, in attach_volume waiters.wait_for_volume_attachment_create( File "/opt/stack/tempest/tempest/common/waiters.py", line 338, in wait_for_volume_attachment_create raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Failed to attach volume 886b830f-7dbc-4852-a374-bc1f91dcf597 to server cac84b17-4fa0-4a0d-bb7a-0f07906cc1ab within the required time (360 s). |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
pass
pt5.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.LiveMigrationTest | 4 | 3 | 1 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt6.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
pt6.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] |
fail
ft6.3: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-12 12:54:13,888 126765 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-12 12:54:14,024 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.61/compute/v2.1/os-keypairs 0.133s 2022-07-12 12:54:14,024 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1849519349", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA9QJC5aGuCSzoAU+HJGAA66wvDKxRU/VP6DKl+uE9hyPQsUe+rIY8G9nEkMjgPNV2vHiHYTDBexxYzQ+1cYNMxUgoHShh43zLYHeLCjHOdKbCxnZsgdh0OTKoLgL4OMhA=="}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5b3713f-de3d-43c3-bb2f-b8c3292c10cf', 'x-compute-request-id': 'req-f5b3713f-de3d-43c3-bb2f-b8c3292c10cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1849519349", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA9QJC5aGuCSzoAU+HJGAA66wvDKxRU/VP6DKl+uE9hyPQsUe+rIY8G9nEkMjgPNV2vHiHYTDBexxYzQ+1cYNMxUgoHShh43zLYHeLCjHOdKbCxnZsgdh0OTKoLgL4OMhA==", "fingerprint": "e0:0b:f4:0e:5e:09:92:79:9b:18:15:b2:4c:9c:f0:47", "user_id": "593627cf214a4e7890306ea3c0c1cd86"}}' 2022-07-12 12:54:14,026 126765 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1849519349 created 2022-07-12 12:54:14,924 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/security-groups 0.897s 2022-07-12 12:54:14,924 126765 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--1649950785", "description": "tempest-description--87270994"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a875094d-5473-4224-8719-ac13bce3024d', 'date': 'Tue, 12 Jul 2022 12:54:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "4197ed6a-ec87-4649-9ed6-1c5ce2a04276", "name": "tempest-securitygroup--1649950785", "stateful": true, "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "description": "tempest-description--87270994", "shared": false, "security_group_rules": [{"id": "6e5fed6c-1ab8-44be-9e26-df5ff83b4c87", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "security_group_id": "4197ed6a-ec87-4649-9ed6-1c5ce2a04276", "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": 572, "description": null, "tags": [], "created_at": "2022-07-12T12:54:14Z", "updated_at": "2022-07-12T12:54:14Z", "revision_number": 0, "project_id": "8248ed37a6a54baf8af51ff5e1d377bd"}, {"id": "f3e8a957-2d40-4585-8b0a-d4227f26ed78", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "security_group_id": "4197ed6a-ec87-4649-9ed6-1c5ce2a04276", "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": 571, "description": null, "tags": [], "created_at": "2022-07-12T12:54:14Z", "updated_at": "2022-07-12T12:54:14Z", "revision_number": 0, "project_id": "8248ed37a6a54baf8af51ff5e1d377bd"}], "tags": [], "created_at": "2022-07-12T12:54:14Z", "updated_at": "2022-07-12T12:54:14Z", "revision_number": 1, "project_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:54:15,286 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/security-group-rules 0.361s 2022-07-12 12:54:15,286 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4197ed6a-ec87-4649-9ed6-1c5ce2a04276", "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-717ba4f3-e7fa-4b3d-b39d-7f17e985f890', 'date': 'Tue, 12 Jul 2022 12:54:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "73a52437-2a06-4f10-98a1-daad2ca267ff", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "security_group_id": "4197ed6a-ec87-4649-9ed6-1c5ce2a04276", "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-07-12T12:54:15Z", "updated_at": "2022-07-12T12:54:15Z", "revision_number": 0, "project_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:54:15,773 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/security-group-rules 0.486s 2022-07-12 12:54:15,774 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "4197ed6a-ec87-4649-9ed6-1c5ce2a04276", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-953c52d8-c775-448f-b3e4-1ec5e2bc448b', 'date': 'Tue, 12 Jul 2022 12:54:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ec6956f-52b2-4be2-8941-250430a98d58", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "security_group_id": "4197ed6a-ec87-4649-9ed6-1c5ce2a04276", "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-07-12T12:54:15Z", "updated_at": "2022-07-12T12:54:15Z", "revision_number": 0, "project_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:54:15,774 126765 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1649950785 created 2022-07-12 12:54:19,103 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61:9696/v2.0/floatingips 3.328s 2022-07-12 12:54:19,103 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '492', 'x-openstack-request-id': 'req-c04c6435-ea30-4fdf-9837-6814f7201f4c', 'date': 'Tue, 12 Jul 2022 12:54:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1e12a60d-bd23-4d10-a9b4-ee02d041baab", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "floating_ip_address": "172.25.2.8", "floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8248ed37a6a54baf8af51ff5e1d377bd", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-12T12:54:17Z", "updated_at": "2022-07-12T12:54:17Z", "revision_number": 0}}' 2022-07-12 12:54:19,103 126765 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1e12a60d-bd23-4d10-a9b4-ee02d041baab', 'tenant_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'floating_ip_address': '172.25.2.8', 'floating_network_id': '3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-12T12:54:17Z', 'updated_at': '2022-07-12T12:54:17Z', 'revision_number': 0, 'ip': '172.25.2.8'} created 2022-07-12 12:54:19,158 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 201 POST http://10.222.0.61/identity/v3/auth/tokens 0.049s 2022-07-12 12:54:19,158 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8c03922d-5b4a-41ef-b9fe-e4fa875297e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "593627cf214a4e7890306ea3c0c1cd86", "name": "tempest-LiveMigrationTest-1390144936-project", "password_expires_at": null}, "audit_ids": ["Xx4kGv-tSs6N8Mx8vqTclA"], "expires_at": "2022-07-12T13:54:19.000000Z", "issued_at": "2022-07-12T12:54:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8248ed37a6a54baf8af51ff5e1d377bd", "name": "tempest-LiveMigrationTest-1390144936"}, "is_domain": false, "roles": [{"id": "5243914cdaaa4f1e8662a3d3ac2d0d8f", "name": "member"}, {"id": "add7aeda7a534dc3b483b1585a164dab", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9e283035751c4e1ba8f96c3cf33c23b9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:9696/", "region": "RegionOne"}], "id": "07eb4e9591964149bae91cd79cabc567", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "333e187a880d491bb322f1285bd5d8a0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.61:8080", "region": "RegionOne"}, {"id": "4ab55738d47b47f3a727c0408a6e8649", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:8080/v1/AUTH_8248ed37a6a54baf8af51ff5e1d377bd", "region": "RegionOne"}], "id": "15c9be162d074e698475577e0809c6ad", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "83e42a6c8b364187a116bea107af947a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/image", "region": "RegionOne"}], "id": "481c08ef0043436dbbe735bd5678194c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3efad909127149748a09e6b656fa621f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/placement", "region": "RegionOne"}], "id": "70fde0931c2c43cf924c3fd2004197f2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fe7d27ee05c8467aba38e90841ebca98", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd", "region": "RegionOne"}], "id": "844f8ffba9b74c37a6db1280217d1c11", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "52539cbb03984d32b646a5d4c353711c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2.1", "region": "RegionOne"}], "id": "8c2d8162dea0448ba41c3a6d1dc9b222", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e47e4c649b864e2ebfc6b5f8520cd8f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/identity", "region": "RegionOne"}], "id": "bd79f201e4614e9a97feb5b94211cc03", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "02413cc2169f4efd9aabf45d1f7c9166", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd", "region": "RegionOne"}], "id": "d6a392543d9e46b4a9659dab91621ee5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "30b88f1eb1614922bb1a637e63565560", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2/8248ed37a6a54baf8af51ff5e1d377bd", "region": "RegionOne"}], "id": "d78673f6c0214cd28a8840c82a0813a5", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-12 12:54:19,159 126765 INFO [tempest.lib.common.fixed_network] (LiveMigrationTest:test_live_block_migration_with_attached_volume) Found network {'id': '8c5f7076-5808-4ca2-b768-43b3f80e13f3', 'name': 'tempest-LiveMigrationTest-1243652854-network', 'tenant_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 567, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-12T12:51:59Z', 'updated_at': '2022-07-12T12:51:59Z', 'revision_number': 1} available for tenant 2022-07-12 12:54:19,160 126765 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1849519349', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA9QJC5aGuCSzoAU+HJGAA66wvDKxRU/VP6DKl+uE9hyPQsUe+rIY8G9nEkMjgPNV2vHiHYTDBexxYzQ+1cYNMxUgoHShh43zLYHeLCjHOdKbCxnZsgdh0OTKoLgL4OMhA==', 'fingerprint': 'e0:0b:f4:0e:5e:09:92:79:9b:18:15:b2:4c:9c:f0:47', 'user_id': '593627cf214a4e7890306ea3c0c1cd86', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCikUFbG/DSCm8kWwvWnVr0BaxOEdUlCZdaBJ1vjY/6tYRFQz/B6pW2\ntIfWA/HDucKgBwYFK4EEACKhZANiAAQPUCQuWhrgks6AFPhyRgAOusLwysUVP1T+\ngypfrhPYcj0LFHvqyGPBvZxJDI4DzVdrx4h2EwwXscWM0PtXGDTMVIKB0oYeN8y2\nB3iwoxznSmwsZ2bIHYdDkyqC4C+DjIQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4197ed6a-ec87-4649-9ed6-1c5ce2a04276', 'name': 'tempest-securitygroup--1649950785', 'stateful': True, 'tenant_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'description': 'tempest-description--87270994', 'shared': False, 'security_group_rules': [{'id': '6e5fed6c-1ab8-44be-9e26-df5ff83b4c87', 'tenant_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'security_group_id': '4197ed6a-ec87-4649-9ed6-1c5ce2a04276', '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': 572, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:54:14Z', 'updated_at': '2022-07-12T12:54:14Z', 'revision_number': 0, 'project_id': '8248ed37a6a54baf8af51ff5e1d377bd'}, {'id': 'f3e8a957-2d40-4585-8b0a-d4227f26ed78', 'tenant_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'security_group_id': '4197ed6a-ec87-4649-9ed6-1c5ce2a04276', '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': 571, 'description': None, 'tags': [], 'created_at': '2022-07-12T12:54:14Z', 'updated_at': '2022-07-12T12:54:14Z', 'revision_number': 0, 'project_id': '8248ed37a6a54baf8af51ff5e1d377bd'}], 'tags': [], 'created_at': '2022-07-12T12:54:14Z', 'updated_at': '2022-07-12T12:54:14Z', 'revision_number': 1, 'project_id': '8248ed37a6a54baf8af51ff5e1d377bd'}, 'floating_ip': {'id': '1e12a60d-bd23-4d10-a9b4-ee02d041baab', 'tenant_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'floating_ip_address': '172.25.2.8', 'floating_network_id': '3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8248ed37a6a54baf8af51ff5e1d377bd', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-12T12:54:17Z', 'updated_at': '2022-07-12T12:54:17Z', 'revision_number': 0, 'ip': '172.25.2.8'}} 2022-07-12 12:54:21,593 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 202 POST http://10.222.0.61/compute/v2.1/servers 2.432s 2022-07-12 12:54:21,593 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-LiveMigrationTest-server-793684179", "imageRef": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "flavorRef": "452", "networks": [{"uuid": "8c5f7076-5808-4ca2-b768-43b3f80e13f3"}], "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "key_name": "tempest-keypair-1849519349", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79e76023-5521-4c0e-b459-f0d1b98294ab', 'x-compute-request-id': 'req-79e76023-5521-4c0e-b459-f0d1b98294ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/servers'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "adminPass": "DcChG65JADht"}}' 2022-07-12 12:54:22,057 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.461s 2022-07-12 12:54:22,057 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c979f7-f68b-4dd0-a437-a9412d049c5a', 'x-compute-request-id': 'req-23c979f7-f68b-4dd0-a437-a9412d049c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:22Z", "updated": "2022-07-12T12:54:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:30,503 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 7.437s 2022-07-12 12:54:30,504 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dcfafc5-98e3-4e3a-aa9c-46198014503d', 'x-compute-request-id': 'req-3dcfafc5-98e3-4e3a-aa9c-46198014503d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:30,513 126765 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 8 second wait 2022-07-12 12:54:32,217 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.702s 2022-07-12 12:54:32,217 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ad41778-2dcb-4cfe-b606-0ac93e297693', 'x-compute-request-id': 'req-2ad41778-2dcb-4cfe-b606-0ac93e297693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:33,581 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.356s 2022-07-12 12:54:33,581 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-387b1125-d946-4b7d-acab-9b543b368590', 'x-compute-request-id': 'req-387b1125-d946-4b7d-acab-9b543b368590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:35,311 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.721s 2022-07-12 12:54:35,311 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bb336c0-4b4a-444b-a779-30caeaad82d1', 'x-compute-request-id': 'req-3bb336c0-4b4a-444b-a779-30caeaad82d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:37,037 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.718s 2022-07-12 12:54:37,038 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-472a9f27-0571-44aa-86db-75aaf2fcfa23', 'x-compute-request-id': 'req-472a9f27-0571-44aa-86db-75aaf2fcfa23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:40,003 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 1.957s 2022-07-12 12:54:40,004 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46a4f0be-882e-490e-bffc-9f3f2d610d8b', 'x-compute-request-id': 'req-46a4f0be-882e-490e-bffc-9f3f2d610d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:41,549 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.537s 2022-07-12 12:54:41,550 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b4308d8-e3b3-4550-a18e-4c4cd299bc3c', 'x-compute-request-id': 'req-0b4308d8-e3b3-4550-a18e-4c4cd299bc3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:43,433 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.875s 2022-07-12 12:54:43,434 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b356239-774e-4186-8741-0c33c91a0372', 'x-compute-request-id': 'req-0b356239-774e-4186-8741-0c33c91a0372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "BUILD", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:45,364 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 0.921s 2022-07-12 12:54:45,364 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30001dcd-6346-4f6b-8df5-20d5808340e3', 'x-compute-request-id': 'req-30001dcd-6346-4f6b-8df5-20d5808340e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "ACTIVE", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:43Z", "addresses": {"tempest-LiveMigrationTest-1243652854-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:42:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": "2022-07-12T12:54:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:54:45,371 126765 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 23 second wait 2022-07-12 12:54:46,342 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c/os-interface 0.970s 2022-07-12 12:54:46,342 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e59d41c9-52a4-4553-90c5-c7f83800b084', 'x-compute-request-id': 'req-e59d41c9-52a4-4553-90c5-c7f83800b084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8c5f7076-5808-4ca2-b768-43b3f80e13f3", "port_id": "a486f290-1d95-4ab2-95d4-edc489a757f4", "mac_addr": "fa:16:3e:0a:42:76", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8e28e3c1-e996-48a7-a1a2-b5c7daead0a9", "ip_address": "172.20.0.5"}]}]}' 2022-07-12 12:54:47,579 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 PUT http://10.222.0.61:9696/v2.0/floatingips/1e12a60d-bd23-4d10-a9b4-ee02d041baab 1.234s 2022-07-12 12:54:47,580 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "a486f290-1d95-4ab2-95d4-edc489a757f4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '795', 'x-openstack-request-id': 'req-15425df7-7c14-4646-b8f0-bab239700d59', 'date': 'Tue, 12 Jul 2022 12:54:47 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61:9696/v2.0/floatingips/1e12a60d-bd23-4d10-a9b4-ee02d041baab'} Body: b'{"floatingip": {"id": "1e12a60d-bd23-4d10-a9b4-ee02d041baab", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "floating_ip_address": "172.25.2.8", "floating_network_id": "3f1a4f0b-8a02-4c38-a11d-64315ae5cdc1", "router_id": "20635546-f9af-45ae-940e-17ce790961b2", "port_id": "a486f290-1d95-4ab2-95d4-edc489a757f4", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8c5f7076-5808-4ca2-b768-43b3f80e13f3", "mac_address": "fa:16:3e:0a:42:76", "admin_state_up": true, "status": "ACTIVE", "device_id": "23833342-a01f-4a99-b5c3-7e41e577866c", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-12T12:54:17Z", "updated_at": "2022-07-12T12:54:46Z", "revision_number": 1, "project_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:54:47,581 126765 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.25.2.8:22' as 'ubuntu' with public key authentication 2022-07-12 12:54:51,943 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 1. Retry after 2 seconds. 2022-07-12 12:54:57,510 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 2. Retry after 3 seconds. 2022-07-12 12:55:04,070 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 3. Retry after 4 seconds. 2022-07-12 12:55:11,658 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 4. Retry after 5 seconds. 2022-07-12 12:55:20,230 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 5. Retry after 6 seconds. 2022-07-12 12:55:26,739 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 6. Retry after 7 seconds. 2022-07-12 12:55:34,247 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 7. Retry after 8 seconds. 2022-07-12 12:55:42,757 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 8. Retry after 9 seconds. 2022-07-12 12:55:52,269 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 9. Retry after 10 seconds. 2022-07-12 12:56:02,783 126765 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.25.2.8 ([Errno None] Unable to connect to port 22 on 172.25.2.8). Number attempts: 10. Retry after 11 seconds. 2022-07-12 12:56:14,324 126765 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-12 12:56:14,474 126765 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-12 12:56:14,474 126765 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.25.2.8 successfully created 2022-07-12 12:56:15,572 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c 1.097s 2022-07-12 12:56:15,573 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1813', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86c330d3-734a-40ac-86da-611b67af22f9', 'x-compute-request-id': 'req-86c330d3-734a-40ac-86da-611b67af22f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c'} Body: b'{"server": {"id": "23833342-a01f-4a99-b5c3-7e41e577866c", "name": "tempest-LiveMigrationTest-server-793684179", "status": "ACTIVE", "tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd", "user_id": "593627cf214a4e7890306ea3c0c1cd86", "metadata": {}, "hostId": "477412a23ed6f23c36f1603f21a26d10370b42745d156d84319ae1b1", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T12:54:21Z", "updated": "2022-07-12T12:54:43Z", "addresses": {"tempest-LiveMigrationTest-1243652854-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:42:76"}, {"version": 4, "addr": "172.25.2.8", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:42:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/23833342-a01f-4a99-b5c3-7e41e577866c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1849519349", "OS-SRV-USG:launched_at": "2022-07-12T12:54:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1649950785"}], "OS-EXT-SRV-ATTR:host": "n-h1-848886-11", "OS-EXT-SRV-ATTR:instance_name": "instance-00000016", "OS-EXT-SRV-ATTR:hypervisor_hostname": "n-h1-848886-11", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 12:56:16,342 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/compute/v2.1/os-services?binary=nova-compute 0.761s 2022-07-12 12:56:16,342 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-801b6cf2-4f2f-4633-8cbb-60f2a822a5ba', 'x-compute-request-id': 'req-801b6cf2-4f2f-4633-8cbb-60f2a822a5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/os-services?binary=nova-compute'} Body: b'{"services": [{"binary": "nova-compute", "host": "n-h1-848886-11", "id": 3, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-07-12T12:56:12.000000", "disabled_reason": null}, {"binary": "nova-compute", "host": "n-h2-848886-11", "id": 4, "zone": "nova", "status": "enabled", "state": "up", "updated_at": "2022-07-12T12:56:09.000000", "disabled_reason": null}]}' 2022-07-12 12:56:17,029 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 202 POST http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes 0.683s 2022-07-12 12:56:17,029 126765 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-LiveMigrationTest-volume-52821797"}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfe0fd59-85cc-4809-9e89-9db40afdc34a', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfe0fd59-85cc-4809-9e89-9db40afdc34a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:16.760812", "updated_at": null, "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-12 12:56:17,184 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.143s 2022-07-12 12:56:17,184 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cebc7d6-f2e4-4bda-a69e-7c4da96648a7', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cebc7d6-f2e4-4bda-a69e-7c4da96648a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": null, "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:18,258 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.066s 2022-07-12 12:56:18,258 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2499c07-09c9-4145-ae36-3137a4694924', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2499c07-09c9-4145-ae36-3137a4694924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:17.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:19,331 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.064s 2022-07-12 12:56:19,331 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d409a104-3300-470a-85b4-a7afa8061e47', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d409a104-3300-470a-85b4-a7afa8061e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:19.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:19,338 126765 INFO [tempest.common.waiters] volume 91ebeb67-7e4d-4d55-a577-10d671ed5fe7 reached available after waiting for 2.337974 seconds 2022-07-12 12:56:19,780 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 POST http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c/os-volume_attachments 0.441s 2022-07-12 12:56:19,780 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "device": "/dev/xvdb"}} Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d190437-ea31-40a0-865a-0ec00a609c2d', 'x-compute-request-id': 'req-1d190437-ea31-40a0-865a-0ec00a609c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/23833342-a01f-4a99-b5c3-7e41e577866c/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "serverId": "23833342-a01f-4a99-b5c3-7e41e577866c", "volumeId": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "device": "/dev/sdb"}}' 2022-07-12 12:56:19,860 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.078s 2022-07-12 12:56:19,861 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b436150-48a0-4638-9294-eb2e02f60f04', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b436150-48a0-4638-9294-eb2e02f60f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:20.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:21,041 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.173s 2022-07-12 12:56:21,042 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1bc4d06-f6bd-464e-a68c-7b240e589d3e', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1bc4d06-f6bd-464e-a68c-7b240e589d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:20.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:22,191 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.141s 2022-07-12 12:56:22,192 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b55f6b-5962-4ce2-80fe-9f2afaf962de', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b55f6b-5962-4ce2-80fe-9f2afaf962de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:20.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:23,304 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.104s 2022-07-12 12:56:23,304 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed8fd420-0221-4747-ab6b-e520fdf4b5b9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed8fd420-0221-4747-ab6b-e520fdf4b5b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:20.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:24,466 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.154s 2022-07-12 12:56:24,467 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a1d107-6643-400a-8d7f-7545fe7540e1', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a1d107-6643-400a-8d7f-7545fe7540e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:20.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:25,588 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.113s 2022-07-12 12:56:25,588 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4614ff19-bdfa-4bb9-90bd-ad0b31fe377a', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4614ff19-bdfa-4bb9-90bd-ad0b31fe377a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:20.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:26,690 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.094s 2022-07-12 12:56:26,690 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c8d280-9ed3-4da8-8c12-1b56c99e1e69', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c8d280-9ed3-4da8-8c12-1b56c99e1e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:26.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:27,789 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.090s 2022-07-12 12:56:27,789 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b123333e-319d-48ba-b99c-1e599bdf79a2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b123333e-319d-48ba-b99c-1e599bdf79a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:26.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:28,893 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.096s 2022-07-12 12:56:28,893 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03aa145b-2b08-40ce-89be-589a8a1f378f', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03aa145b-2b08-40ce-89be-589a8a1f378f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:26.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:29,975 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.074s 2022-07-12 12:56:29,976 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a03c1f-ce3a-4705-b45d-bd1ef7e6b80d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a03c1f-ce3a-4705-b45d-bd1ef7e6b80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:31,086 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.103s 2022-07-12 12:56:31,087 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c250c1-838d-4f48-a6a9-bef4353286e4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c250c1-838d-4f48-a6a9-bef4353286e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:32,265 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.167s 2022-07-12 12:56:32,265 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9fad390-5bda-439e-ab26-1395eaa7a5cd', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9fad390-5bda-439e-ab26-1395eaa7a5cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:33,362 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.089s 2022-07-12 12:56:33,363 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c413df5-1987-466b-8721-da69cd3f24fc', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c413df5-1987-466b-8721-da69cd3f24fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:34,503 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.133s 2022-07-12 12:56:34,504 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9f4002-16ce-49e8-a57a-5ef14e2deb96', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9f4002-16ce-49e8-a57a-5ef14e2deb96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:35,686 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.174s 2022-07-12 12:56:35,687 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-024a4371-0734-4519-a35a-a7ddc81ee39f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-024a4371-0734-4519-a35a-a7ddc81ee39f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:36,795 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.101s 2022-07-12 12:56:36,796 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633f5127-9f91-429c-9593-16c9ac190a88', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633f5127-9f91-429c-9593-16c9ac190a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:37,934 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.130s 2022-07-12 12:56:37,934 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a2c845-8c73-4dec-bdb9-abea0fff16d4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a2c845-8c73-4dec-bdb9-abea0fff16d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:39,099 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.157s 2022-07-12 12:56:39,100 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c9f86d5-949a-4424-bcac-e71ccf93ec23', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c9f86d5-949a-4424-bcac-e71ccf93ec23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:40,204 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.096s 2022-07-12 12:56:40,204 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5dec3b3-abd3-4f01-b9d2-18244d8939dc', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5dec3b3-abd3-4f01-b9d2-18244d8939dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:41,337 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.125s 2022-07-12 12:56:41,338 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd45efd-7b5c-4aa0-b8a5-4760d0e4e1d2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd45efd-7b5c-4aa0-b8a5-4760d0e4e1d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:42,465 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.118s 2022-07-12 12:56:42,465 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e31b47-bc41-48eb-9e57-29376b652c59', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e31b47-bc41-48eb-9e57-29376b652c59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:43,571 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.097s 2022-07-12 12:56:43,571 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-691b8013-05ae-408a-9228-3444ab4137dd', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-691b8013-05ae-408a-9228-3444ab4137dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:44,703 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.123s 2022-07-12 12:56:44,703 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9bec5d-4ce2-4a13-a6a3-c2a4da0b8e51', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9bec5d-4ce2-4a13-a6a3-c2a4da0b8e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:45,816 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.106s 2022-07-12 12:56:45,817 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2805f380-1ad7-4e44-8966-802dede2d58b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2805f380-1ad7-4e44-8966-802dede2d58b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:46,944 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.119s 2022-07-12 12:56:46,944 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d12f276-728a-4458-a3f3-3c8f35cd2d86', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d12f276-728a-4458-a3f3-3c8f35cd2d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:48,027 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.076s 2022-07-12 12:56:48,028 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a02aa0a1-b374-4688-8233-a056e93d0bc2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a02aa0a1-b374-4688-8233-a056e93d0bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:49,166 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.131s 2022-07-12 12:56:49,166 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84fee772-6e84-404a-9934-77214f8df9d2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84fee772-6e84-404a-9934-77214f8df9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:50,310 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.133s 2022-07-12 12:56:50,310 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eacbfff9-1281-4fc5-92ee-403b3b7091b8', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eacbfff9-1281-4fc5-92ee-403b3b7091b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:51,435 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.116s 2022-07-12 12:56:51,435 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58a3d1a8-750d-40cf-a90d-1c69f5c5bc1b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58a3d1a8-750d-40cf-a90d-1c69f5c5bc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:52,498 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.055s 2022-07-12 12:56:52,499 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aecf84a9-34c5-4d09-8200-6ad88ed4b7b0', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aecf84a9-34c5-4d09-8200-6ad88ed4b7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:53,583 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.077s 2022-07-12 12:56:53,584 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d87d12-9bc7-45cf-bf51-c23e0d6e9ee9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d87d12-9bc7-45cf-bf51-c23e0d6e9ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:54,671 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.080s 2022-07-12 12:56:54,671 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10669449-374f-4a2d-bd6d-49e2bda88edd', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10669449-374f-4a2d-bd6d-49e2bda88edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:55,748 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.069s 2022-07-12 12:56:55,748 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-651fbb17-16da-4539-bc34-42723bda8101', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-651fbb17-16da-4539-bc34-42723bda8101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:56,809 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.054s 2022-07-12 12:56:56,810 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80af5b6-c0e6-4f13-8d54-8fb49dd49cb1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80af5b6-c0e6-4f13-8d54-8fb49dd49cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:57,912 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.094s 2022-07-12 12:56:57,912 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8fd4c24-e50e-453f-a66b-d6f644b33347', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8fd4c24-e50e-453f-a66b-d6f644b33347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:56:59,035 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.116s 2022-07-12 12:56:59,035 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccc993df-361c-4634-83ea-7042e9ea32c1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccc993df-361c-4634-83ea-7042e9ea32c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:00,154 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.111s 2022-07-12 12:57:00,154 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24b48e64-edd3-4620-94d5-fe00a6946d3c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24b48e64-edd3-4620-94d5-fe00a6946d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:01,246 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.085s 2022-07-12 12:57:01,247 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b288e927-95ae-4224-b109-fa936e866498', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b288e927-95ae-4224-b109-fa936e866498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:02,323 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.069s 2022-07-12 12:57:02,324 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa8277cf-5080-4e34-ba40-1f331b87f681', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa8277cf-5080-4e34-ba40-1f331b87f681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:03,686 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.354s 2022-07-12 12:57:03,686 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192b523b-0893-4dc3-90ab-1800179fea16', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192b523b-0893-4dc3-90ab-1800179fea16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:04,795 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.101s 2022-07-12 12:57:04,796 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4c3e017-6de0-4c54-864f-3a4891cbb447', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4c3e017-6de0-4c54-864f-3a4891cbb447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:05,908 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.104s 2022-07-12 12:57:05,909 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1a266e-0147-499f-a178-71d1a8154b03', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1a266e-0147-499f-a178-71d1a8154b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:07,065 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.148s 2022-07-12 12:57:07,065 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c385405c-facf-461a-a3fd-5df7e98996e0', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c385405c-facf-461a-a3fd-5df7e98996e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:08,180 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.107s 2022-07-12 12:57:08,180 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ff7e22-aa3c-448a-9106-156a9ae25d0f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ff7e22-aa3c-448a-9106-156a9ae25d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:09,306 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.118s 2022-07-12 12:57:09,307 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c624eefc-f06c-4ed5-b09d-5e91763586d6', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c624eefc-f06c-4ed5-b09d-5e91763586d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:10,450 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.135s 2022-07-12 12:57:10,450 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-056c189b-9f8f-4c73-a179-68048531b685', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-056c189b-9f8f-4c73-a179-68048531b685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:11,562 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.104s 2022-07-12 12:57:11,562 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-004b58c4-3ef0-47bc-89b9-86f4d6a674ee', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-004b58c4-3ef0-47bc-89b9-86f4d6a674ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:12,658 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.087s 2022-07-12 12:57:12,658 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1485b1d-3e25-4ac6-92f6-0038d34c140f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1485b1d-3e25-4ac6-92f6-0038d34c140f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:13,766 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.100s 2022-07-12 12:57:13,767 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d970f33-00d0-48ad-bba8-f43625c9c4b3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d970f33-00d0-48ad-bba8-f43625c9c4b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:14,859 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.085s 2022-07-12 12:57:14,860 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0409cc69-5eea-4168-a06f-4c799c6ce5f3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0409cc69-5eea-4168-a06f-4c799c6ce5f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:15,960 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.093s 2022-07-12 12:57:15,961 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac3739a7-5a30-48b9-bd13-84b1975e15bb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac3739a7-5a30-48b9-bd13-84b1975e15bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:17,079 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.109s 2022-07-12 12:57:17,079 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eafdd5e3-73a2-45be-864a-2ee8a4345feb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eafdd5e3-73a2-45be-864a-2ee8a4345feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:18,213 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.127s 2022-07-12 12:57:18,214 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29104cb-09af-4e91-b077-9eb3456b4ea0', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29104cb-09af-4e91-b077-9eb3456b4ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:19,356 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.134s 2022-07-12 12:57:19,356 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-127a55c7-b914-49d8-825b-d11686aae995', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-127a55c7-b914-49d8-825b-d11686aae995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:20,487 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.123s 2022-07-12 12:57:20,487 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c98e719-08fb-42f4-8db8-c89be9e16f94', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c98e719-08fb-42f4-8db8-c89be9e16f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:21,605 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.111s 2022-07-12 12:57:21,606 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d91fff1a-37b5-41f4-a8b3-73bc4a4f1b23', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d91fff1a-37b5-41f4-a8b3-73bc4a4f1b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:22,705 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.092s 2022-07-12 12:57:22,706 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5125132-810e-49db-8e7a-a0b8f72c8e4c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5125132-810e-49db-8e7a-a0b8f72c8e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:23,763 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.048s 2022-07-12 12:57:23,763 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf3b7a65-ce8d-4c26-a6bd-559110487c04', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf3b7a65-ce8d-4c26-a6bd-559110487c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:24,855 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.083s 2022-07-12 12:57:24,855 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6beb2242-b226-43d8-9a25-aea4d5e55262', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6beb2242-b226-43d8-9a25-aea4d5e55262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:25,943 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:57:25,944 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-003f5e9b-27f1-46aa-b673-a5854da56d03', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-003f5e9b-27f1-46aa-b673-a5854da56d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:27,032 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:57:27,033 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d4e275-0057-4afe-bebf-6a7f02fbaeb2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d4e275-0057-4afe-bebf-6a7f02fbaeb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:28,456 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.415s 2022-07-12 12:57:28,457 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5930b6df-af2e-4675-a7ac-dac7b7586724', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5930b6df-af2e-4675-a7ac-dac7b7586724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:29,581 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.116s 2022-07-12 12:57:29,581 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a363c6-9402-4989-8d0c-46ec90490366', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a363c6-9402-4989-8d0c-46ec90490366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:30,662 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.072s 2022-07-12 12:57:30,662 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad96f61a-acbf-4a42-80d0-b639a9cb51ef', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad96f61a-acbf-4a42-80d0-b639a9cb51ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:31,760 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.090s 2022-07-12 12:57:31,760 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2c103c-a3db-4aef-bfd5-6dfa9b42c379', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2c103c-a3db-4aef-bfd5-6dfa9b42c379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:56:30.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:32,833 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.065s 2022-07-12 12:57:32,834 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f02f3b0-2754-4bd9-a2e3-b6e72d103aeb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f02f3b0-2754-4bd9-a2e3-b6e72d103aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:33,911 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.067s 2022-07-12 12:57:33,911 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ecb6e9-ba59-4bba-98f1-a7666b75298e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ecb6e9-ba59-4bba-98f1-a7666b75298e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:34,974 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.056s 2022-07-12 12:57:34,975 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43e9e8ee-eaac-4a0e-9d7b-84496dbb1914', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43e9e8ee-eaac-4a0e-9d7b-84496dbb1914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:36,083 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.100s 2022-07-12 12:57:36,083 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee0f78a7-ff3b-48d8-a84f-bae888369841', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee0f78a7-ff3b-48d8-a84f-bae888369841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:37,153 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.062s 2022-07-12 12:57:37,153 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ded1fa9-cde6-4dc1-b930-90f3215de858', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ded1fa9-cde6-4dc1-b930-90f3215de858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:38,242 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:57:38,243 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60454b8a-d93d-4230-978f-6186e6146bc7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60454b8a-d93d-4230-978f-6186e6146bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:39,347 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.097s 2022-07-12 12:57:39,348 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ca826d-4ac0-4473-8121-2a710b4a1529', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ca826d-4ac0-4473-8121-2a710b4a1529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:40,399 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 12:57:40,399 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92fb4546-cf89-4c94-8de4-2ca3687cfba7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92fb4546-cf89-4c94-8de4-2ca3687cfba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:41,460 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.052s 2022-07-12 12:57:41,461 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-595b844d-44ee-4f21-90b3-998ec1660530', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-595b844d-44ee-4f21-90b3-998ec1660530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:42,515 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 12:57:42,515 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33af7ae5-ace5-454f-a3d6-0de4b9c530f1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33af7ae5-ace5-454f-a3d6-0de4b9c530f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:43,568 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 12:57:43,569 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11cabb6-5ea4-4e26-bfae-dd8d6021d420', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11cabb6-5ea4-4e26-bfae-dd8d6021d420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:44,621 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 12:57:44,621 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b76ad65e-1c73-4e3a-adaa-6337e82c6e20', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b76ad65e-1c73-4e3a-adaa-6337e82c6e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:45,678 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.048s 2022-07-12 12:57:45,678 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c30b7596-6834-4aa7-84b9-e4b19a56aa22', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c30b7596-6834-4aa7-84b9-e4b19a56aa22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:46,734 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 12:57:46,734 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1992b3c6-d660-4dc8-937a-f13d55bfc3a2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1992b3c6-d660-4dc8-937a-f13d55bfc3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:47,783 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 12:57:47,784 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b53e7e1-a238-4a7a-83ae-bfac0f758fe2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b53e7e1-a238-4a7a-83ae-bfac0f758fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:48,852 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 12:57:48,853 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d223fb9-c726-4a06-b5ed-78e1ee721694', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d223fb9-c726-4a06-b5ed-78e1ee721694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:50,003 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:57:50,003 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1899c769-a1e4-47d8-8502-867c12627e04', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1899c769-a1e4-47d8-8502-867c12627e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:51,058 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 12:57:51,059 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2a9fa9-499c-487b-b806-e6e584390ba7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2a9fa9-499c-487b-b806-e6e584390ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:52,109 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:57:52,110 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b7f2b6-15aa-4e9b-8627-a5f52a1bb074', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b7f2b6-15aa-4e9b-8627-a5f52a1bb074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:53,221 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.103s 2022-07-12 12:57:53,221 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-210f89d9-2164-4740-99de-40800931f007', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-210f89d9-2164-4740-99de-40800931f007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:54,284 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.055s 2022-07-12 12:57:54,285 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f232244e-f294-493e-849e-4099e6ca6815', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f232244e-f294-493e-849e-4099e6ca6815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:55,351 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.058s 2022-07-12 12:57:55,351 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36757aa9-1d01-46f8-a0c3-7c1da2453e63', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36757aa9-1d01-46f8-a0c3-7c1da2453e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:56,423 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.064s 2022-07-12 12:57:56,423 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384858fb-4e5a-43a8-b995-e4f8461aed5f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384858fb-4e5a-43a8-b995-e4f8461aed5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:57,480 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 12:57:57,480 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42bf467-78d7-4a44-8d86-8776fcac473b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42bf467-78d7-4a44-8d86-8776fcac473b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:58,544 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.056s 2022-07-12 12:57:58,544 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e72b386-4a2c-4df1-895d-ccc0303361a9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e72b386-4a2c-4df1-895d-ccc0303361a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:57:59,633 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:57:59,634 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f9ca160-e8ea-434c-af13-44067e83d7e5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f9ca160-e8ea-434c-af13-44067e83d7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:00,693 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.051s 2022-07-12 12:58:00,693 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ba5c30-364a-40e0-a771-0dd0b628edc0', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ba5c30-364a-40e0-a771-0dd0b628edc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:01,762 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 12:58:01,762 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b03a3263-ca7e-4ab9-9884-74a29062cdab', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b03a3263-ca7e-4ab9-9884-74a29062cdab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:02,817 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 12:58:02,817 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af70df26-b243-4391-8aba-e4e048f38d38', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af70df26-b243-4391-8aba-e4e048f38d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:03,885 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.059s 2022-07-12 12:58:03,885 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fad5355-9037-4612-a8a5-ef710eb15d24', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fad5355-9037-4612-a8a5-ef710eb15d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:04,935 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 12:58:04,935 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a18374fc-121a-45af-94d3-1f91c7480ece', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a18374fc-121a-45af-94d3-1f91c7480ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:05,989 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 12:58:05,990 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bbede5f-bf47-4269-8408-d95e366983d0', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bbede5f-bf47-4269-8408-d95e366983d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:07,057 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.059s 2022-07-12 12:58:07,058 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7126623c-3dcf-4162-9634-8a86bfbccc09', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7126623c-3dcf-4162-9634-8a86bfbccc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:08,153 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.088s 2022-07-12 12:58:08,153 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e66cf84-a382-439b-945d-63a99abfe57d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e66cf84-a382-439b-945d-63a99abfe57d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:09,205 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 12:58:09,206 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4283e00-2907-46b1-b3af-04e6b5eb21b1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4283e00-2907-46b1-b3af-04e6b5eb21b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:10,264 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 12:58:10,264 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f33419d-f279-491e-9ddf-53e28ce6ba77', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f33419d-f279-491e-9ddf-53e28ce6ba77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:11,345 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.072s 2022-07-12 12:58:11,345 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff892013-3c12-46ea-bf45-de14de5e27a6', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff892013-3c12-46ea-bf45-de14de5e27a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:12,424 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.070s 2022-07-12 12:58:12,425 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db41e3ae-ed6f-4bda-9606-a27715d3df8e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db41e3ae-ed6f-4bda-9606-a27715d3df8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:13,504 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.067s 2022-07-12 12:58:13,504 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b72944-6d36-42e1-8705-d9e13df39b28', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b72944-6d36-42e1-8705-d9e13df39b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:14,574 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.061s 2022-07-12 12:58:14,575 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a40b9dd8-c5ff-4b9c-b94d-df8d799cbd7f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a40b9dd8-c5ff-4b9c-b94d-df8d799cbd7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:15,642 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.059s 2022-07-12 12:58:15,642 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec796d6-7af2-4395-b738-6cf215b5257e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec796d6-7af2-4395-b738-6cf215b5257e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:16,704 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.054s 2022-07-12 12:58:16,705 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31612efb-429f-47da-b806-5cffb463ae2b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31612efb-429f-47da-b806-5cffb463ae2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:17,760 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.048s 2022-07-12 12:58:17,761 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ce854b-b37d-4fa2-8a5b-b0679d9676f6', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ce854b-b37d-4fa2-8a5b-b0679d9676f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:18,828 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.058s 2022-07-12 12:58:18,828 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e7f723d-45f8-432c-ab27-0beb29ccc1be', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e7f723d-45f8-432c-ab27-0beb29ccc1be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:19,886 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 12:58:19,886 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ac9268-a156-4d72-bb4e-46d39ac73794', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ac9268-a156-4d72-bb4e-46d39ac73794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:20,954 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 12:58:20,954 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af13d840-a391-4cd8-943e-5ab1f68a249b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af13d840-a391-4cd8-943e-5ab1f68a249b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:22,026 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.063s 2022-07-12 12:58:22,026 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb4d87ad-5969-45c9-8a0e-e20fe73f78be', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb4d87ad-5969-45c9-8a0e-e20fe73f78be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:23,075 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.040s 2022-07-12 12:58:23,075 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-594c3a6e-9f84-494b-8d2d-2363f0b38174', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-594c3a6e-9f84-494b-8d2d-2363f0b38174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:24,133 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 12:58:24,133 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-090f8e8f-e993-4212-864c-75b5c82de66f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-090f8e8f-e993-4212-864c-75b5c82de66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:25,195 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.053s 2022-07-12 12:58:25,195 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c6a403-1ee4-4d82-8553-e63b1dfcaa8f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c6a403-1ee4-4d82-8553-e63b1dfcaa8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:26,253 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 12:58:26,253 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb2dc292-e8f5-480a-b7d1-964b946b7c8b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb2dc292-e8f5-480a-b7d1-964b946b7c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:27,313 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.051s 2022-07-12 12:58:27,313 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d577811a-2b04-49da-88ab-38f7834193ab', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d577811a-2b04-49da-88ab-38f7834193ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:28,365 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 12:58:28,366 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aedf37f4-bff3-4657-af19-5c010e612db1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aedf37f4-bff3-4657-af19-5c010e612db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:29,416 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 12:58:29,417 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d7d1d74-faf0-44af-b8bf-5f4145511fb5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d7d1d74-faf0-44af-b8bf-5f4145511fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:30,496 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.071s 2022-07-12 12:58:30,497 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d9670ec-e44b-4f72-8234-45bbdd4840c9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d9670ec-e44b-4f72-8234-45bbdd4840c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:31,566 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.061s 2022-07-12 12:58:31,566 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-712cf56f-205d-4164-a8ad-80cccb84392f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-712cf56f-205d-4164-a8ad-80cccb84392f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:32,615 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 12:58:32,616 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aed506b8-8099-473a-9b4e-4e2230674c79', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aed506b8-8099-473a-9b4e-4e2230674c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:33,666 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:58:33,666 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67766856-38f3-4a0e-b14b-edd53e82d034', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67766856-38f3-4a0e-b14b-edd53e82d034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:34,723 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 12:58:34,723 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b237aae3-2a32-4295-b768-7179e94eb675', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b237aae3-2a32-4295-b768-7179e94eb675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:35,811 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:58:35,812 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8be17005-b553-4d94-8570-0d8ac2575186', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8be17005-b553-4d94-8570-0d8ac2575186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:36,901 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:58:36,901 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26f4867c-c61b-433a-b7a7-4eaa35462d2e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26f4867c-c61b-433a-b7a7-4eaa35462d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:37,959 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 12:58:37,959 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a84bfb22-f1c5-4432-a6d8-3de453be2072', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a84bfb22-f1c5-4432-a6d8-3de453be2072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:39,021 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.054s 2022-07-12 12:58:39,021 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78f16ef-957f-49c4-8dcf-f8c490928773', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78f16ef-957f-49c4-8dcf-f8c490928773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:40,138 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.108s 2022-07-12 12:58:40,138 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0efd86-462b-405a-9987-ee180f0a50f6', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0efd86-462b-405a-9987-ee180f0a50f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:41,216 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.069s 2022-07-12 12:58:41,217 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a2d8f2-6893-4bbd-9564-4741bd2453f8', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a2d8f2-6893-4bbd-9564-4741bd2453f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:42,307 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.082s 2022-07-12 12:58:42,307 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f7ada3-aa2b-4f51-846c-5ded95fb5141', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f7ada3-aa2b-4f51-846c-5ded95fb5141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:43,458 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.143s 2022-07-12 12:58:43,458 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea7ed71-8bd4-4e41-a3dc-84f8614bf761', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea7ed71-8bd4-4e41-a3dc-84f8614bf761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:44,518 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.051s 2022-07-12 12:58:44,518 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d7efd03-6fc9-49b7-a1eb-e6ff96c72f9a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d7efd03-6fc9-49b7-a1eb-e6ff96c72f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:45,586 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 12:58:45,586 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f34b8de8-ba8c-44e1-bb10-77d220b7e2a3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f34b8de8-ba8c-44e1-bb10-77d220b7e2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:46,708 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.113s 2022-07-12 12:58:46,708 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b28afc1b-d387-4320-8717-481c32cb6829', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b28afc1b-d387-4320-8717-481c32cb6829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:47,764 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.048s 2022-07-12 12:58:47,765 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae66ac6-99dc-443d-bd32-d0e6cd02ab7e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae66ac6-99dc-443d-bd32-d0e6cd02ab7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:48,861 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.088s 2022-07-12 12:58:48,861 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e669a9-cd5b-4ae4-a475-6607e612f3d5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e669a9-cd5b-4ae4-a475-6607e612f3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:49,952 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.083s 2022-07-12 12:58:49,952 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86fd5db4-73ba-4bab-9216-e51f5267e2fa', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86fd5db4-73ba-4bab-9216-e51f5267e2fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:51,081 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.120s 2022-07-12 12:58:51,081 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bb5ae1-0825-49b1-bd27-0c26f06d5b6e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bb5ae1-0825-49b1-bd27-0c26f06d5b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:52,136 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 12:58:52,137 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78577cb-9cf5-449e-9ba1-313b4f6b3634', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78577cb-9cf5-449e-9ba1-313b4f6b3634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:53,238 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.093s 2022-07-12 12:58:53,238 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f26ebd-cc5b-4aa9-ba38-203b62e86aaa', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f26ebd-cc5b-4aa9-ba38-203b62e86aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:54,355 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.109s 2022-07-12 12:58:54,356 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-addc5753-8311-4eb4-b658-c2831249eb85', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-addc5753-8311-4eb4-b658-c2831249eb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:55,451 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.087s 2022-07-12 12:58:55,451 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7f487a6-96c3-4b6a-86cc-29a2c3ecdea5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7f487a6-96c3-4b6a-86cc-29a2c3ecdea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:56,529 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.071s 2022-07-12 12:58:56,530 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e307832-3246-4599-8d6b-728dbf7f2fc5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e307832-3246-4599-8d6b-728dbf7f2fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:57,619 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:58:57,619 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f5c62c2-cf1d-4c72-8cf2-6d4b259efa08', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f5c62c2-cf1d-4c72-8cf2-6d4b259efa08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:58,677 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.051s 2022-07-12 12:58:58,678 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab81e703-a529-472e-99e8-138892cbef93', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab81e703-a529-472e-99e8-138892cbef93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:58:59,729 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:58:59,730 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6502d975-760a-441c-b5b0-a5ba02bd2136', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6502d975-760a-441c-b5b0-a5ba02bd2136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:00,844 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.107s 2022-07-12 12:59:00,845 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856b1c4f-f0ba-492f-b5c5-42b283178d3a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856b1c4f-f0ba-492f-b5c5-42b283178d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:01,964 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.111s 2022-07-12 12:59:01,964 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d34346b-fe64-431f-b65a-8c0fa3f055ea', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d34346b-fe64-431f-b65a-8c0fa3f055ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:03,020 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.048s 2022-07-12 12:59:03,021 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed218c8a-547c-4d07-aad5-5f9e1677ad3c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed218c8a-547c-4d07-aad5-5f9e1677ad3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:04,072 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:59:04,072 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b76af1a-69fd-4525-b14f-60c55da318ca', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b76af1a-69fd-4525-b14f-60c55da318ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:05,144 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.064s 2022-07-12 12:59:05,144 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cabc009-710f-47ca-ae3d-3a863d004ffe', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cabc009-710f-47ca-ae3d-3a863d004ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:06,200 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 12:59:06,200 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1940726f-e8ab-48fb-8245-e8fa8ec25e40', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1940726f-e8ab-48fb-8245-e8fa8ec25e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:07,263 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 12:59:07,263 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd1ea25f-8675-432f-9020-cdd5f4b80f52', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd1ea25f-8675-432f-9020-cdd5f4b80f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:08,314 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:59:08,314 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c4391b-c031-4a17-b1a0-db939bc82c9c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c4391b-c031-4a17-b1a0-db939bc82c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:09,369 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 12:59:09,369 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d74579f-8f8c-4372-990b-0c8211088f43', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d74579f-8f8c-4372-990b-0c8211088f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:10,419 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 12:59:10,419 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5cb2bea-c6b8-4072-8a66-e79539d0b704', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5cb2bea-c6b8-4072-8a66-e79539d0b704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:11,507 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 12:59:11,508 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f16fe6b8-1d7f-41d3-9704-c5a19dfe870b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f16fe6b8-1d7f-41d3-9704-c5a19dfe870b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:12,596 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.079s 2022-07-12 12:59:12,596 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff5ff87-1535-4ef5-b49f-76eea18c745e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff5ff87-1535-4ef5-b49f-76eea18c745e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:13,677 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.070s 2022-07-12 12:59:13,677 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78b4150e-d6f7-46af-965e-9a35be5e5313', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78b4150e-d6f7-46af-965e-9a35be5e5313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:14,768 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.080s 2022-07-12 12:59:14,769 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee69e0c-392d-4a07-8bcd-c8f30000211c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee69e0c-392d-4a07-8bcd-c8f30000211c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:15,821 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:59:15,821 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4067593d-590c-4bfb-8eb0-85c84f053fcf', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4067593d-590c-4bfb-8eb0-85c84f053fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:16,876 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 12:59:16,876 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17689dff-7eef-4818-a245-03f7122d6c4b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17689dff-7eef-4818-a245-03f7122d6c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:17,927 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:59:17,928 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9226eceb-9c95-46ca-90eb-5f17b84577b4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9226eceb-9c95-46ca-90eb-5f17b84577b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:18,981 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 12:59:18,982 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-234f32a0-ab27-48a1-9860-32cd3a3987f1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-234f32a0-ab27-48a1-9860-32cd3a3987f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:20,033 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 12:59:20,034 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be21abdc-0415-4d87-a5ef-16a1ae125da2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be21abdc-0415-4d87-a5ef-16a1ae125da2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:21,107 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.065s 2022-07-12 12:59:21,107 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223288ff-b304-4e75-88ac-886bd62c02d3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223288ff-b304-4e75-88ac-886bd62c02d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:22,192 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.078s 2022-07-12 12:59:22,193 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-419c3503-5f64-4f19-9461-0772edb2e8b7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-419c3503-5f64-4f19-9461-0772edb2e8b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:23,262 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.061s 2022-07-12 12:59:23,263 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4198d77f-846c-41d3-8c6e-23d2fc10475b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4198d77f-846c-41d3-8c6e-23d2fc10475b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:24,368 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.097s 2022-07-12 12:59:24,368 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2cb2edc-7b35-4add-829e-3c14ee612d10', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2cb2edc-7b35-4add-829e-3c14ee612d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:25,459 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.082s 2022-07-12 12:59:25,459 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d771790-4e78-4603-842c-0a53e3eb251c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d771790-4e78-4603-842c-0a53e3eb251c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:26,522 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.054s 2022-07-12 12:59:26,522 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dbef74a-c91e-4bd3-8631-2935854ee630', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dbef74a-c91e-4bd3-8631-2935854ee630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:27,576 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 12:59:27,576 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7702af3-c598-4d04-9245-368fe8009df0', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7702af3-c598-4d04-9245-368fe8009df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:28,628 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 12:59:28,628 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14238ba1-192a-4d6e-a396-ba7d310b032d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14238ba1-192a-4d6e-a396-ba7d310b032d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:29,694 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.058s 2022-07-12 12:59:29,694 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e42c5f3b-9701-4060-87d3-044f807b81ec', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e42c5f3b-9701-4060-87d3-044f807b81ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:30,745 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:59:30,746 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bf8e18-9c3f-4d3f-a3e3-2d7ff638f7f3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bf8e18-9c3f-4d3f-a3e3-2d7ff638f7f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:31,845 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.092s 2022-07-12 12:59:31,845 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f686350c-eb02-4a3d-88af-36114f57b843', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f686350c-eb02-4a3d-88af-36114f57b843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:32,899 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 12:59:32,900 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e344f0-b658-4ea7-99c8-7e06e37aa195', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e344f0-b658-4ea7-99c8-7e06e37aa195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:33,958 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 12:59:33,959 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1b3bca-f491-4b01-87ce-fdde8f06aa64', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1b3bca-f491-4b01-87ce-fdde8f06aa64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:35,026 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.058s 2022-07-12 12:59:35,026 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da4d57e2-804d-4154-9ed1-1faf4fbe0d6b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da4d57e2-804d-4154-9ed1-1faf4fbe0d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:36,084 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 12:59:36,084 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7348dbdf-713c-4449-af19-740adafab524', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7348dbdf-713c-4449-af19-740adafab524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:37,143 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 12:59:37,143 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3accc0d5-7146-45b7-af83-8cb96f2917db', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3accc0d5-7146-45b7-af83-8cb96f2917db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:38,208 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.057s 2022-07-12 12:59:38,208 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d500d007-507b-4976-ae3f-33ef43d6f79f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d500d007-507b-4976-ae3f-33ef43d6f79f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:39,264 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 12:59:39,265 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d5fd864-e2b4-462f-8d33-e9ba2af5aaff', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d5fd864-e2b4-462f-8d33-e9ba2af5aaff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:40,321 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 12:59:40,322 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ef0621e-7acd-4547-8df8-96b001c6ea97', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ef0621e-7acd-4547-8df8-96b001c6ea97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:41,395 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.065s 2022-07-12 12:59:41,395 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d005cd-0df6-4a5b-92c8-d8ee6aaec209', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d005cd-0df6-4a5b-92c8-d8ee6aaec209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:42,461 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.059s 2022-07-12 12:59:42,462 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-886d9b0f-c45a-473d-9617-5788c5d0ddab', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-886d9b0f-c45a-473d-9617-5788c5d0ddab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:43,549 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.079s 2022-07-12 12:59:43,550 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc18215b-8734-4a67-bf3f-9f7363964db1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc18215b-8734-4a67-bf3f-9f7363964db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:44,619 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 12:59:44,619 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afca965d-220b-4913-9973-c171ada29fc2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afca965d-220b-4913-9973-c171ada29fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:45,683 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.056s 2022-07-12 12:59:45,683 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-280120f2-7a1f-4d1a-bdaf-19a6e9cf245d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-280120f2-7a1f-4d1a-bdaf-19a6e9cf245d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:46,753 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.063s 2022-07-12 12:59:46,754 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07591260-3030-412d-9c3e-667d6dd4ae1d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07591260-3030-412d-9c3e-667d6dd4ae1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:47,826 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.064s 2022-07-12 12:59:47,826 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7650143f-2c01-4379-93f4-b284dcd3598c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7650143f-2c01-4379-93f4-b284dcd3598c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:48,876 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 12:59:48,876 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d94d00-56b6-45eb-9d1e-f8aba8e75617', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d94d00-56b6-45eb-9d1e-f8aba8e75617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:49,945 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 12:59:49,946 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a3e5d21-7eab-4cd5-b85b-dccb1d7977d8', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a3e5d21-7eab-4cd5-b85b-dccb1d7977d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:51,002 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 12:59:51,002 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25928fef-fc31-4ad8-ad9a-b4cf8886d12b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25928fef-fc31-4ad8-ad9a-b4cf8886d12b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:52,051 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 12:59:52,052 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cfb0f80-d2a6-4b52-836a-3523ffa31d50', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cfb0f80-d2a6-4b52-836a-3523ffa31d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:53,104 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 12:59:53,104 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cba5082-ad85-44e5-adde-ed5728f0a1bb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cba5082-ad85-44e5-adde-ed5728f0a1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:54,156 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 12:59:54,156 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a60ed0-4648-4934-bea4-2d03e45418d1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a60ed0-4648-4934-bea4-2d03e45418d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:55,207 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 12:59:55,208 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c015b25d-3d95-45e1-a5a5-2caf63fc24fa', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c015b25d-3d95-45e1-a5a5-2caf63fc24fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:56,266 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 12:59:56,267 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc75f5c-b170-4d69-a9a6-382fedcaa566', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc75f5c-b170-4d69-a9a6-382fedcaa566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:57,320 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 12:59:57,320 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ed03ae-06a6-41ed-bad1-a27814dabb0c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79ed03ae-06a6-41ed-bad1-a27814dabb0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:58,379 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 12:59:58,379 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507aad44-f0fb-40b0-b8c4-183831fa86cb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-507aad44-f0fb-40b0-b8c4-183831fa86cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 12:59:59,443 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.055s 2022-07-12 12:59:59,443 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 12:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24322366-5e4c-43a5-bd08-a3d86dfbd013', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24322366-5e4c-43a5-bd08-a3d86dfbd013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:00,500 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 13:00:00,500 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb6828f-f0c3-48e5-b3c5-d30e29b7462a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb6828f-f0c3-48e5-b3c5-d30e29b7462a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:01,556 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 13:00:01,556 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a484ced5-cc00-49fe-95f1-e4c64066179c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a484ced5-cc00-49fe-95f1-e4c64066179c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:02,614 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.048s 2022-07-12 13:00:02,614 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ace33b-f522-48d9-b07a-e81a30495984', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ace33b-f522-48d9-b07a-e81a30495984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:03,664 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 13:00:03,664 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a35d861-6f4f-4e2d-b4ba-ea15bca3a140', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a35d861-6f4f-4e2d-b4ba-ea15bca3a140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:04,737 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.065s 2022-07-12 13:00:04,738 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f516e5-ddf3-4ff3-a2f4-84804be8447e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f516e5-ddf3-4ff3-a2f4-84804be8447e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:05,823 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.076s 2022-07-12 13:00:05,823 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33690d40-704c-460b-b6c9-00cc2e87c2dc', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33690d40-704c-460b-b6c9-00cc2e87c2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:06,875 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 13:00:06,875 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc18741-74ba-4719-9374-31400de795c1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc18741-74ba-4719-9374-31400de795c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:07,998 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.116s 2022-07-12 13:00:07,999 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b26a812-6111-4920-bd34-b1febf794294', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b26a812-6111-4920-bd34-b1febf794294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:09,056 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 13:00:09,056 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae67bb18-bf5e-4181-82a9-fdaf2dc645c2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae67bb18-bf5e-4181-82a9-fdaf2dc645c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:10,131 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.066s 2022-07-12 13:00:10,131 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e3ca679-549d-48d1-9e70-c21ff4050a4a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e3ca679-549d-48d1-9e70-c21ff4050a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:11,187 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 13:00:11,187 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d03ef1-777d-44a6-afeb-8745fb0265e7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d03ef1-777d-44a6-afeb-8745fb0265e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:12,292 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.097s 2022-07-12 13:00:12,292 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc543b1-8be9-46b7-8b2f-8589c968941b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc543b1-8be9-46b7-8b2f-8589c968941b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:13,343 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:00:13,343 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f18076-2b4e-4227-89e6-3735fce94a6b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f18076-2b4e-4227-89e6-3735fce94a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:14,393 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:00:14,393 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8443ae2d-72b2-4202-aa42-07b82d445bb1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8443ae2d-72b2-4202-aa42-07b82d445bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:15,442 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 13:00:15,442 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c43d1caf-48e3-4ade-b9c3-28a9ed990f80', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c43d1caf-48e3-4ade-b9c3-28a9ed990f80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:16,497 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 13:00:16,497 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-356813d7-e03e-4ff2-9e3e-f7899822ba50', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356813d7-e03e-4ff2-9e3e-f7899822ba50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:17,563 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.058s 2022-07-12 13:00:17,563 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2eaba9-fede-487d-b724-2763bca93ab5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2eaba9-fede-487d-b724-2763bca93ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:18,614 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:00:18,614 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd41e14-b101-4659-ac06-000b31f4993d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd41e14-b101-4659-ac06-000b31f4993d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:19,672 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 13:00:19,673 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-907f71a5-6809-4d47-8a05-e8f3049906da', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-907f71a5-6809-4d47-8a05-e8f3049906da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:20,728 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 13:00:20,728 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a69858bb-e702-4370-93ff-bc7664454e69', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a69858bb-e702-4370-93ff-bc7664454e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:21,778 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:00:21,779 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2235f4a9-a8bd-4165-a970-e547fa913130', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2235f4a9-a8bd-4165-a970-e547fa913130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:22,861 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.074s 2022-07-12 13:00:22,862 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f92e1bc-e5bd-4350-927b-1d7bc4f0c4e2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f92e1bc-e5bd-4350-927b-1d7bc4f0c4e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:23,917 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 13:00:23,917 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3767b15d-43ad-4cf0-a0db-e1fd5c8aa8fc', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3767b15d-43ad-4cf0-a0db-e1fd5c8aa8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:24,971 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 13:00:24,971 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c56ce64-02a1-46a1-9c8d-b92b20ce6987', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c56ce64-02a1-46a1-9c8d-b92b20ce6987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:26,033 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.055s 2022-07-12 13:00:26,034 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b455cb7d-8a8a-4418-8925-f66324f9b806', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b455cb7d-8a8a-4418-8925-f66324f9b806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:27,084 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 13:00:27,084 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819d77b1-5b12-4d41-a93b-c4ef7c85371c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819d77b1-5b12-4d41-a93b-c4ef7c85371c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:28,152 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 13:00:28,152 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07cb3a1d-fd9d-4722-8a18-dd4230fa45ce', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07cb3a1d-fd9d-4722-8a18-dd4230fa45ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:29,205 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 13:00:29,205 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae64ed70-ecf5-44be-b6be-e33624552d2f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae64ed70-ecf5-44be-b6be-e33624552d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:30,255 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:00:30,255 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c48f958-b875-4292-b70c-fe5a28fccb12', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c48f958-b875-4292-b70c-fe5a28fccb12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:31,307 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 13:00:31,308 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c51b891d-6fb2-4549-a1a4-68ab0c67e61a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c51b891d-6fb2-4549-a1a4-68ab0c67e61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:32,389 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.073s 2022-07-12 13:00:32,389 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df8fea5-527f-40b3-8528-d8acbe78d34e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df8fea5-527f-40b3-8528-d8acbe78d34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:33,442 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 13:00:33,442 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ce6e9a-b81f-49aa-b15f-bf27e0e52c82', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ce6e9a-b81f-49aa-b15f-bf27e0e52c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:34,539 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.089s 2022-07-12 13:00:34,540 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e27ceb5-2aa1-4e4c-a552-1309684f60ec', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e27ceb5-2aa1-4e4c-a552-1309684f60ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:35,591 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 13:00:35,591 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c722e5df-1f35-43c6-90bd-442951e859fd', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c722e5df-1f35-43c6-90bd-442951e859fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:36,651 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.052s 2022-07-12 13:00:36,651 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d376b9-429c-488b-a006-e5bbf1a84665', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d376b9-429c-488b-a006-e5bbf1a84665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:37,698 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.039s 2022-07-12 13:00:37,698 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f98d598d-d6fa-4fd5-9cb2-c898cdfa8a07', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f98d598d-d6fa-4fd5-9cb2-c898cdfa8a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:38,749 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:00:38,749 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70245d3a-bc39-48cf-835b-35e6476ded35', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70245d3a-bc39-48cf-835b-35e6476ded35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:39,807 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 13:00:39,807 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083a5a00-adf2-499b-aa39-cfefd068a016', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083a5a00-adf2-499b-aa39-cfefd068a016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:40,881 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.066s 2022-07-12 13:00:40,882 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ef4901-47e8-4d82-8994-fa52e56c150f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ef4901-47e8-4d82-8994-fa52e56c150f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:41,939 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 13:00:41,939 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd9123b-92fa-43a5-89bf-d10e086ce44a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd9123b-92fa-43a5-89bf-d10e086ce44a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:43,036 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.088s 2022-07-12 13:00:43,036 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-622d08d4-287d-43c6-bd2e-a1d2c9a373cc', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-622d08d4-287d-43c6-bd2e-a1d2c9a373cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:44,086 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.041s 2022-07-12 13:00:44,086 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c9a966-fdd1-4989-91cc-84b7aa3dfa4c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c9a966-fdd1-4989-91cc-84b7aa3dfa4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:45,143 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.048s 2022-07-12 13:00:45,143 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79b76ce-9b00-44c6-8e6d-1a5a14b5a721', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d79b76ce-9b00-44c6-8e6d-1a5a14b5a721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:46,255 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.104s 2022-07-12 13:00:46,255 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-866f94b2-7e58-41e7-bfae-9f7649030a1e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-866f94b2-7e58-41e7-bfae-9f7649030a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:47,323 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 13:00:47,323 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb71351-0ae4-4abb-9824-5f27afaed822', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb71351-0ae4-4abb-9824-5f27afaed822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:48,377 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 13:00:48,378 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d396f93-1aad-4ec1-a9b2-d87e0f128985', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d396f93-1aad-4ec1-a9b2-d87e0f128985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:49,471 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.085s 2022-07-12 13:00:49,471 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28aa03a5-6afd-4b06-a813-3661b8241895', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28aa03a5-6afd-4b06-a813-3661b8241895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:50,568 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.089s 2022-07-12 13:00:50,568 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57fc2cf1-b5e4-4902-a012-9b6a08872208', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57fc2cf1-b5e4-4902-a012-9b6a08872208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:51,631 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.056s 2022-07-12 13:00:51,631 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29943ad7-b22b-41ed-bab8-865532ee1dc7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29943ad7-b22b-41ed-bab8-865532ee1dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:52,679 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.040s 2022-07-12 13:00:52,680 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06abf803-96b0-4c04-90ab-46c9683d909f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06abf803-96b0-4c04-90ab-46c9683d909f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:53,734 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 13:00:53,734 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6406693c-0df6-4a54-98e0-adadc477e89e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6406693c-0df6-4a54-98e0-adadc477e89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:54,824 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 13:00:54,824 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f974cef1-64ce-436e-a551-c3d094ddfea8', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f974cef1-64ce-436e-a551-c3d094ddfea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:55,897 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.064s 2022-07-12 13:00:55,897 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-969c6d13-798a-45f5-8d56-cccb0837047b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969c6d13-798a-45f5-8d56-cccb0837047b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:56,959 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.053s 2022-07-12 13:00:56,959 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25201ef8-8a4a-42ce-b5ea-fe76bed2d041', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25201ef8-8a4a-42ce-b5ea-fe76bed2d041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:58,083 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.115s 2022-07-12 13:00:58,084 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a14a37aa-c21e-4a8a-95f2-542820f7717e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a14a37aa-c21e-4a8a-95f2-542820f7717e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:00:59,142 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.050s 2022-07-12 13:00:59,142 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa70a00-fcd4-4113-acae-f2c5a72ff4b0', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa70a00-fcd4-4113-acae-f2c5a72ff4b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:00,255 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.101s 2022-07-12 13:01:00,255 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375af785-574e-4ea9-904f-798321be1a0e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375af785-574e-4ea9-904f-798321be1a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:01,325 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.062s 2022-07-12 13:01:01,325 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b11ac4-6623-468b-9fbf-63e5c62aec0c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b11ac4-6623-468b-9fbf-63e5c62aec0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:02,492 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.159s 2022-07-12 13:01:02,492 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464e4ca6-b87d-4c2c-af17-88608eb0800f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464e4ca6-b87d-4c2c-af17-88608eb0800f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:03,631 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.130s 2022-07-12 13:01:03,631 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec2602f-7273-432b-9346-32cff021c277', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec2602f-7273-432b-9346-32cff021c277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:04,736 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.098s 2022-07-12 13:01:04,737 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92a1a1b7-c950-4332-b0a0-830caebb711d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92a1a1b7-c950-4332-b0a0-830caebb711d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:05,814 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.069s 2022-07-12 13:01:05,814 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231e9b7d-1feb-4986-b478-03707de29483', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231e9b7d-1feb-4986-b478-03707de29483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:06,888 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.066s 2022-07-12 13:01:06,889 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a41bfd4-3b37-4486-a275-f185f85a8239', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a41bfd4-3b37-4486-a275-f185f85a8239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:07,975 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.079s 2022-07-12 13:01:07,975 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a96e88-88bd-48db-8e44-128664eb8ee8', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a96e88-88bd-48db-8e44-128664eb8ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:09,086 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.098s 2022-07-12 13:01:09,087 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabcf320-fef1-46aa-b5fd-6389b8f6b0b9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabcf320-fef1-46aa-b5fd-6389b8f6b0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:10,151 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.055s 2022-07-12 13:01:10,152 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6da2af-0287-4252-ac7d-cf24b5bd71da', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6da2af-0287-4252-ac7d-cf24b5bd71da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:11,216 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.055s 2022-07-12 13:01:11,216 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f4cd8fc-bee0-4416-9001-c3435e40f31e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4cd8fc-bee0-4416-9001-c3435e40f31e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:12,345 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.121s 2022-07-12 13:01:12,346 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69e2d9d-308c-4be5-bac7-6a06326758ba', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69e2d9d-308c-4be5-bac7-6a06326758ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:13,506 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.153s 2022-07-12 13:01:13,507 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b20bf96-3c93-43b4-a3b3-27f1495c43d5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b20bf96-3c93-43b4-a3b3-27f1495c43d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:14,688 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.173s 2022-07-12 13:01:14,688 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1c2e11-eacf-4f64-aa06-977d7059fcf4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1c2e11-eacf-4f64-aa06-977d7059fcf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:15,786 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.090s 2022-07-12 13:01:15,787 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f1e0fb-fed8-4dc2-a54b-8d073f7e1b1c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f1e0fb-fed8-4dc2-a54b-8d073f7e1b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:16,882 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.087s 2022-07-12 13:01:16,882 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5532c4-e884-4aa4-bc93-aa7dcc5b4fc5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5532c4-e884-4aa4-bc93-aa7dcc5b4fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:17,934 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 13:01:17,934 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d08cec9-0d5a-46db-986b-1bc6640139b2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d08cec9-0d5a-46db-986b-1bc6640139b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:19,018 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.076s 2022-07-12 13:01:19,019 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d189ae9-a7ff-4869-87f8-d179270ecc54', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d189ae9-a7ff-4869-87f8-d179270ecc54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:20,156 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.129s 2022-07-12 13:01:20,156 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2514c41d-73cd-4e0b-8f50-72726dc30b0a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2514c41d-73cd-4e0b-8f50-72726dc30b0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:21,272 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.108s 2022-07-12 13:01:21,272 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-889ba12a-1a45-4d62-b1a3-8ea95bfc0317', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-889ba12a-1a45-4d62-b1a3-8ea95bfc0317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:22,401 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.118s 2022-07-12 13:01:22,402 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c19e0fc8-e283-4cbe-8796-2c74b17957b5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c19e0fc8-e283-4cbe-8796-2c74b17957b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:23,507 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.095s 2022-07-12 13:01:23,507 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28661c0a-1268-4001-8a5c-c4c94d7dc54c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28661c0a-1268-4001-8a5c-c4c94d7dc54c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:24,567 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.052s 2022-07-12 13:01:24,567 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9036f221-3b4b-47c6-8d8b-02e45d4ea74e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9036f221-3b4b-47c6-8d8b-02e45d4ea74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:25,621 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 13:01:25,622 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7800e83f-4007-4dc9-abf7-f25ee3be8d31', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7800e83f-4007-4dc9-abf7-f25ee3be8d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:26,672 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 13:01:26,673 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-720056a7-5d2d-476a-ba52-d3f4eda18fe7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-720056a7-5d2d-476a-ba52-d3f4eda18fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:27,755 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.074s 2022-07-12 13:01:27,755 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb1bab5-cb7e-4fe7-8d90-4a5979c2bd93', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb1bab5-cb7e-4fe7-8d90-4a5979c2bd93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:28,813 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.049s 2022-07-12 13:01:28,813 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d76b78e-790b-4a31-8901-c14a47ad94eb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d76b78e-790b-4a31-8901-c14a47ad94eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:29,902 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.081s 2022-07-12 13:01:29,902 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a694e7-2702-4a82-9413-2d5190c76f9c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a694e7-2702-4a82-9413-2d5190c76f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:30,969 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.058s 2022-07-12 13:01:30,969 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19bf891f-b75e-47e6-98f5-d64bbd98bebe', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19bf891f-b75e-47e6-98f5-d64bbd98bebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:32,021 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 13:01:32,022 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549fb5e4-742a-4ec1-b11a-f2b4139fa8aa', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549fb5e4-742a-4ec1-b11a-f2b4139fa8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:33,077 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 13:01:33,077 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5da5114-9898-42a0-99b7-c0f2c4086759', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5da5114-9898-42a0-99b7-c0f2c4086759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:34,149 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.064s 2022-07-12 13:01:34,149 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faeb8e64-86d7-4226-ab7a-8903885c9ff9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faeb8e64-86d7-4226-ab7a-8903885c9ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:35,200 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:01:35,201 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44cc9feb-c796-444b-ac4c-daeb37fda30e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44cc9feb-c796-444b-ac4c-daeb37fda30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:36,249 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.040s 2022-07-12 13:01:36,249 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a8b1a3-b412-4c62-8f3a-d1e7b6f899cf', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a8b1a3-b412-4c62-8f3a-d1e7b6f899cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:37,300 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.043s 2022-07-12 13:01:37,301 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15bc1787-236b-46cb-b5c4-cf3af1197af2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15bc1787-236b-46cb-b5c4-cf3af1197af2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:38,356 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.047s 2022-07-12 13:01:38,356 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d30fd5-7c0a-4db7-a652-49d48c5a013c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d30fd5-7c0a-4db7-a652-49d48c5a013c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:39,407 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.042s 2022-07-12 13:01:39,407 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-675cf3f0-d79a-47a9-9535-2a0aeb30aff2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-675cf3f0-d79a-47a9-9535-2a0aeb30aff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:40,489 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.075s 2022-07-12 13:01:40,490 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b3b158-2663-40a6-a70e-ed10ef48627b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b3b158-2663-40a6-a70e-ed10ef48627b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:41,541 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 13:01:41,542 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b2dbdf5-18de-484e-b2c1-93354bb6132f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b2dbdf5-18de-484e-b2c1-93354bb6132f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:42,593 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.044s 2022-07-12 13:01:42,594 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76a0bb7-872b-4763-b21b-31b151f82637', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76a0bb7-872b-4763-b21b-31b151f82637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:43,659 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.057s 2022-07-12 13:01:43,659 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d5b16e-e40e-4696-ab1b-855ef0c54949', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d5b16e-e40e-4696-ab1b-855ef0c54949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:44,732 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.066s 2022-07-12 13:01:44,733 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e84e65e3-0859-496b-9854-6962b62a9568', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e84e65e3-0859-496b-9854-6962b62a9568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:45,786 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 13:01:45,787 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fefaa901-7232-41c9-967d-deb8e7c3a1dc', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fefaa901-7232-41c9-967d-deb8e7c3a1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:46,856 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.061s 2022-07-12 13:01:46,857 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea9adfce-c486-43db-956c-4eb86665308f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea9adfce-c486-43db-956c-4eb86665308f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:47,956 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.091s 2022-07-12 13:01:47,957 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daf5c051-cd0d-4f04-bece-751412d9e468', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daf5c051-cd0d-4f04-bece-751412d9e468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:49,049 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.084s 2022-07-12 13:01:49,050 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7a2a91-d7ed-4d31-916c-0434fc3bb6f1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7a2a91-d7ed-4d31-916c-0434fc3bb6f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:50,143 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.085s 2022-07-12 13:01:50,143 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb6a445-fa97-473e-8f40-79061a06c920', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb6a445-fa97-473e-8f40-79061a06c920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:51,250 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.100s 2022-07-12 13:01:51,251 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-219a3695-2a3b-4087-b376-41f5f3dbab52', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-219a3695-2a3b-4087-b376-41f5f3dbab52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:52,310 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.052s 2022-07-12 13:01:52,311 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4afbf4a2-70d6-42ad-bf4e-00959e465675', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4afbf4a2-70d6-42ad-bf4e-00959e465675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:53,382 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.064s 2022-07-12 13:01:53,383 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374a1301-e5b1-4300-96bd-119145236fe3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374a1301-e5b1-4300-96bd-119145236fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:54,509 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.118s 2022-07-12 13:01:54,510 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ec55a2-4127-4ad8-834e-583f255a5b01', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ec55a2-4127-4ad8-834e-583f255a5b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:55,569 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.051s 2022-07-12 13:01:55,569 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e62a84-26b2-486c-93ce-5a7f76fdc0b1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e62a84-26b2-486c-93ce-5a7f76fdc0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:56,657 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.080s 2022-07-12 13:01:56,658 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76b1ef14-dcf0-4eba-80ad-c04db2914c48', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76b1ef14-dcf0-4eba-80ad-c04db2914c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:57,804 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.139s 2022-07-12 13:01:57,805 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e73f3ce-3edd-4d8b-8c36-4266b36f686f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e73f3ce-3edd-4d8b-8c36-4266b36f686f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:01:58,926 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.114s 2022-07-12 13:01:58,927 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba53861-e3f3-41b7-83f2-f921155357ba', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba53861-e3f3-41b7-83f2-f921155357ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:00,048 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.113s 2022-07-12 13:02:00,048 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03db1f89-b02c-4ff1-9e7d-141e21644d21', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03db1f89-b02c-4ff1-9e7d-141e21644d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:01,162 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.105s 2022-07-12 13:02:01,162 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a7e4cc-7f85-48cb-8539-0c93c10ec1ab', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a7e4cc-7f85-48cb-8539-0c93c10ec1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:02,253 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.083s 2022-07-12 13:02:02,254 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7c5436-e051-4ac7-9c77-8411f4cc42be', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7c5436-e051-4ac7-9c77-8411f4cc42be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:03,330 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.068s 2022-07-12 13:02:03,330 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e83805a4-ac2a-4d48-9b47-65b1a120913c', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e83805a4-ac2a-4d48-9b47-65b1a120913c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:04,393 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.054s 2022-07-12 13:02:04,393 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ac522a-a17b-483e-94c3-2f81cb75106e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ac522a-a17b-483e-94c3-2f81cb75106e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:05,523 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.122s 2022-07-12 13:02:05,524 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bef2ee-27b0-487a-b5e3-cb57bf8a67ff', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bef2ee-27b0-487a-b5e3-cb57bf8a67ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:06,608 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.077s 2022-07-12 13:02:06,608 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd8797db-5e10-469b-8afb-440a00b12177', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd8797db-5e10-469b-8afb-440a00b12177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:07,708 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.091s 2022-07-12 13:02:07,708 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dfa933e-4562-4e3f-afea-c702284dbb07', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dfa933e-4562-4e3f-afea-c702284dbb07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:08,796 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.079s 2022-07-12 13:02:08,796 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d193aa4-9453-470a-832f-ba107b00c482', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d193aa4-9453-470a-832f-ba107b00c482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:09,877 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.073s 2022-07-12 13:02:09,877 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3457d6ac-907d-484f-9c0c-900951bc0220', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3457d6ac-907d-484f-9c0c-900951bc0220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:10,955 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.070s 2022-07-12 13:02:10,955 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a243f2f4-c082-4058-aa29-8823ad908503', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a243f2f4-c082-4058-aa29-8823ad908503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:12,008 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 13:02:12,009 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688acbd7-ef68-4315-9ab4-3a93d26ce084', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688acbd7-ef68-4315-9ab4-3a93d26ce084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:13,065 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.046s 2022-07-12 13:02:13,065 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3e80aec-f9d0-4a5a-87ef-b731361efc32', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3e80aec-f9d0-4a5a-87ef-b731361efc32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:14,118 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.045s 2022-07-12 13:02:14,119 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b3f24d-3110-47fd-9ca9-705e8ae9dd13', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b3f24d-3110-47fd-9ca9-705e8ae9dd13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:15,191 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.063s 2022-07-12 13:02:15,192 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ed0458-f8cf-45c5-8ae7-9bd1f82c8605', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ed0458-f8cf-45c5-8ae7-9bd1f82c8605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:16,260 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.060s 2022-07-12 13:02:16,260 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e64be58-0b4b-4bb6-809d-3a70ca8c0312', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e64be58-0b4b-4bb6-809d-3a70ca8c0312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:17,324 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.055s 2022-07-12 13:02:17,324 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8972e87e-f956-4026-9d71-b6c7a6efe439', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8972e87e-f956-4026-9d71-b6c7a6efe439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' 2022-07-12 13:02:18,788 126765 INFO [tempest.lib.common.rest_client] Request (LiveMigrationTest:test_live_block_migration_with_attached_volume): 200 GET http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7 0.456s 2022-07-12 13:02:18,788 126765 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e71ddaf-e83b-409b-bd79-0a21982bff6f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e71ddaf-e83b-409b-bd79-0a21982bff6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7'} Body: b'{"volume": {"id": "91ebeb67-7e4d-4d55-a577-10d671ed5fe7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-12T12:56:17.000000", "updated_at": "2022-07-12T12:57:33.000000", "name": "tempest-LiveMigrationTest-volume-52821797", "description": null, "volume_type": "lvmdriver-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.61/volume/v3/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}, {"rel": "bookmark", "href": "http://10.222.0.61/volume/8248ed37a6a54baf8af51ff5e1d377bd/volumes/91ebeb67-7e4d-4d55-a577-10d671ed5fe7"}], "user_id": "593627cf214a4e7890306ea3c0c1cd86", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8248ed37a6a54baf8af51ff5e1d377bd"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_live_migration.py", line 201, in test_live_block_migration_with_attached_volume self.attach_volume(server, volume, device='/dev/xvdb') File "/opt/stack/tempest/tempest/api/compute/base.py", line 593, in attach_volume waiters.wait_for_volume_attachment_create( File "/opt/stack/tempest/tempest/common/waiters.py", line 338, in wait_for_volume_attachment_create raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Failed to attach volume 91ebeb67-7e4d-4d55-a577-10d671ed5fe7 to server 23833342-a01f-4a99-b5c3-7e41e577866c within the required time (360 s). |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
pass
pt6.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_servers_on_multinodes.ServersOnMultiNodesTest | 5 | 4 | 1 | 0 | 0 | Detail | |
test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
pass
pt7.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
pt7.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
pt7.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
pt7.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] |
fail
ft7.5: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-12 13:00:09,104 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 201 POST http://10.222.0.61/identity/v3/auth/tokens 0.108s 2022-07-12 13:00:09,105 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:08 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-a2491db2-8c65-4d12-9846-91fb18d0afb7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.61/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "65d837303cbe491598cb94e7b5be4fad", "name": "tempest-ServersOnMultiNodesTest-84054207-project", "password_expires_at": null}, "audit_ids": ["y01ZW447QH6Wogj5WeCkpQ"], "expires_at": "2022-07-12T14:00:09.000000Z", "issued_at": "2022-07-12T13:00:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "name": "tempest-ServersOnMultiNodesTest-84054207"}, "is_domain": false, "roles": [{"id": "5243914cdaaa4f1e8662a3d3ac2d0d8f", "name": "member"}, {"id": "add7aeda7a534dc3b483b1585a164dab", "name": "reader"}], "catalog": [{"endpoints": [{"id": "9e283035751c4e1ba8f96c3cf33c23b9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:9696/", "region": "RegionOne"}], "id": "07eb4e9591964149bae91cd79cabc567", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "333e187a880d491bb322f1285bd5d8a0", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.61:8080", "region": "RegionOne"}, {"id": "4ab55738d47b47f3a727c0408a6e8649", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61:8080/v1/AUTH_b3ed70bf2cfa4970a9acccbe03e61ac9", "region": "RegionOne"}], "id": "15c9be162d074e698475577e0809c6ad", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "83e42a6c8b364187a116bea107af947a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/image", "region": "RegionOne"}], "id": "481c08ef0043436dbbe735bd5678194c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3efad909127149748a09e6b656fa621f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/placement", "region": "RegionOne"}], "id": "70fde0931c2c43cf924c3fd2004197f2", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "fe7d27ee05c8467aba38e90841ebca98", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/b3ed70bf2cfa4970a9acccbe03e61ac9", "region": "RegionOne"}], "id": "844f8ffba9b74c37a6db1280217d1c11", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "52539cbb03984d32b646a5d4c353711c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2.1", "region": "RegionOne"}], "id": "8c2d8162dea0448ba41c3a6d1dc9b222", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e47e4c649b864e2ebfc6b5f8520cd8f0", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/identity", "region": "RegionOne"}], "id": "bd79f201e4614e9a97feb5b94211cc03", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "02413cc2169f4efd9aabf45d1f7c9166", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/volume/v3/b3ed70bf2cfa4970a9acccbe03e61ac9", "region": "RegionOne"}], "id": "d6a392543d9e46b4a9659dab91621ee5", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "30b88f1eb1614922bb1a637e63565560", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.61/compute/v2/b3ed70bf2cfa4970a9acccbe03e61ac9", "region": "RegionOne"}], "id": "d78673f6c0214cd28a8840c82a0813a5", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-12 13:00:09,105 126775 INFO [tempest.lib.common.fixed_network] (ServersOnMultiNodesTest:test_create_servers_on_same_host) Found network None available for tenant 2022-07-12 13:00:09,549 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 202 POST http://10.222.0.61/compute/v2.1/servers 0.442s 2022-07-12 13:00:09,549 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServersOnMultiNodesTest-server-1535347303", "imageRef": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "flavorRef": "452"}, "os:scheduler_hints": {"same_host": "5e193730-fd8e-4d73-a662-558fc8604e96"}} Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15bd8d8d-1971-417d-8404-cce2153e6c47', 'x-compute-request-id': 'req-15bd8d8d-1971-417d-8404-cce2153e6c47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.61/compute/v2.1/servers'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "jSdDeYoEo6i7"}}' 2022-07-12 13:00:09,636 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.085s 2022-07-12 13:00:09,637 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1217', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ebf80c-7eba-4c47-bc7b-88d83435d15f', 'x-compute-request-id': 'req-b6ebf80c-7eba-4c47-bc7b-88d83435d15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:10Z", "updated": "2022-07-12T13:00:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:10,788 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.143s 2022-07-12 13:00:10,789 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf8c0056-b50a-44a6-acc7-527bf7aa9a24', 'x-compute-request-id': 'req-cf8c0056-b50a-44a6-acc7-527bf7aa9a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:10,797 126775 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2022-07-12 13:00:12,240 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.442s 2022-07-12 13:00:12,240 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53499045-1f8f-4c8c-9da2-760938446ff9', 'x-compute-request-id': 'req-53499045-1f8f-4c8c-9da2-760938446ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:12,248 126775 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2022-07-12 13:00:13,576 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.326s 2022-07-12 13:00:13,576 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d12dd47-63dd-4e38-817b-ca0e83069c61', 'x-compute-request-id': 'req-7d12dd47-63dd-4e38-817b-ca0e83069c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:14,868 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.284s 2022-07-12 13:00:14,869 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ded35b6-9faa-40ba-8e73-7bbff240c92b', 'x-compute-request-id': 'req-5ded35b6-9faa-40ba-8e73-7bbff240c92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:16,071 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.193s 2022-07-12 13:00:16,071 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26a839bb-6503-4327-9b73-fd0f1b83ea17', 'x-compute-request-id': 'req-26a839bb-6503-4327-9b73-fd0f1b83ea17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:17,274 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.194s 2022-07-12 13:00:17,275 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd3b8a26-a2ae-4cad-87c4-b4d266c4467c', 'x-compute-request-id': 'req-bd3b8a26-a2ae-4cad-87c4-b4d266c4467c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:18,867 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.583s 2022-07-12 13:00:18,867 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecc966da-71d2-4004-afe6-c11bf90f75a2', 'x-compute-request-id': 'req-ecc966da-71d2-4004-afe6-c11bf90f75a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:20,148 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.272s 2022-07-12 13:00:20,148 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47a00f9a-305a-4c75-b3f6-e3d210156b4f', 'x-compute-request-id': 'req-47a00f9a-305a-4c75-b3f6-e3d210156b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:21,408 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.251s 2022-07-12 13:00:21,408 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15c66d4b-1d9d-4603-9667-99cfefff8beb', 'x-compute-request-id': 'req-15c66d4b-1d9d-4603-9667-99cfefff8beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:22,697 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.279s 2022-07-12 13:00:22,697 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e4c406-3f2e-4561-88c3-f34004766867', 'x-compute-request-id': 'req-65e4c406-3f2e-4561-88c3-f34004766867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:23,948 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.241s 2022-07-12 13:00:23,948 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f469ad0-5e30-4736-a863-5810703cea54', 'x-compute-request-id': 'req-6f469ad0-5e30-4736-a863-5810703cea54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:25,209 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.252s 2022-07-12 13:00:25,209 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb6484c4-99cd-4875-9418-34ea84050539', 'x-compute-request-id': 'req-cb6484c4-99cd-4875-9418-34ea84050539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:26,469 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.250s 2022-07-12 13:00:26,469 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-084fb6fe-30b5-4844-a79a-c5cb406fdd2a', 'x-compute-request-id': 'req-084fb6fe-30b5-4844-a79a-c5cb406fdd2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:27,649 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.171s 2022-07-12 13:00:27,650 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a63c5881-6af7-499c-86f2-e6c827bcfa35', 'x-compute-request-id': 'req-a63c5881-6af7-499c-86f2-e6c827bcfa35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:29,001 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.343s 2022-07-12 13:00:29,002 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-674b98cb-40ad-492b-95a8-51427fbab655', 'x-compute-request-id': 'req-674b98cb-40ad-492b-95a8-51427fbab655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:30,178 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.169s 2022-07-12 13:00:30,179 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e152c2f-0492-4797-a1d6-877c5b514fd4', 'x-compute-request-id': 'req-2e152c2f-0492-4797-a1d6-877c5b514fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:31,352 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.165s 2022-07-12 13:00:31,352 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a62c342-1936-4cbf-9e50-dfc8eb8932ec', 'x-compute-request-id': 'req-1a62c342-1936-4cbf-9e50-dfc8eb8932ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:32,605 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.243s 2022-07-12 13:00:32,605 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c60e8184-9c5e-4483-8f1f-f3bb8d94e202', 'x-compute-request-id': 'req-c60e8184-9c5e-4483-8f1f-f3bb8d94e202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:33,830 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.216s 2022-07-12 13:00:33,831 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9236a56c-8607-4ad9-b2f8-af75a9200e89', 'x-compute-request-id': 'req-9236a56c-8607-4ad9-b2f8-af75a9200e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:35,028 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.189s 2022-07-12 13:00:35,029 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24ba36b8-77db-47b5-9130-01733da736f8', 'x-compute-request-id': 'req-24ba36b8-77db-47b5-9130-01733da736f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:36,200 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.162s 2022-07-12 13:00:36,200 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3e876c9-8f73-4774-9dda-a299183ef36a', 'x-compute-request-id': 'req-b3e876c9-8f73-4774-9dda-a299183ef36a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:37,399 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.189s 2022-07-12 13:00:37,399 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99e068b5-c5dc-496d-81c3-4c17fc618468', 'x-compute-request-id': 'req-99e068b5-c5dc-496d-81c3-4c17fc618468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "84edafb74539489688dfc18e83d4f24b417c6de24d104eb73cc38308", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:38,576 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.169s 2022-07-12 13:00:38,577 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc6e8bc2-b097-4cfe-9f33-27ed17bd9ebb', 'x-compute-request-id': 'req-bc6e8bc2-b097-4cfe-9f33-27ed17bd9ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:39,697 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.112s 2022-07-12 13:00:39,697 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b2c499d-d963-415c-afbe-17456448f0cc', 'x-compute-request-id': 'req-5b2c499d-d963-415c-afbe-17456448f0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:40,825 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.118s 2022-07-12 13:00:40,825 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca5386d-f72d-4895-a439-e9e016a0668f', 'x-compute-request-id': 'req-fca5386d-f72d-4895-a439-e9e016a0668f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:41,938 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.104s 2022-07-12 13:00:41,938 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1217', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78b2cf95-5e4a-4b20-9cd3-ab54d42cb9cf', 'x-compute-request-id': 'req-78b2cf95-5e4a-4b20-9cd3-ab54d42cb9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "BUILD", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:41,945 126775 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 32 second wait 2022-07-12 13:00:43,113 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 200 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.166s 2022-07-12 13:00:43,113 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1409', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-165ec642-1ba6-45a7-8d88-abdf9fb6aeaa', 'x-compute-request-id': 'req-165ec642-1ba6-45a7-8d88-abdf9fb6aeaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"server": {"id": "b2b1090b-7430-4329-ac6c-aca3e7b7dacd", "name": "tempest-ServersOnMultiNodesTest-server-1535347303", "status": "ERROR", "tenant_id": "b3ed70bf2cfa4970a9acccbe03e61ac9", "user_id": "65d837303cbe491598cb94e7b5be4fad", "metadata": {}, "hostId": "", "image": {"id": "4deca7ab-924b-4cfb-bf1d-4979bde2727d", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/images/4deca7ab-924b-4cfb-bf1d-4979bde2727d"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.61/compute/flavors/452"}]}, "created": "2022-07-12T13:00:09Z", "updated": "2022-07-12T13:00:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}, {"rel": "bookmark", "href": "http://10.222.0.61/compute/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-07-12T13:00:42Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance b2b1090b-7430-4329-ac6c-aca3e7b7dacd."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-12 13:00:43,126 126775 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 34 second wait 2022-07-12 13:00:43,707 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 204 DELETE http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.580s 2022-07-12 13:00:43,707 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:43 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-2cee68f1-4ecc-48bf-ba8f-0c8bf3f4aae1', 'x-compute-request-id': 'req-2cee68f1-4ecc-48bf-ba8f-0c8bf3f4aae1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'' 2022-07-12 13:00:43,747 126775 INFO [tempest.lib.common.rest_client] Request (ServersOnMultiNodesTest:test_create_servers_on_same_host): 404 GET http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd 0.039s 2022-07-12 13:00:43,747 126775 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 12 Jul 2022 13:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e6eff9b2-d170-4bca-b8af-32ee15bbc919', 'x-compute-request-id': 'req-e6eff9b2-d170-4bca-b8af-32ee15bbc919', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.61/compute/v2.1/servers/b2b1090b-7430-4329-ac6c-aca3e7b7dacd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b2b1090b-7430-4329-ac6c-aca3e7b7dacd could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_on_multinodes.py", line 70, in test_create_servers_on_same_host server02 = self.create_test_server(scheduler_hints=hints, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 353, 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 319, in create_test_server waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server b2b1090b-7430-4329-ac6c-aca3e7b7dacd failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2022-07-12T13:00:42Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance b2b1090b-7430-4329-ac6c-aca3e7b7dacd.'}. Server boot request ID: req-15bd8d8d-1971-417d-8404-cce2153e6c47. |
||||||
setUpClass (tempest.api.compute.admin.test_agents | 1 | 0 | 0 | 0 | 1 | Detail | |
AgentsAdminTestJSON) |
skip
pt8.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
pt9.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
pt10.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
pt11.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
pt12.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
pt13.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
pt14.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
pt15.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
pt16.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
AttachInterfacesTestJSON) |
skip
pt16.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
AttachInterfacesUnderV243Test) |
skip
pt16.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt17.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
pt18.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
pt19.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue | 3 | 0 | 0 | 0 | 3 | Detail | |
ServerBootFromVolumeStableRescueTest) |
skip
pt20.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerStableDeviceRescueTest) |
skip
pt20.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt20.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesTestJSON) |
skip
pt21.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
pt22.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
pt23.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt24.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
pt25.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
pt26.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
pt27.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
pt28.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
pt29.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
pt30.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
pt31.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
pt32.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
pt33.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
pt34.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
pt35.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
pt36.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
pt37.1: setUpClass (tempest.api.identity.v2.test_extension.ExtensionTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityTenantsTest) |
skip
pt38.1: setUpClass (tempest.api.identity.v2.test_tenants.IdentityTenantsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTest) |
skip
pt39.1: setUpClass (tempest.api.identity.v2.test_tokens.TokensTest) |
||||||
setUpClass (tempest.api.identity.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityUsersTest) |
skip
pt40.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
pt41.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
pt42.1: setUpClass (tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest) |
||||||
setUpClass (tempest.api.image.v1.test_images | 3 | 0 | 0 | 0 | 3 | Detail | |
UpdateImageMetaTest) |
skip
pt43.1: setUpClass (tempest.api.image.v1.test_images.UpdateImageMetaTest) |
||||||
ListImagesTest) |
skip
pt43.2: setUpClass (tempest.api.image.v1.test_images.ListImagesTest) |
||||||
CreateRegisterImagesTest) |
skip
pt43.3: setUpClass (tempest.api.image.v1.test_images.CreateRegisterImagesTest) |
||||||
setUpClass (tempest.api.image.v1.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
CreateDeleteImagesNegativeTest) |
skip
pt44.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
pt45.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
pt46.1: setUpClass (tempest.api.image.v2.test_images.ImportImagesTest) |
||||||
MultiStoresImportImagesTest) |
skip
pt46.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
pt47.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
pt48.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
pt49.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.scenario.test_compute_unified_limits | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersQuotaTest) |
skip
pt50.1: setUpClass (tempest.scenario.test_compute_unified_limits.ServersQuotaTest) |
||||||
setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt51.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps) |
||||||
setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
MinBwAllocationPlacementTest) |
skip
pt52.1: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest) |
||||||
QoSBandwidthAndPacketRateTests) |
skip
pt52.2: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests) |
||||||
setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt53.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt57.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
pt58.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
||||||
tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
pass
pt59.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
pt59.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt63.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
pt64.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt77.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
pt77.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
pt78.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
skip
pt79.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_negative.LiveMigrationNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
pass
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt83.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt84.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
pt85.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
pt85.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
pt85.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
pt85.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
pt86.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
pt87.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
pt88.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
pt88.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
pt88.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
pt88.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
pt89.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
pt89.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
pt90.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
pt91.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
||||||
tempest.api.compute.admin.test_servers.ServersAdmin275Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
pass
pt92.1: tempest.api.compute.admin.test_servers.ServersAdmin275Test.test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
||||||
tempest.api.compute.admin.test_servers.ServersAdminTestJSON | 10 | 9 | 0 | 0 | 1 | Detail | |
test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
pass
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt95.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
pt95.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
pt95.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
pt96.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
pt96.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt98.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
pt98.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
pt99.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
pt99.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
pt99.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
pt100.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
pt101.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
pt101.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt103.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
pt104.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
pt104.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
pt105.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt107.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
pt107.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
pt108.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
pt108.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
pt108.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
pt109.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt111.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
pt111.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
pt111.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
pt111.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
pt111.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
pt111.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
pt112.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
pt112.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
pt112.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
pt112.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
pt113.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
pt113.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
pt113.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
pt113.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
pt113.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
pt113.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
pt114.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
pt114.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
pt114.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
pt114.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
pt115.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
pt115.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
pt116.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
pt116.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
pt116.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
pt116.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
pt116.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt117.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
pt118.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
pt119.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
pt119.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
pt119.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
pt120.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
pt120.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
pt120.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
pt120.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
pt121.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
pt121.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
pt121.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
pt121.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
pt121.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
pt121.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
pt121.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
pt121.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
pt122.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
pt122.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
pt122.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
pt122.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
pt122.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
pt122.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
pt123.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
pt124.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
pt125.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
pt125.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
pt125.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
pt125.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
pt125.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
pt126.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
pt126.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
pt126.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
pt126.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
pt126.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
pt126.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
pt126.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
pt126.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
pt127.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
pt127.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
pt127.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
pt127.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
pt127.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
pt128.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
pt128.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
pt128.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
pt128.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
pt128.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
pt128.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
pt128.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
pt128.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
pt128.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
pt128.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
pt128.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
pt129.1: tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt130.1: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
||||||
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt130.2: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt130.3: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt130.4: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt130.5: tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
pass
pt131.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
pt132.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
pt132.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
pt132.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
pt132.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
pt132.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
pt133.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
pt133.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
pt133.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
pt133.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
pt133.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_create_server_multi_nic.ServersTestMultiNic | 2 | 2 | 0 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
pass
pt134.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] |
pass
pt134.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
pass
pt135.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
pt135.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
pt135.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
pt135.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] |
pass
pt135.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
pass
pt135.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
pt135.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
pt135.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 | 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_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt137.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.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
pt138.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
pt138.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
pt138.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
pt138.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
pt138.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
pt139.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
pt139.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
pt140.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
pt141.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
pt141.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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
pt142.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_list_servers_negative.ListServersNegativeTestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_list_servers_by_changes_since_future_date[id-74745ad8-b346-45b5-b9b8-509d7447fc1f,negative] |
pass
pt143.1: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date[id-74745ad8-b346-45b5-b9b8-509d7447fc1f,negative] |
||||||
test_list_servers_by_changes_since_invalid_date[id-87d12517-e20a-4c9c-97b6-dd1628d6d6c9,negative] |
pass
pt143.2: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date[id-87d12517-e20a-4c9c-97b6-dd1628d6d6c9,negative] |
||||||
test_list_servers_by_limits_greater_than_actual_count[id-d47c17fb-eebd-4287-8e95-f20a7e627b18,negative] |
pass
pt143.3: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count[id-d47c17fb-eebd-4287-8e95-f20a7e627b18,negative] |
||||||
test_list_servers_by_limits_pass_negative_value[id-62610dd9-4713-4ee0-8beb-fd2c1aa7f950,negative] |
pass
pt143.4: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value[id-62610dd9-4713-4ee0-8beb-fd2c1aa7f950,negative] |
||||||
test_list_servers_by_limits_pass_string[id-679bc053-5e70-4514-9800-3dfab1a380a6,negative] |
pass
pt143.5: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string[id-679bc053-5e70-4514-9800-3dfab1a380a6,negative] |
||||||
test_list_servers_by_non_existing_flavor[id-5913660b-223b-44d4-a651-a0fbfd44ca75,negative] |
pass
pt143.6: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor[id-5913660b-223b-44d4-a651-a0fbfd44ca75,negative] |
||||||
test_list_servers_by_non_existing_image[id-ff01387d-c7ad-47b4-ae9e-64fa214638fe,negative] |
pass
pt143.7: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image[id-ff01387d-c7ad-47b4-ae9e-64fa214638fe,negative] |
||||||
test_list_servers_by_non_existing_server_name[id-e2c77c4a-000a-4af3-a0bd-629a328bde7c,negative] |
pass
pt143.8: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name[id-e2c77c4a-000a-4af3-a0bd-629a328bde7c,negative] |
||||||
test_list_servers_detail_server_is_deleted[id-93055106-2d34-46fe-af68-d9ddbf7ee570,negative] |
pass
pt143.9: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted[id-93055106-2d34-46fe-af68-d9ddbf7ee570,negative] |
||||||
test_list_servers_status_non_existing[id-fcdf192d-0f74-4d89-911f-1ec002b822c4,negative] |
pass
pt143.10: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing[id-fcdf192d-0f74-4d89-911f-1ec002b822c4,negative] |
||||||
test_list_servers_with_a_deleted_server[id-24a26f1a-1ddc-4eea-b0d7-a90cc874ad8f,negative] |
pass
pt143.11: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server[id-24a26f1a-1ddc-4eea-b0d7-a90cc874ad8f,negative] |
||||||
tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
pass
pt144.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
pt144.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
pt145.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
pt145.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
pt145.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
pt145.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
pt145.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
||||||
tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 17 | 15 | 0 | 0 | 2 | Detail | |
test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
skip
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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
pt146.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] |
pass
pt146.14: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
||||||
test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
pass
pt146.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
pt146.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
pt146.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.servers.test_server_actions.ServersAaction247Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image] |
pass
pt147.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image] |
||||||
tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,network,smoke] |
pass
pt148.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
pt148.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
pt149.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
pt149.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.ServerGroup264TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
pass
pt150.1: tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON.test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
||||||
tempest.api.compute.servers.test_server_group.ServerGroupTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt151.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt152.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
pt153.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
pt153.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.ServerRescueTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rescue_unrescue_instance[id-fd032140-714c-42e4-a8fd-adcd8df06be6] |
pass
pt154.1: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance[id-fd032140-714c-42e4-a8fd-adcd8df06be6] |
||||||
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
pt155.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
pt155.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
pt156.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
pt156.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
pt156.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
pt156.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
pt156.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
pt156.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
pt157.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
pt157.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
pt157.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
pt157.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
pt158.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
pt158.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
pt159.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
pt159.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
pt159.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
pt159.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
pt159.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
pt159.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
pt159.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
pt160.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
pt161.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt162.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
pt163.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
pt163.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
pt164.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
pt164.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
pt165.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
pt165.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
pt165.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
pt166.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
pt167.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
pt167.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.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt168.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] |
pass
pt168.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
||||||
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
pt169.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
pt169.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
pt170.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
pt170.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
pt170.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
pt171.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
pt172.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
pt173.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
pt173.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
pt173.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
pt173.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
pt173.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
pt173.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
pt174.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
pt174.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
pt174.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
pt174.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
pt174.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
pt174.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
pt174.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
pt174.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
pt175.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
pt176.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
pt176.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
pt177.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
pt178.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
pt178.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
pt178.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
pt178.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
pt179.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
pt179.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
pt179.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
pt179.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
pt179.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
pt179.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
pt179.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
pt180.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
pt180.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
pt180.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
pt180.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
pt180.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
pt181.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
pt181.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
pt182.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
pt182.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
pt182.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
pt183.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
pt183.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
pt183.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
pt183.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
pt184.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
pt184.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
pt184.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
pt184.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt185.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
pt186.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
pt186.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
pt186.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
pt187.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
pt187.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
pt188.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
pt188.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
pt188.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
pt188.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
pt188.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
pt189.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
pt189.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
pt189.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
pt189.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
pt190.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
pt190.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
pt191.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt192.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
pt193.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
pt193.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
pt193.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
pt193.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
pt193.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
pt193.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
pt194.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
pt195.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
pt195.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
pt195.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
pt195.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt196.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
pt197.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
pt197.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
pt197.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
pt198.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
pt198.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
pt198.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
pt199.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
pt199.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
pt199.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
pt199.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
pt199.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
pt199.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
pt200.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
pt200.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
pt200.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
pt200.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
pt200.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
pt201.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
pt201.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
pt202.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
pt202.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
pt202.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
pt203.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
pt203.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
pt203.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
pt203.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
pt203.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
pt204.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
pt204.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
pt204.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
pt204.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
pt204.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
pt205.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
pt206.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
pt207.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
pt207.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
pt207.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
pt207.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
pt208.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
pt209.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
pt209.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
pt209.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
pt210.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
pt210.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
pt210.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
pt211.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
pt211.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
pt212.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
pt212.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
pt212.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
pt213.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
pt214.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
pt214.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
pt215.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
pt216.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
pt217.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
pt217.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
pt217.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
pt217.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
pt218.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt219.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
pt220.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
pt220.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
pt220.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
pt220.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
pt220.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
pt220.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
pt221.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
pt221.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt222.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
pt223.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
pt223.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
pt223.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
pt223.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
pt223.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
pt223.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
pt223.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
pt223.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
pt223.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
pt223.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
pt224.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
pt225.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
pt225.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
pt226.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
pt227.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
pt227.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
pt227.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
pt228.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
pt228.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
pt228.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
pt228.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
pt228.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
pt229.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
pt230.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
pt230.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt231.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
pt232.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
pt232.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
pt232.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
pt232.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
pt232.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
pt232.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
pt233.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
pt234.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
pt234.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
pt234.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
pt234.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
pt235.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
pt235.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
pt235.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
pt235.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
pt236.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
pt236.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
pt237.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
pt237.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
pt237.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
pt237.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
pt237.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
pt237.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
pt237.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
pt237.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
pt237.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
pt238.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
pt238.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
pt238.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
pt238.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
pt238.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
pt238.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
pt238.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
pt238.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
pt238.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
pt239.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
pt239.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
pt239.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
pt240.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
pt241.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
pt242.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
pt243.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
pt243.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
pt243.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
pt243.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
pt244.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
pt244.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
pt244.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
pt244.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt245.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
pt246.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
pt247.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
pt247.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
pt248.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
pt248.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
pt249.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
pt249.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
pt249.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
pt249.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
pt249.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
pt250.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
pt250.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
pt250.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
pt251.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
pt251.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
pt251.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
pt252.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
pt252.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
pt252.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt253.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
pt254.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
pt254.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
pt254.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
pt254.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
pt254.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt255.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
pt256.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
pt256.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
pt256.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
pt256.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
pt256.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
pt256.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
pt256.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
pt256.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
pt256.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
pt256.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt257.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt258.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
pt259.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
pt259.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
pt259.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
pt259.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
pt259.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
pt259.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
pt259.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
pt260.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
pt260.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
pt260.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
pt260.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
pt260.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
pt260.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
pt260.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
pt261.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
pt262.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
pt262.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
pt262.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
pt262.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
pt262.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
pt262.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
pt262.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt263.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt264.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt265.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt266.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt267.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
pt268.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
pt269.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
pt270.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
pt270.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
pt271.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
pt272.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
pt272.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
pt273.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
pt273.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
pt274.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
pt275.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
pt275.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
pt275.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
pt276.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
pt277.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt278.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt278.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt279.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
pt279.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
pt280.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
pt281.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
pt282.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
pt282.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
pt282.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
pt282.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
pt282.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
pt282.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
pt282.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
pt283.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
pt284.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
pt284.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
pt284.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
pt284.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
pt284.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
pt284.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
pt285.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
pt285.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
pt286.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
pt286.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
pt287.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
pt288.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
pt288.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
pt289.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
pt289.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
pt290.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
pt290.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
pt290.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
pt290.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
pt290.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
pt290.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
pt290.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
pt291.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
pt291.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
pt291.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
pt292.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
pt293.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
pt293.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
pt293.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
pt293.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
pt293.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
pt294.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
pt294.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
pt294.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
pt294.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
pt294.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
pt295.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
pt295.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
pt296.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
pt296.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
pt297.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
pt297.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
pt297.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
pt297.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
pt297.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
pt298.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
pt298.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
pt298.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt299.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
pt300.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
pt300.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
pt300.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
pt300.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
pt300.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
pt300.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
pt301.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
pt301.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
pt301.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
pt301.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
pt301.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
pt301.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
pt302.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
pt302.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
pt303.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
pt304.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
pt305.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
pt306.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
pt307.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
pt307.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
pt308.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
pt308.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
pt309.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
pt310.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
pt310.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
pt311.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
pt311.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
pt312.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
pt312.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
pt313.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
pt313.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
pt314.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
pt314.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
pt314.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
pt314.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
pt314.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
pt314.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
pt315.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
pt315.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
pt315.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
pt316.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
pt317.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
pt317.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
pt318.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
pt319.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
pt319.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
pt320.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
pt320.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
pt320.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
pt321.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.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
pt322.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
||||||
tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt323.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.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
pt323.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt324.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
pt324.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
pt324.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
pt324.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
pt324.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
pt324.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt325.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
pt326.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
pt326.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
pt326.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
pt326.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
pt326.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
pt326.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
pt327.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
pt328.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
pt328.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,volume] |
pass
pt329.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,volume] |
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt329.2: 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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt330.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
pt331.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
pt331.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
pt331.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
pt331.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
pt332.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
pt332.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
pt333.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
pt334.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
pt335.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
pt336.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
pt337.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
pt337.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
pt338.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
pt339.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
pt339.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
pt339.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
pt339.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
pt340.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
pt341.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
pt341.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
pt341.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
pt341.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
||||||
Total | 1292 | 1201 | 7 | 0 | 84 |