Status: Pass 246 Failure 2 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsV293TestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup
cls.server_id = cls.recreate_server(None, volume_backed=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server cddcb7cc-d103-44ca-a101-a92416a3c7b0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-07T16:06:48Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance cddcb7cc-d103-44ca-a101-a92416a3c7b0.'}. Request ID of server operation performed before checking the server status req-1d840e23-fa27-4eae-b37a-c8c147f36b7b.
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft2.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-07 17:03:14,285 80846 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-07 17:03:14,285 80846 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-07 17:03:14,468 80846 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.197/compute/v2.1/os-keypairs 0.182s
2026-01-07 17:03:14,469 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-816405141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWnfG+xmaw4hqmBOiCZKpz8HBcOCb7nWGuAkZhOl5AHNvUIIc1hT4QYqFuJKLTc7YEnUCcGdLB5BA3bvN/YZ2749xqZBNM8Gy91/8+FC5u+5BxABK47/gsZt/hgg+Vubg=="}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:14 GMT', 'server': 'Apache/2.4.52 (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-ed9f41ac-9f92-4175-ad88-f68779284b45', 'x-compute-request-id': 'req-ed9f41ac-9f92-4175-ad88-f68779284b45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-816405141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWnfG+xmaw4hqmBOiCZKpz8HBcOCb7nWGuAkZhOl5AHNvUIIc1hT4QYqFuJKLTc7YEnUCcGdLB5BA3bvN/YZ2749xqZBNM8Gy91/8+FC5u+5BxABK47/gsZt/hgg+Vubg==", "fingerprint": "2c:bc:ec:be:5e:00:f7:8d:4b:b8:79:d6:80:ca:90:86", "user_id": "e0feb8a3242147db9658472b61660838"}}'
2026-01-07 17:03:14,470 80846 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-816405141 created
2026-01-07 17:03:14,736 80846 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.197/networking/v2.0/security-groups 0.265s
2026-01-07 17:03:14,737 80846 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--22906303", "description": "tempest-description--1914345872"}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-cc201fa1-e898-49d2-afaf-762a9259de9a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.197/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "a4d91437-0297-4954-899d-e12a8246f215", "name": "tempest-securitygroup--22906303", "stateful": true, "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "project_id": "cd2990e986914e59b845673d2c79a1e5", "description": "tempest-description--1914345872", "shared": false, "security_group_rules": [{"id": "0f3fd421-679d-462c-ad08-f394bbef3fc1", "project_id": "cd2990e986914e59b845673d2c79a1e5", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "security_group_id": "a4d91437-0297-4954-899d-e12a8246f215", "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": 194, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-07T16:03:14Z", "updated_at": "2026-01-07T16:03:14Z", "revision_number": 0}, {"id": "e4857526-9244-49f3-a8a8-cfcccb0c9ed1", "project_id": "cd2990e986914e59b845673d2c79a1e5", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "security_group_id": "a4d91437-0297-4954-899d-e12a8246f215", "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": 193, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-07T16:03:14Z", "updated_at": "2026-01-07T16:03:14Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-07T16:03:14Z", "updated_at": "2026-01-07T16:03:14Z", "revision_number": 1}}'
2026-01-07 17:03:14,937 80846 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.197/networking/v2.0/security-group-rules 0.200s
2026-01-07 17:03:14,937 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a4d91437-0297-4954-899d-e12a8246f215", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-977f04cf-f6c2-408a-818f-8a4e15414716', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.197/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "73da9c1d-5334-478e-873c-4d07e8426e00", "project_id": "cd2990e986914e59b845673d2c79a1e5", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "security_group_id": "a4d91437-0297-4954-899d-e12a8246f215", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-07T16:03:14Z", "updated_at": "2026-01-07T16:03:14Z", "revision_number": 0}}'
2026-01-07 17:03:15,135 80846 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.197/networking/v2.0/security-group-rules 0.197s
2026-01-07 17:03:15,136 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "a4d91437-0297-4954-899d-e12a8246f215", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f6d7d349-b089-4612-995c-41193819cd0c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.197/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c67b4731-422d-4d2a-8188-1acdf858a65c", "project_id": "cd2990e986914e59b845673d2c79a1e5", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "security_group_id": "a4d91437-0297-4954-899d-e12a8246f215", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-07T16:03:15Z", "updated_at": "2026-01-07T16:03:15Z", "revision_number": 0}}'
2026-01-07 17:03:15,136 80846 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--22906303 created
2026-01-07 17:03:15,713 80846 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.197/networking/v2.0/floatingips 0.577s
2026-01-07 17:03:15,713 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "226feeed-e703-4313-99cf-d4302f83fd34"}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c903f803-c855-49b7-b2ae-fd660bc832ee', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.197/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "c0954b68-7e02-43de-b53a-ca533d9c537c", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "project_id": "cd2990e986914e59b845673d2c79a1e5", "floating_ip_address": "172.24.4.121", "floating_network_id": "226feeed-e703-4313-99cf-d4302f83fd34", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-07T16:03:15Z", "updated_at": "2026-01-07T16:03:15Z", "revision_number": 0}}'
2026-01-07 17:03:15,714 80846 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c0954b68-7e02-43de-b53a-ca533d9c537c', 'tenant_id': 'cd2990e986914e59b845673d2c79a1e5', 'project_id': 'cd2990e986914e59b845673d2c79a1e5', 'floating_ip_address': '172.24.4.121', 'floating_network_id': '226feeed-e703-4313-99cf-d4302f83fd34', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-07T16:03:15Z', 'updated_at': '2026-01-07T16:03:15Z', 'revision_number': 0, 'ip': '172.24.4.121'} created
2026-01-07 17:03:15,758 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://192.168.122.197/identity/v3/auth/tokens 0.040s
2026-01-07 17:03:15,758 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2522', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dc646526-3c8c-461a-917c-a1c7b4734025', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.197/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e0feb8a3242147db9658472b61660838", "name": "tempest-AttachVolumeTestJSON-928196595-project-member", "password_expires_at": null}, "audit_ids": ["1QDpA8fTRTW-SVWJB8pIng"], "expires_at": "2026-01-07T17:03:15.000000Z", "issued_at": "2026-01-07T16:03:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd2990e986914e59b845673d2c79a1e5", "name": "tempest-AttachVolumeTestJSON-928196595"}, "is_domain": false, "roles": [{"id": "115f577260934ef681ba4697bfa715b5", "name": "reader"}, {"id": "e460496135df4c3795ad48d077324f07", "name": "member"}], "catalog": [{"endpoints": [{"id": "d39139e8898e43fda93391f12a20535b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.197/identity", "region": "RegionOne"}], "id": "38e14610150a48cbab5e8832f9c7133a", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "2bf4dc6b92b44c59b5fbafc027722873", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.197/placement", "region": "RegionOne"}], "id": "6136017596ed4c5393e1c5894586cb95", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "d0e9f88a15f448a9af44b926ec402969", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.197/networking", "region": "RegionOne"}], "id": "7511bd44698946c99c7418f46b8542cf", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "779d0d0bd0be4881942b1c8097c4778d", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.197/compute/v2/cd2990e986914e59b845673d2c79a1e5", "region": "RegionOne"}], "id": "8f1f580faa3242d5a1a97bab25e396f6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7a6692e0481e4a59bc67dba38ff2b00a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.197/compute/v2.1", "region": "RegionOne"}], "id": "bd8190dd3be1420d9cc65fb3f2a737bb", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "bfcb4c3b42fc4eb69efb3d7121e7d18f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.197/volume/v3", "region": "RegionOne"}], "id": "c3dc5828c707480eaee9a264afe808d2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c0cf9436d8ec401ea753d85cffbd1a5d", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.197/image", "region": "RegionOne"}], "id": "d756a39bec6645a3915664fef1488dc4", "type": "image", "name": "glance"}]}}'
2026-01-07 17:03:15,759 80846 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'edc5fd71-bd55-49fb-826e-0afcbb5e141b', 'name': 'tempest-AttachVolumeTestJSON-1192264485-network', 'tenant_id': 'cd2990e986914e59b845673d2c79a1e5', 'project_id': 'cd2990e986914e59b845673d2c79a1e5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27131, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-07T16:03:04Z', 'updated_at': '2026-01-07T16:03:04Z', 'revision_number': 1} available for tenant
2026-01-07 17:03:15,759 80846 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-816405141', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWnfG+xmaw4hqmBOiCZKpz8HBcOCb7nWGuAkZhOl5AHNvUIIc1hT4QYqFuJKLTc7YEnUCcGdLB5BA3bvN/YZ2749xqZBNM8Gy91/8+FC5u+5BxABK47/gsZt/hgg+Vubg==', 'fingerprint': '2c:bc:ec:be:5e:00:f7:8d:4b:b8:79:d6:80:ca:90:86', 'user_id': 'e0feb8a3242147db9658472b61660838', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAo1QZSGThsVM7lDcE5GW41Tdpz1R8xESNOeFx2vq86td/2URR0PW3f\nS4Vu3VwXOPigBwYFK4EEACKhZANiAAQFp3xvsZmsOIapgTogmSqc/BwXDgm+51hr\ngJGYTpeQBzb1CCHNYU+EGKhbiSi03O2BJ1AnBnSweQQN27zf2Gdu+PcamQTTPBsv\ndf/PhQubvuQcQASuO/4LGbf4YIPlbm4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a4d91437-0297-4954-899d-e12a8246f215', 'name': 'tempest-securitygroup--22906303', 'stateful': True, 'tenant_id': 'cd2990e986914e59b845673d2c79a1e5', 'project_id': 'cd2990e986914e59b845673d2c79a1e5', 'description': 'tempest-description--1914345872', 'shared': False, 'security_group_rules': [{'id': '0f3fd421-679d-462c-ad08-f394bbef3fc1', 'project_id': 'cd2990e986914e59b845673d2c79a1e5', 'tenant_id': 'cd2990e986914e59b845673d2c79a1e5', 'security_group_id': 'a4d91437-0297-4954-899d-e12a8246f215', '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': 194, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-07T16:03:14Z', 'updated_at': '2026-01-07T16:03:14Z', 'revision_number': 0}, {'id': 'e4857526-9244-49f3-a8a8-cfcccb0c9ed1', 'project_id': 'cd2990e986914e59b845673d2c79a1e5', 'tenant_id': 'cd2990e986914e59b845673d2c79a1e5', 'security_group_id': 'a4d91437-0297-4954-899d-e12a8246f215', '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': 193, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-07T16:03:14Z', 'updated_at': '2026-01-07T16:03:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-07T16:03:14Z', 'updated_at': '2026-01-07T16:03:14Z', 'revision_number': 1}, 'floating_ip': {'id': 'c0954b68-7e02-43de-b53a-ca533d9c537c', 'tenant_id': 'cd2990e986914e59b845673d2c79a1e5', 'project_id': 'cd2990e986914e59b845673d2c79a1e5', 'floating_ip_address': '172.24.4.121', 'floating_network_id': '226feeed-e703-4313-99cf-d4302f83fd34', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-07T16:03:15Z', 'updated_at': '2026-01-07T16:03:15Z', 'revision_number': 0, 'ip': '172.24.4.121'}}
2026-01-07 17:03:16,260 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://192.168.122.197/compute/v2.1/servers 0.501s
2026-01-07 17:03:16,261 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1626258673", "imageRef": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "edc5fd71-bd55-49fb-826e-0afcbb5e141b"}], "security_groups": [{"name": "tempest-securitygroup--22906303"}], "key_name": "tempest-keypair-816405141", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '408', 'location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-482fbd71-1b9b-4114-bc56-24b1cbff3ba1', 'x-compute-request-id': 'req-482fbd71-1b9b-4114-bc56-24b1cbff3ba1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.197/compute/v2.1/servers'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--22906303"}], "adminPass": "password"}}'
2026-01-07 17:03:16,339 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.075s
2026-01-07 17:03:16,339 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9133686c-fe5d-4a0c-85ec-51f493930d12', 'x-compute-request-id': 'req-9133686c-fe5d-4a0c-85ec-51f493930d12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:17,433 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.082s
2026-01-07 17:03:17,433 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-411df0b0-af9f-4e07-8368-86620686db27', 'x-compute-request-id': 'req-411df0b0-af9f-4e07-8368-86620686db27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:18,532 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.087s
2026-01-07 17:03:18,532 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1303', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ad0862-799b-4119-8e06-1cf01e87eaf9', 'x-compute-request-id': 'req-43ad0862-799b-4119-8e06-1cf01e87eaf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "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": []}}'
2026-01-07 17:03:18,543 80846 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-07 17:03:19,630 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.085s
2026-01-07 17:03:19,630 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1303', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ccc566a-c01c-4b3d-aded-20d84ac27fc2', 'x-compute-request-id': 'req-5ccc566a-c01c-4b3d-aded-20d84ac27fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "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": []}}'
2026-01-07 17:03:20,736 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.089s
2026-01-07 17:03:20,736 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0815f03-a50e-4795-a6e3-c4545d62259a', 'x-compute-request-id': 'req-e0815f03-a50e-4795-a6e3-c4545d62259a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "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": []}}'
2026-01-07 17:03:20,747 80846 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-01-07 17:03:21,937 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.189s
2026-01-07 17:03:21,938 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:21 GMT', 'server': 'Apache/2.4.52 (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-30485161-363e-4286-8724-209d4a7453f5', 'x-compute-request-id': 'req-30485161-363e-4286-8724-209d4a7453f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:21,949 80846 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait
2026-01-07 17:03:23,150 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.199s
2026-01-07 17:03:23,150 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9711dae1-530c-4983-a3bc-5494687bb93d', 'x-compute-request-id': 'req-9711dae1-530c-4983-a3bc-5494687bb93d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:23,162 80846 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-01-07 17:03:25,095 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.932s
2026-01-07 17:03:25,096 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6cf7f37-43aa-411f-8870-63b05f485644', 'x-compute-request-id': 'req-d6cf7f37-43aa-411f-8870-63b05f485644', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:26,501 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.391s
2026-01-07 17:03:26,501 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4618fe1-796b-4fb8-afed-09c952d0bc1e', 'x-compute-request-id': 'req-c4618fe1-796b-4fb8-afed-09c952d0bc1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:28,255 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.741s
2026-01-07 17:03:28,255 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cd234d4-5215-4e6e-b30e-d31521a0c807', 'x-compute-request-id': 'req-4cd234d4-5215-4e6e-b30e-d31521a0c807', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:30,066 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.798s
2026-01-07 17:03:30,066 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1375', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf8bea3-cf65-438c-a27f-45e9cc955906', 'x-compute-request-id': 'req-5cf8bea3-cf65-438c-a27f-45e9cc955906', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "BUILD", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:31,296 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.216s
2026-01-07 17:03:31,296 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb775422-7611-4c53-b5b1-09b455147df8', 'x-compute-request-id': 'req-eb775422-7611-4c53-b5b1-09b455147df8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "ACTIVE", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:03:31Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:03:31,307 80846 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-01-07 17:03:31,411 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-interface 0.104s
2026-01-07 17:03:31,412 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72764938-777d-4dc8-900c-9c7d7bc589a0', 'x-compute-request-id': 'req-72764938-777d-4dc8-900c-9c7d7bc589a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "edc5fd71-bd55-49fb-826e-0afcbb5e141b", "port_id": "4ee8713c-9a7d-4e44-bdd9-03abf747265b", "mac_addr": "fa:16:3e:bb:79:78", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bcf59cdd-e541-4aea-a5fa-aa18303665da", "ip_address": "10.0.0.8"}]}]}'
2026-01-07 17:03:32,826 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://192.168.122.197/networking/v2.0/floatingips/c0954b68-7e02-43de-b53a-ca533d9c537c 1.411s
2026-01-07 17:03:32,826 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "4ee8713c-9a7d-4e44-bdd9-03abf747265b"}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-1ebb46ce-dbba-4fce-9886-16f335f17e33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/networking/v2.0/floatingips/c0954b68-7e02-43de-b53a-ca533d9c537c'}
Body: b'{"floatingip": {"id": "c0954b68-7e02-43de-b53a-ca533d9c537c", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "project_id": "cd2990e986914e59b845673d2c79a1e5", "floating_ip_address": "172.24.4.121", "floating_network_id": "226feeed-e703-4313-99cf-d4302f83fd34", "router_id": "3a9b1d53-d1ea-4bad-8fb3-74022f2e1808", "port_id": "4ee8713c-9a7d-4e44-bdd9-03abf747265b", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "edc5fd71-bd55-49fb-826e-0afcbb5e141b", "mac_address": "fa:16:3e:bb:79:78", "admin_state_up": true, "status": "ACTIVE", "device_id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-07T16:03:15Z", "updated_at": "2026-01-07T16:03:31Z", "revision_number": 1}}'
2026-01-07 17:03:32,827 80846 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.121:22' as 'cirros' with public key authentication
2026-01-07 17:04:32,888 80846 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.121 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-07 17:04:35,453 80846 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-07 17:04:35,620 80846 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-07 17:04:35,621 80846 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.121 successfully created
2026-01-07 17:04:35,702 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/ips 0.080s
2026-01-07 17:04:35,703 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f08cfc17-2734-4d3e-b6af-d5b832952007', 'x-compute-request-id': 'req-f08cfc17-2734-4d3e-b6af-d5b832952007', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8"}, {"version": 4, "addr": "172.24.4.121"}]}}'
2026-01-07 17:04:35,705 80846 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.121:22' as 'cirros' with public key authentication
2026-01-07 17:04:35,743 80846 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-07 17:04:35,931 80846 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-07 17:04:35,931 80846 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.121 successfully created
2026-01-07 17:04:35,932 80846 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps
2026-01-07 17:04:35,932 80846 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.121:22' as 'cirros' with public key authentication
2026-01-07 17:04:35,957 80846 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-07 17:04:36,160 80846 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-07 17:04:36,160 80846 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.121 successfully created
2026-01-07 17:04:36,706 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://192.168.122.197/volume/v3/volumes 0.308s
2026-01-07 17:04:36,706 80846 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-AttachVolumeTestJSON-volume-201871306"}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b76d94e6-8396-4559-9239-670e93c57e84', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b76d94e6-8396-4559-9239-670e93c57e84', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.197/volume/v3/volumes'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:36.597135", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-07 17:04:36,767 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.052s
2026-01-07 17:04:36,768 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac0c184-26ea-475c-a0dc-ad94a60761d4', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac0c184-26ea-475c-a0dc-ad94a60761d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:37,848 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.069s
2026-01-07 17:04:37,848 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbc0a718-8005-4eff-be8d-a68db6156c9b', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbc0a718-8005-4eff-be8d-a68db6156c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:37.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:38,910 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.050s
2026-01-07 17:04:38,911 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd864e7-d40d-45b7-8214-a6a0be976b4d', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd864e7-d40d-45b7-8214-a6a0be976b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:38.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:38,921 80846 INFO [tempest.common.waiters] volume ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 reached available after waiting for 2.921576 seconds
2026-01-07 17:04:41,177 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments 2.255s
2026-01-07 17:04:41,178 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:38 GMT', 'server': 'Apache/2.4.52 (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-60649431-f8f0-4247-afa5-a6115ae21400', 'x-compute-request-id': 'req-60649431-f8f0-4247-afa5-a6115ae21400', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "serverId": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "volumeId": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "device": "/dev/vdb"}}'
2026-01-07 17:04:41,240 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.060s
2026-01-07 17:04:41,241 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea16e55f-81a0-4fe7-bb0a-678f5b0c9d8d', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea16e55f-81a0-4fe7-bb0a-678f5b0c9d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:42,315 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.062s
2026-01-07 17:04:42,316 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f16dfb-5ccd-42c4-926f-7c9df6908612', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f16dfb-5ccd-42c4-926f-7c9df6908612', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:41.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:43,368 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.041s
2026-01-07 17:04:43,368 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ede535e9-70db-4134-b46d-2973243ce0e5', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ede535e9-70db-4134-b46d-2973243ce0e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:43.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:44,503 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.122s
2026-01-07 17:04:44,504 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b52582-88ed-4b63-bf7a-85102aae4d90', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b52582-88ed-4b63-bf7a-85102aae4d90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:43.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:45,559 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.044s
2026-01-07 17:04:45,560 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1cb55bf-18d4-4078-9c86-4ca05c17a227', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1cb55bf-18d4-4078-9c86-4ca05c17a227', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:43.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:46,620 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.049s
2026-01-07 17:04:46,620 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f297abe-a990-40e4-8206-1cb598fa5375', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f297abe-a990-40e4-8206-1cb598fa5375', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:43.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:47,709 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.077s
2026-01-07 17:04:47,710 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37327182-b879-4959-aae1-8bfcd1af6ffd', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37327182-b879-4959-aae1-8bfcd1af6ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:47.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "attachment_id": "f046f00d-6a3d-4dde-b04b-70145a4ef965", "volume_id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "server_id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-07T16:04:43.000000"}], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:47,720 80846 INFO [tempest.common.waiters] Attachment f046f00d-6a3d-4dde-b04b-70145a4ef965 created for volume ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 to server f60e4a0c-33d8-4986-b840-05b52eb7ea82 after waiting for 6.720536 seconds
2026-01-07 17:04:47,775 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.054s
2026-01-07 17:04:47,776 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c66666-5b4f-456a-b34e-8dd447c0e546', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16c66666-5b4f-456a-b34e-8dd447c0e546', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:47.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "attachment_id": "f046f00d-6a3d-4dde-b04b-70145a4ef965", "volume_id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "server_id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-07T16:04:43.000000"}], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:04:47,786 80846 INFO [tempest.common.waiters] volume ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 reached in-use after waiting for 0.786255 seconds
2026-01-07 17:04:47,912 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/action 0.125s
2026-01-07 17:04:47,912 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-stop": {}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:47 GMT', 'server': 'Apache/2.4.52 (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-c15e8b5a-ae1b-4a08-aa36-261625cc136b', 'x-compute-request-id': 'req-c15e8b5a-ae1b-4a08-aa36-261625cc136b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/action'}
Body: b''
2026-01-07 17:04:48,618 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.705s
2026-01-07 17:04:48,618 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05f7b8b-b34f-4d4d-8d91-9912f52fe465', 'x-compute-request-id': 'req-f05f7b8b-b34f-4d4d-8d91-9912f52fe465', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "ACTIVE", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:48Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:49,943 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.313s
2026-01-07 17:04:49,944 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40636efb-a39a-422e-8b6b-4f4a7caaf305', 'x-compute-request-id': 'req-40636efb-a39a-422e-8b6b-4f4a7caaf305', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "ACTIVE", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:48Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:51,216 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.258s
2026-01-07 17:04:51,216 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03594481-077a-44d2-a12b-5ab37365d4ce', 'x-compute-request-id': 'req-03594481-077a-44d2-a12b-5ab37365d4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:50Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:51,228 80846 INFO [tempest.common.waiters] State transition "ACTIVE/powering-off" ==> "SHUTOFF/None" after 3 second wait
2026-01-07 17:04:51,315 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/action 0.086s
2026-01-07 17:04:51,315 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-start": {}}
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:51 GMT', 'server': 'Apache/2.4.52 (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-9f1d5afd-82be-4078-a2b7-aa72f66753fa', 'x-compute-request-id': 'req-9f1d5afd-82be-4078-a2b7-aa72f66753fa', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/action'}
Body: b''
2026-01-07 17:04:51,494 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.179s
2026-01-07 17:04:51,495 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbfc024b-2e77-4394-a03b-3b4629533ee9', 'x-compute-request-id': 'req-fbfc024b-2e77-4394-a03b-3b4629533ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:53,135 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.628s
2026-01-07 17:04:53,135 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b8c082-10f0-4611-b986-1c301770991c', 'x-compute-request-id': 'req-a0b8c082-10f0-4611-b986-1c301770991c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:54,605 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.459s
2026-01-07 17:04:54,606 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49fdedd-9001-40b5-a2b8-c4dcba081118', 'x-compute-request-id': 'req-d49fdedd-9001-40b5-a2b8-c4dcba081118', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:55,814 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.196s
2026-01-07 17:04:55,815 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7aae8b-1a2b-4c93-b1a7-549e13cefcda', 'x-compute-request-id': 'req-6f7aae8b-1a2b-4c93-b1a7-549e13cefcda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:57,115 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.286s
2026-01-07 17:04:57,115 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14dab195-ab18-4f75-8921-ef74d9934810', 'x-compute-request-id': 'req-14dab195-ab18-4f75-8921-ef74d9934810', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:58,707 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.579s
2026-01-07 17:04:58,707 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c73a3df-52d5-446b-ac14-324a8b2bdb25', 'x-compute-request-id': 'req-2c73a3df-52d5-446b-ac14-324a8b2bdb25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:04:59,968 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.248s
2026-01-07 17:04:59,969 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:04:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1135fddc-3555-453f-a17e-4aba455abff1', 'x-compute-request-id': 'req-1135fddc-3555-453f-a17e-4aba455abff1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:02,230 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 1.249s
2026-01-07 17:05:02,230 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1716', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81807460-c008-4e26-a274-25d0fb4fe8a1', 'x-compute-request-id': 'req-81807460-c008-4e26-a274-25d0fb4fe8a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:04:51Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:03,490 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.243s
2026-01-07 17:05:03,490 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d0abea-5df2-4d7f-9abe-bfb0439b02e0', 'x-compute-request-id': 'req-70d0abea-5df2-4d7f-9abe-bfb0439b02e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:03,501 80846 INFO [tempest.common.waiters] State transition "SHUTOFF/powering-on" ==> "SHUTOFF/None" after 12 second wait
2026-01-07 17:05:04,774 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.272s
2026-01-07 17:05:04,775 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75df288c-676e-4b86-bf48-fc9122da88ea', 'x-compute-request-id': 'req-75df288c-676e-4b86-bf48-fc9122da88ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:06,458 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.671s
2026-01-07 17:05:06,458 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d4d5da5-82a0-45c5-b2c9-5e389a5add68', 'x-compute-request-id': 'req-5d4d5da5-82a0-45c5-b2c9-5e389a5add68', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:07,627 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.156s
2026-01-07 17:05:07,627 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce325256-9fd2-4aea-9d5f-cd8c5b8b5e81', 'x-compute-request-id': 'req-ce325256-9fd2-4aea-9d5f-cd8c5b8b5e81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:09,171 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.531s
2026-01-07 17:05:09,172 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-403a3a87-6a74-420c-aad2-6051b0b59f2b', 'x-compute-request-id': 'req-403a3a87-6a74-420c-aad2-6051b0b59f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:10,519 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.334s
2026-01-07 17:05:10,520 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0956b00-a428-4db3-b168-ae97c8ffdde5', 'x-compute-request-id': 'req-d0956b00-a428-4db3-b168-ae97c8ffdde5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:12,648 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 1.107s
2026-01-07 17:05:12,648 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84d1d9e7-ed40-40fe-b2b8-86979b5ad2b3', 'x-compute-request-id': 'req-84d1d9e7-ed40-40fe-b2b8-86979b5ad2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:14,149 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.488s
2026-01-07 17:05:14,150 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea0468df-477c-4a2e-811a-9ce15f4c626d', 'x-compute-request-id': 'req-ea0468df-477c-4a2e-811a-9ce15f4c626d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:15,830 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.668s
2026-01-07 17:05:15,831 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d95ac5d-2a1d-45d1-9ccd-3343640a8e3c', 'x-compute-request-id': 'req-0d95ac5d-2a1d-45d1-9ccd-3343640a8e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:17,369 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.525s
2026-01-07 17:05:17,370 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53a7d51c-9df8-4927-9eb2-5264912405fb', 'x-compute-request-id': 'req-53a7d51c-9df8-4927-9eb2-5264912405fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:18,741 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.359s
2026-01-07 17:05:18,741 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8fbcf76-30f3-4558-ae90-e2d8f43ec99b', 'x-compute-request-id': 'req-c8fbcf76-30f3-4558-ae90-e2d8f43ec99b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:19,932 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.178s
2026-01-07 17:05:19,933 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4385fc4-61ad-43dd-ab51-6cf1e87dff8d', 'x-compute-request-id': 'req-b4385fc4-61ad-43dd-ab51-6cf1e87dff8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:21,100 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.154s
2026-01-07 17:05:21,101 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09fe6ead-0515-40c1-b150-7f3bacd6320c', 'x-compute-request-id': 'req-09fe6ead-0515-40c1-b150-7f3bacd6320c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:22,339 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.226s
2026-01-07 17:05:22,340 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1377c92e-c4ae-4325-ae65-d37f88ec20de', 'x-compute-request-id': 'req-1377c92e-c4ae-4325-ae65-d37f88ec20de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:23,530 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.178s
2026-01-07 17:05:23,530 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13cce6c3-6694-4313-ba07-9b99287f0113', 'x-compute-request-id': 'req-13cce6c3-6694-4313-ba07-9b99287f0113', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:25,366 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.823s
2026-01-07 17:05:25,367 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-707fa11a-43c6-457c-bc00-a56af00089f1', 'x-compute-request-id': 'req-707fa11a-43c6-457c-bc00-a56af00089f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:27,044 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.665s
2026-01-07 17:05:27,045 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59537559-6a14-4252-be61-f40af37b981e', 'x-compute-request-id': 'req-59537559-6a14-4252-be61-f40af37b981e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:30,546 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 2.489s
2026-01-07 17:05:30,547 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b284ec0-a8fc-4bc0-9597-fdc654aaddbd', 'x-compute-request-id': 'req-0b284ec0-a8fc-4bc0-9597-fdc654aaddbd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:31,812 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.250s
2026-01-07 17:05:31,813 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21f32ae6-f56a-410e-9b6f-a4a994ef7cf8', 'x-compute-request-id': 'req-21f32ae6-f56a-410e-9b6f-a4a994ef7cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:33,082 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.255s
2026-01-07 17:05:33,083 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11e5e506-12b6-4f94-bb2c-abe74c3e5c7e', 'x-compute-request-id': 'req-11e5e506-12b6-4f94-bb2c-abe74c3e5c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:34,262 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.166s
2026-01-07 17:05:34,262 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-541c2563-cedd-466a-bcde-6fc6984c6d6e', 'x-compute-request-id': 'req-541c2563-cedd-466a-bcde-6fc6984c6d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:35,527 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.252s
2026-01-07 17:05:35,527 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddd8db21-9204-4a6a-8234-c09c2658e7e5', 'x-compute-request-id': 'req-ddd8db21-9204-4a6a-8234-c09c2658e7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:38,808 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 2.269s
2026-01-07 17:05:38,808 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c94e7d7c-ac7d-4473-945a-73df82da7d57', 'x-compute-request-id': 'req-c94e7d7c-ac7d-4473-945a-73df82da7d57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:40,185 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.362s
2026-01-07 17:05:40,185 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbd0ceeb-039a-4797-8433-cabed123e05e', 'x-compute-request-id': 'req-cbd0ceeb-039a-4797-8433-cabed123e05e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:41,589 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.391s
2026-01-07 17:05:41,590 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1caf9e2-b7aa-4900-85f1-785274b29c92', 'x-compute-request-id': 'req-a1caf9e2-b7aa-4900-85f1-785274b29c92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:42,883 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.281s
2026-01-07 17:05:42,883 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bc10d5f-7ec6-4518-8844-f172c1f0b7e0', 'x-compute-request-id': 'req-6bc10d5f-7ec6-4518-8844-f172c1f0b7e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:44,604 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.705s
2026-01-07 17:05:44,604 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5a21e8e-0f7b-4061-8c50-ad3287c22900', 'x-compute-request-id': 'req-c5a21e8e-0f7b-4061-8c50-ad3287c22900', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:45,839 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.221s
2026-01-07 17:05:45,839 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f697e4cd-c537-4f2b-9dc1-9a2f828d4803', 'x-compute-request-id': 'req-f697e4cd-c537-4f2b-9dc1-9a2f828d4803', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:47,178 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.325s
2026-01-07 17:05:47,179 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60b7a72a-ba85-477a-87fd-75f5845f55a1', 'x-compute-request-id': 'req-60b7a72a-ba85-477a-87fd-75f5845f55a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:48,398 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.204s
2026-01-07 17:05:48,398 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37200b1c-4d86-478f-b790-179bd542a3c1', 'x-compute-request-id': 'req-37200b1c-4d86-478f-b790-179bd542a3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:49,756 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.344s
2026-01-07 17:05:49,757 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31c3407a-0d5c-4b17-a399-8d9a7e72fb15', 'x-compute-request-id': 'req-31c3407a-0d5c-4b17-a399-8d9a7e72fb15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:51,062 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.290s
2026-01-07 17:05:51,063 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-799eb5fc-e28f-43df-938d-518186ec754c', 'x-compute-request-id': 'req-799eb5fc-e28f-43df-938d-518186ec754c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:52,318 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.243s
2026-01-07 17:05:52,318 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95885909-8720-478b-9801-d81d18183ee1', 'x-compute-request-id': 'req-95885909-8720-478b-9801-d81d18183ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:53,590 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.257s
2026-01-07 17:05:53,591 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eac23f90-cf31-4aaa-9eb2-bf37fedabf3a', 'x-compute-request-id': 'req-eac23f90-cf31-4aaa-9eb2-bf37fedabf3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:54,847 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.240s
2026-01-07 17:05:54,847 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bc227b1-032a-42f7-a52c-ed586776d71b', 'x-compute-request-id': 'req-5bc227b1-032a-42f7-a52c-ed586776d71b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:56,071 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.211s
2026-01-07 17:05:56,071 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa573474-6b46-46cf-8887-5dc93764fd3c', 'x-compute-request-id': 'req-fa573474-6b46-46cf-8887-5dc93764fd3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:57,266 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.183s
2026-01-07 17:05:57,267 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-011785b0-263e-4c65-9b84-7a09311eb807', 'x-compute-request-id': 'req-011785b0-263e-4c65-9b84-7a09311eb807', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:05:58,514 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.235s
2026-01-07 17:05:58,514 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3529869-19a0-4c1b-9ae9-66aefde0db74', 'x-compute-request-id': 'req-d3529869-19a0-4c1b-9ae9-66aefde0db74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:00,164 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.638s
2026-01-07 17:06:00,165 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:05:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c680e156-7e34-4c98-a7c5-793ef15aa36a', 'x-compute-request-id': 'req-c680e156-7e34-4c98-a7c5-793ef15aa36a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:01,419 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.241s
2026-01-07 17:06:01,419 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69209b4e-8395-4e2d-879b-5bf78320ad2c', 'x-compute-request-id': 'req-69209b4e-8395-4e2d-879b-5bf78320ad2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:02,672 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.241s
2026-01-07 17:06:02,673 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3b262f2-d663-41cb-9d5c-aef8a205f54d', 'x-compute-request-id': 'req-f3b262f2-d663-41cb-9d5c-aef8a205f54d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:03,934 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.248s
2026-01-07 17:06:03,934 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2e80c1a-e732-4db4-8295-7d4198f601fc', 'x-compute-request-id': 'req-f2e80c1a-e732-4db4-8295-7d4198f601fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:05,095 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.149s
2026-01-07 17:06:05,096 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f42cd10-7f05-43e7-9601-60f3dbf8e889', 'x-compute-request-id': 'req-2f42cd10-7f05-43e7-9601-60f3dbf8e889', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:06,299 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.190s
2026-01-07 17:06:06,299 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d31bdaf3-85f3-49ae-aeeb-12b7fca8d66f', 'x-compute-request-id': 'req-d31bdaf3-85f3-49ae-aeeb-12b7fca8d66f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:07,513 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.202s
2026-01-07 17:06:07,513 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9249f56-9a91-4a0d-a74c-8369b48839c5', 'x-compute-request-id': 'req-d9249f56-9a91-4a0d-a74c-8369b48839c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:08,780 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.254s
2026-01-07 17:06:08,780 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc4cadf3-97b0-4d3c-948a-f0d5b0d75bcb', 'x-compute-request-id': 'req-dc4cadf3-97b0-4d3c-948a-f0d5b0d75bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:09,963 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.171s
2026-01-07 17:06:09,963 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-962d0736-1c9e-4a3a-8c43-60c4f929ff8d', 'x-compute-request-id': 'req-962d0736-1c9e-4a3a-8c43-60c4f929ff8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:11,179 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.202s
2026-01-07 17:06:11,179 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a465fc84-1ca5-42a1-a392-58f7de8f692e', 'x-compute-request-id': 'req-a465fc84-1ca5-42a1-a392-58f7de8f692e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:12,468 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.278s
2026-01-07 17:06:12,469 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d66de424-65f8-4fd0-b374-67d34938a890', 'x-compute-request-id': 'req-d66de424-65f8-4fd0-b374-67d34938a890', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:13,640 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.159s
2026-01-07 17:06:13,641 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe1ef28d-fade-4581-aa4c-a7b993b31bde', 'x-compute-request-id': 'req-fe1ef28d-fade-4581-aa4c-a7b993b31bde', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:14,850 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.195s
2026-01-07 17:06:14,850 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aebb742-0646-4f2c-b0bf-c1a9657d604f', 'x-compute-request-id': 'req-4aebb742-0646-4f2c-b0bf-c1a9657d604f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:16,045 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.182s
2026-01-07 17:06:16,045 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a626a0af-c1b8-4586-8f5c-250247d07402', 'x-compute-request-id': 'req-a626a0af-c1b8-4586-8f5c-250247d07402', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:17,430 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.372s
2026-01-07 17:06:17,431 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81d24d29-44fa-49e6-83f2-86e043bdd561', 'x-compute-request-id': 'req-81d24d29-44fa-49e6-83f2-86e043bdd561', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:18,698 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.255s
2026-01-07 17:06:18,698 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b28218-16d3-42de-8677-8c730dcbe32a', 'x-compute-request-id': 'req-e0b28218-16d3-42de-8677-8c730dcbe32a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:19,909 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.198s
2026-01-07 17:06:19,909 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c3860ae-23f4-47fe-b57d-0420a63e3605', 'x-compute-request-id': 'req-3c3860ae-23f4-47fe-b57d-0420a63e3605', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:21,103 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.180s
2026-01-07 17:06:21,103 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d77f70a-e3b2-4a50-9941-9d89b536acb4', 'x-compute-request-id': 'req-1d77f70a-e3b2-4a50-9941-9d89b536acb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:22,296 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.180s
2026-01-07 17:06:22,296 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11e248f4-cb43-4fae-9518-04b90df057be', 'x-compute-request-id': 'req-11e248f4-cb43-4fae-9518-04b90df057be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:23,474 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.165s
2026-01-07 17:06:23,474 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f67ffda9-e156-4693-b964-679b2b024580', 'x-compute-request-id': 'req-f67ffda9-e156-4693-b964-679b2b024580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:24,864 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.369s
2026-01-07 17:06:24,865 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9ee1d5b-58db-40ca-9066-496e4440cbb8', 'x-compute-request-id': 'req-d9ee1d5b-58db-40ca-9066-496e4440cbb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:26,058 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.180s
2026-01-07 17:06:26,059 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1e24e25-5605-49a2-a036-e9f69b166687', 'x-compute-request-id': 'req-d1e24e25-5605-49a2-a036-e9f69b166687', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:27,297 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.226s
2026-01-07 17:06:27,297 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee953595-4f99-4598-89c2-0c1e242fc552', 'x-compute-request-id': 'req-ee953595-4f99-4598-89c2-0c1e242fc552', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:28,460 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.150s
2026-01-07 17:06:28,460 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00720f04-d20f-4c18-8cea-e128d3b16789', 'x-compute-request-id': 'req-00720f04-d20f-4c18-8cea-e128d3b16789', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:29,691 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.217s
2026-01-07 17:06:29,692 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faae38c1-f5bb-4370-8d23-f8e3dfa8be94', 'x-compute-request-id': 'req-faae38c1-f5bb-4370-8d23-f8e3dfa8be94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:30,913 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.209s
2026-01-07 17:06:30,913 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d4446ee-853c-4ea5-9203-37678264a0f4', 'x-compute-request-id': 'req-5d4446ee-853c-4ea5-9203-37678264a0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:32,083 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.157s
2026-01-07 17:06:32,083 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a515ceb-e930-4f48-abd7-49505f8dc094', 'x-compute-request-id': 'req-5a515ceb-e930-4f48-abd7-49505f8dc094', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:33,237 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.138s
2026-01-07 17:06:33,238 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32f8ecc3-b52e-4ba0-9a6f-4bb2d813fbc3', 'x-compute-request-id': 'req-32f8ecc3-b52e-4ba0-9a6f-4bb2d813fbc3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:34,421 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.171s
2026-01-07 17:06:34,422 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-114a5e68-00fb-4a5d-b874-d57bd82d3df9', 'x-compute-request-id': 'req-114a5e68-00fb-4a5d-b874-d57bd82d3df9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:35,675 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.240s
2026-01-07 17:06:35,675 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ae1fa44-2174-4abd-bc8f-38abbf7c22f3', 'x-compute-request-id': 'req-3ae1fa44-2174-4abd-bc8f-38abbf7c22f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:36,896 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.207s
2026-01-07 17:06:36,896 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d267f0bc-6837-4df0-802d-a74899ab7447', 'x-compute-request-id': 'req-d267f0bc-6837-4df0-802d-a74899ab7447', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:38,075 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.165s
2026-01-07 17:06:38,075 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b52584d7-868e-4633-9314-71a9c7db320f', 'x-compute-request-id': 'req-b52584d7-868e-4633-9314-71a9c7db320f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:39,241 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.154s
2026-01-07 17:06:39,241 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbadf336-8294-4d65-a373-c4f501767728', 'x-compute-request-id': 'req-cbadf336-8294-4d65-a373-c4f501767728', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:40,405 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.151s
2026-01-07 17:06:40,405 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56e5f47c-31a8-4bc7-a229-36ee6a6490f9', 'x-compute-request-id': 'req-56e5f47c-31a8-4bc7-a229-36ee6a6490f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:41,853 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.436s
2026-01-07 17:06:41,854 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-573a790c-bdad-4f5b-88b5-6726d85ee125', 'x-compute-request-id': 'req-573a790c-bdad-4f5b-88b5-6726d85ee125', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:43,025 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.154s
2026-01-07 17:06:43,025 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d544dba3-8ca2-4cf9-8380-658b3deeebd4', 'x-compute-request-id': 'req-d544dba3-8ca2-4cf9-8380-658b3deeebd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:44,189 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.151s
2026-01-07 17:06:44,189 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a443acda-b583-46a5-a69c-d9ab40d2215b', 'x-compute-request-id': 'req-a443acda-b583-46a5-a69c-d9ab40d2215b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:45,359 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.157s
2026-01-07 17:06:45,359 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88594c70-87db-41e9-9e54-52b580882515', 'x-compute-request-id': 'req-88594c70-87db-41e9-9e54-52b580882515', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:46,569 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.199s
2026-01-07 17:06:46,570 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82fd316d-ecfd-4c3d-8b1c-c05fce5174f4', 'x-compute-request-id': 'req-82fd316d-ecfd-4c3d-8b1c-c05fce5174f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:47,730 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.147s
2026-01-07 17:06:47,730 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d60adcad-0e4b-451f-8396-02b64fb694c9', 'x-compute-request-id': 'req-d60adcad-0e4b-451f-8396-02b64fb694c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:49,045 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.302s
2026-01-07 17:06:49,046 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6172193e-0db7-4dfe-9be7-cb3f6f57b31d', 'x-compute-request-id': 'req-6172193e-0db7-4dfe-9be7-cb3f6f57b31d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:50,213 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.152s
2026-01-07 17:06:50,213 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-262e49e0-acf3-4e21-8e2a-4088c7366064', 'x-compute-request-id': 'req-262e49e0-acf3-4e21-8e2a-4088c7366064', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:51,768 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.543s
2026-01-07 17:06:51,769 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60307ed5-bea5-47fe-a233-7e152cd73a82', 'x-compute-request-id': 'req-60307ed5-bea5-47fe-a233-7e152cd73a82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:53,036 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.255s
2026-01-07 17:06:53,037 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2348f26d-3687-45d3-a2ea-e8816f106042', 'x-compute-request-id': 'req-2348f26d-3687-45d3-a2ea-e8816f106042', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:54,249 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.201s
2026-01-07 17:06:54,250 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15f130d3-5a6e-406f-95b2-c0a4404e7557', 'x-compute-request-id': 'req-15f130d3-5a6e-406f-95b2-c0a4404e7557', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:55,552 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.289s
2026-01-07 17:06:55,552 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a0008fa-e97a-4564-a265-bbc9148c5e25', 'x-compute-request-id': 'req-8a0008fa-e97a-4564-a265-bbc9148c5e25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:56,789 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.224s
2026-01-07 17:06:56,790 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77eec462-4ccf-4f2e-807d-625d4896364f', 'x-compute-request-id': 'req-77eec462-4ccf-4f2e-807d-625d4896364f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:06:58,058 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.255s
2026-01-07 17:06:58,058 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37819686-3d04-4a6b-9819-a920bd2924b0', 'x-compute-request-id': 'req-37819686-3d04-4a6b-9819-a920bd2924b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:00,496 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 1.425s
2026-01-07 17:07:00,496 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc28ee7a-2870-497e-91d1-0359d6834050', 'x-compute-request-id': 'req-dc28ee7a-2870-497e-91d1-0359d6834050', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:02,107 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.597s
2026-01-07 17:07:02,107 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28eb7e33-fb87-4c09-851e-744b7f3f13e3', 'x-compute-request-id': 'req-28eb7e33-fb87-4c09-851e-744b7f3f13e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:03,283 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.163s
2026-01-07 17:07:03,284 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e30127-ce7a-4364-945f-a2d152fb1977', 'x-compute-request-id': 'req-34e30127-ce7a-4364-945f-a2d152fb1977', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:04,484 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.188s
2026-01-07 17:07:04,484 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b52adc2-3cb0-4f01-91af-80fbf34627af', 'x-compute-request-id': 'req-2b52adc2-3cb0-4f01-91af-80fbf34627af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:05,804 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.307s
2026-01-07 17:07:05,804 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab3e658a-e18e-4509-a572-399d9fa954d0', 'x-compute-request-id': 'req-ab3e658a-e18e-4509-a572-399d9fa954d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:06,986 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.169s
2026-01-07 17:07:06,987 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66d73774-b638-411a-a9ea-d05dc8ffc00e', 'x-compute-request-id': 'req-66d73774-b638-411a-a9ea-d05dc8ffc00e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:08,232 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.233s
2026-01-07 17:07:08,232 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cec6d4b7-92de-4f51-b2ce-d720930f42ef', 'x-compute-request-id': 'req-cec6d4b7-92de-4f51-b2ce-d720930f42ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:09,627 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.375s
2026-01-07 17:07:09,628 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a3870d5-6078-47b8-9a4e-3d2fdf47d7b0', 'x-compute-request-id': 'req-6a3870d5-6078-47b8-9a4e-3d2fdf47d7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:10,900 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.260s
2026-01-07 17:07:10,901 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41186923-e26e-4ddf-84b3-ebd19c35cb2a', 'x-compute-request-id': 'req-41186923-e26e-4ddf-84b3-ebd19c35cb2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:12,057 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.144s
2026-01-07 17:07:12,058 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60cc27d1-71b2-4d23-af7e-cdc933ae2a82', 'x-compute-request-id': 'req-60cc27d1-71b2-4d23-af7e-cdc933ae2a82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:13,230 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.160s
2026-01-07 17:07:13,231 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14e649d2-715a-4260-9e34-0c2860410849', 'x-compute-request-id': 'req-14e649d2-715a-4260-9e34-0c2860410849', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:14,789 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.546s
2026-01-07 17:07:14,790 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6bbb675-54c3-41ba-840d-195a2ecb4c9b', 'x-compute-request-id': 'req-e6bbb675-54c3-41ba-840d-195a2ecb4c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:15,965 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.162s
2026-01-07 17:07:15,966 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba0c608-8132-4bea-94b6-62616411fa61', 'x-compute-request-id': 'req-3ba0c608-8132-4bea-94b6-62616411fa61', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:17,145 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.166s
2026-01-07 17:07:17,145 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65aadbf9-7944-4c62-819e-b0fed7c11e11', 'x-compute-request-id': 'req-65aadbf9-7944-4c62-819e-b0fed7c11e11', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:18,367 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.209s
2026-01-07 17:07:18,367 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e220679a-2220-4be1-b0f0-cbaff9798286', 'x-compute-request-id': 'req-e220679a-2220-4be1-b0f0-cbaff9798286', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:19,575 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.193s
2026-01-07 17:07:19,575 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2705338e-6e32-4abb-9402-670b0d4e30f5', 'x-compute-request-id': 'req-2705338e-6e32-4abb-9402-670b0d4e30f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:20,856 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.268s
2026-01-07 17:07:20,856 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dbb6e66-561e-47f8-b8c6-3d1c250ab5a2', 'x-compute-request-id': 'req-0dbb6e66-561e-47f8-b8c6-3d1c250ab5a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:22,144 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.275s
2026-01-07 17:07:22,145 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca6d449c-f56b-4be7-8ebb-015d1c92b6dd', 'x-compute-request-id': 'req-ca6d449c-f56b-4be7-8ebb-015d1c92b6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:24,087 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.930s
2026-01-07 17:07:24,088 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19e7b2f9-9f64-42c3-bacf-49407392b1dd', 'x-compute-request-id': 'req-19e7b2f9-9f64-42c3-bacf-49407392b1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:25,812 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.712s
2026-01-07 17:07:25,812 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-400a8c2d-7688-4f95-91e9-e8e65014d411', 'x-compute-request-id': 'req-400a8c2d-7688-4f95-91e9-e8e65014d411', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:27,028 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.204s
2026-01-07 17:07:27,028 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4723b747-b029-4900-b546-6962360a1820', 'x-compute-request-id': 'req-4723b747-b029-4900-b546-6962360a1820', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:28,201 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.161s
2026-01-07 17:07:28,201 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07f75689-25c1-43e2-b222-4618af0100ac', 'x-compute-request-id': 'req-07f75689-25c1-43e2-b222-4618af0100ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:29,404 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.190s
2026-01-07 17:07:29,404 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aa9eb35-b9d8-4d83-8c07-c3c80cfdc590', 'x-compute-request-id': 'req-4aa9eb35-b9d8-4d83-8c07-c3c80cfdc590', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:30,575 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.158s
2026-01-07 17:07:30,575 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45fd4a50-81fc-4278-878d-22da1d4fe971', 'x-compute-request-id': 'req-45fd4a50-81fc-4278-878d-22da1d4fe971', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:31,838 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.252s
2026-01-07 17:07:31,839 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3037f0-1c13-4973-a250-0e14668db7b8', 'x-compute-request-id': 'req-fc3037f0-1c13-4973-a250-0e14668db7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:33,021 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.169s
2026-01-07 17:07:33,021 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae2534a1-7a17-4e86-8a71-30d6b22c35e2', 'x-compute-request-id': 'req-ae2534a1-7a17-4e86-8a71-30d6b22c35e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:34,286 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.248s
2026-01-07 17:07:34,287 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fec886b0-5142-4f4b-b8b2-d054b4762983', 'x-compute-request-id': 'req-fec886b0-5142-4f4b-b8b2-d054b4762983', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:35,547 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.248s
2026-01-07 17:07:35,547 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8b64f36-a3bb-4970-9129-095f52ccda5a', 'x-compute-request-id': 'req-a8b64f36-a3bb-4970-9129-095f52ccda5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:36,738 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.179s
2026-01-07 17:07:36,738 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61668894-48fe-4361-968b-c211a670101f', 'x-compute-request-id': 'req-61668894-48fe-4361-968b-c211a670101f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:37,987 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.236s
2026-01-07 17:07:37,987 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7343cf62-c6fa-4288-81c3-4d3eca15f3e4', 'x-compute-request-id': 'req-7343cf62-c6fa-4288-81c3-4d3eca15f3e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:39,160 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.158s
2026-01-07 17:07:39,160 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-780f47a4-57e5-4c77-97dd-ea58eaedba36', 'x-compute-request-id': 'req-780f47a4-57e5-4c77-97dd-ea58eaedba36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:40,369 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.195s
2026-01-07 17:07:40,369 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54645b77-e75f-4606-aa1a-f78d8e27d113', 'x-compute-request-id': 'req-54645b77-e75f-4606-aa1a-f78d8e27d113', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:41,536 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.154s
2026-01-07 17:07:41,536 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c2ed668-f742-4a39-bf43-f0b1b7baf337', 'x-compute-request-id': 'req-8c2ed668-f742-4a39-bf43-f0b1b7baf337', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:42,770 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.222s
2026-01-07 17:07:42,771 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db0490af-be9b-46a2-93df-11e606301944', 'x-compute-request-id': 'req-db0490af-be9b-46a2-93df-11e606301944', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:43,986 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.203s
2026-01-07 17:07:43,987 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d793e17-38ce-4a9b-93a9-948e2681ad76', 'x-compute-request-id': 'req-0d793e17-38ce-4a9b-93a9-948e2681ad76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:45,221 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.222s
2026-01-07 17:07:45,221 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8979792c-1b83-48f2-b884-046515b0a509', 'x-compute-request-id': 'req-8979792c-1b83-48f2-b884-046515b0a509', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:46,409 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.175s
2026-01-07 17:07:46,410 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7831a66c-5737-40b7-b9ce-5dac2184e490', 'x-compute-request-id': 'req-7831a66c-5737-40b7-b9ce-5dac2184e490', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:47,596 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.173s
2026-01-07 17:07:47,596 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cf2cdcf-463f-4f13-9a0a-70a4c8f87144', 'x-compute-request-id': 'req-9cf2cdcf-463f-4f13-9a0a-70a4c8f87144', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:48,803 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.195s
2026-01-07 17:07:48,804 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fecb8051-9b3c-4e1c-86c6-24368e0970fd', 'x-compute-request-id': 'req-fecb8051-9b3c-4e1c-86c6-24368e0970fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:50,063 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.246s
2026-01-07 17:07:50,063 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff8c9b79-0f9b-45aa-a216-e62ecbafce0c', 'x-compute-request-id': 'req-ff8c9b79-0f9b-45aa-a216-e62ecbafce0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:51,503 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.427s
2026-01-07 17:07:51,503 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86503bca-9adb-4684-ab21-4bb974cf245d', 'x-compute-request-id': 'req-86503bca-9adb-4684-ab21-4bb974cf245d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:52,716 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.200s
2026-01-07 17:07:52,717 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc23e06e-3652-4a19-a537-217db315b7d5', 'x-compute-request-id': 'req-bc23e06e-3652-4a19-a537-217db315b7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:54,011 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.282s
2026-01-07 17:07:54,012 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59e37ca8-553d-4ffe-9b1d-af1016f60adc', 'x-compute-request-id': 'req-59e37ca8-553d-4ffe-9b1d-af1016f60adc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:55,331 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.306s
2026-01-07 17:07:55,332 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-855ca44a-a851-4d14-8373-c7e9de44ae64', 'x-compute-request-id': 'req-855ca44a-a851-4d14-8373-c7e9de44ae64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:57,363 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 1.018s
2026-01-07 17:07:57,363 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f810f031-7fb7-4b6b-9e47-fec483c819a0', 'x-compute-request-id': 'req-f810f031-7fb7-4b6b-9e47-fec483c819a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:58,657 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.282s
2026-01-07 17:07:58,658 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0f4cb09-ec22-4ee6-94c0-e9d302370be1', 'x-compute-request-id': 'req-c0f4cb09-ec22-4ee6-94c0-e9d302370be1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:07:59,868 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.197s
2026-01-07 17:07:59,868 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f58af10-dd91-4307-8cee-6fa06f6969d2', 'x-compute-request-id': 'req-5f58af10-dd91-4307-8cee-6fa06f6969d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:08:01,050 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.167s
2026-01-07 17:08:01,050 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59995855-0401-49dc-8c8d-d91c3088abbe', 'x-compute-request-id': 'req-59995855-0401-49dc-8c8d-d91c3088abbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:08:02,569 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.507s
2026-01-07 17:08:02,569 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9b6f8e8-653c-4b9b-87b5-b711c6bcde46', 'x-compute-request-id': 'req-b9b6f8e8-653c-4b9b-87b5-b711c6bcde46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:08:03,868 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.286s
2026-01-07 17:08:03,868 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d782149-b069-4fc5-9a98-a05a9843267a', 'x-compute-request-id': 'req-8d782149-b069-4fc5-9a98-a05a9843267a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:08:05,618 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.738s
2026-01-07 17:08:05,619 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2860905-8923-4cf0-b819-d74b73560183', 'x-compute-request-id': 'req-b2860905-8923-4cf0-b819-d74b73560183', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:08:07,630 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.999s
2026-01-07 17:08:07,630 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1707', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07ab3f25-fda0-4ef4-b91d-5a331ede8062', 'x-compute-request-id': 'req-07ab3f25-fda0-4ef4-b91d-5a331ede8062', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:05:02Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}]}}'
2026-01-07 17:08:07,687 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.045s
2026-01-07 17:08:07,687 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46631846-c4f9-429a-9700-9f270f850507', 'content-length': '1144', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46631846-c4f9-429a-9700-9f270f850507', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:04:47.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "attachment_id": "f046f00d-6a3d-4dde-b04b-70145a4ef965", "volume_id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "server_id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-07T16:04:43.000000"}], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:08:07,885 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.186s
2026-01-07 17:08:07,885 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:07 GMT', 'server': 'Apache/2.4.52 (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-2aae8143-6e38-4afc-961b-82b74b8d2e06', 'x-compute-request-id': 'req-2aae8143-6e38-4afc-961b-82b74b8d2e06', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b''
2026-01-07 17:08:07,974 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments 0.088s
2026-01-07 17:08:07,974 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63494156-77c8-4131-8141-d639982191b1', 'x-compute-request-id': 'req-63494156-77c8-4131-8141-d639982191b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "volumeId": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "serverId": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "device": "/dev/vdb"}]}'
2026-01-07 17:08:09,041 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments 0.064s
2026-01-07 17:08:09,041 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-031eb6a3-7019-4f95-9cf9-5b9415d11a46', 'x-compute-request-id': 'req-031eb6a3-7019-4f95-9cf9-5b9415d11a46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "volumeId": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "serverId": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "device": "/dev/vdb"}]}'
2026-01-07 17:08:10,108 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments 0.064s
2026-01-07 17:08:10,109 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '25', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a309e7e-294b-4623-90e8-d38570729091', 'x-compute-request-id': 'req-0a309e7e-294b-4623-90e8-d38570729091', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82/os-volume_attachments'}
Body: b'{"volumeAttachments": []}'
2026-01-07 17:08:10,155 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 0.044s
2026-01-07 17:08:10,155 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df524a3-9a66-4169-afd8-43a5287c96aa', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df524a3-9a66-4169-afd8-43a5287c96aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33'}
Body: b'{"volume": {"id": "ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-07T16:04:37.000000", "updated_at": "2026-01-07T16:08:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-201871306", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.197/volume/v3/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}, {"rel": "bookmark", "href": "http://192.168.122.197/volume/volumes/ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33"}], "user_id": "e0feb8a3242147db9658472b61660838", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd2990e986914e59b845673d2c79a1e5"}}'
2026-01-07 17:08:10,166 80846 INFO [tempest.common.waiters] volume ad8bd9bf-b4fa-429a-b8fc-a3d52f6bac33 reached available after waiting for 0.166063 seconds
2026-01-07 17:08:10,301 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.135s
2026-01-07 17:08:10,301 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:10 GMT', 'server': 'Apache/2.4.52 (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-e2367eb4-5b61-493c-9bb8-f83471426bfa', 'x-compute-request-id': 'req-e2367eb4-5b61-493c-9bb8-f83471426bfa', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b''
2026-01-07 17:08:10,580 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.279s
2026-01-07 17:08:10,581 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81fd33d7-6e22-44a2-b832-6783b3315338', 'x-compute-request-id': 'req-81fd33d7-6e22-44a2-b832-6783b3315338', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:08:10Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:08:11,835 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.242s
2026-01-07 17:08:11,836 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dacfb5df-441e-4048-8fcb-8cc789db6787', 'x-compute-request-id': 'req-dacfb5df-441e-4048-8fcb-8cc789db6787', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:08:10Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--22906303"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:08:14,326 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 1.478s
2026-01-07 17:08:14,326 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1601', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61dd2df1-c046-4a71-82c1-f7dc5734bdc2', 'x-compute-request-id': 'req-61dd2df1-c046-4a71-82c1-f7dc5734bdc2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "SHUTOFF", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:08:12Z", "addresses": {"tempest-AttachVolumeTestJSON-1192264485-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}, {"version": 4, "addr": "172.24.4.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:79:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:08:15,667 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.328s
2026-01-07 17:08:15,667 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad59b99a-6a2f-4d14-a98f-cc5126b2d3ff', 'x-compute-request-id': 'req-ad59b99a-6a2f-4d14-a98f-cc5126b2d3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "DELETED", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:08:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-07T16:05:01Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": "2026-01-07T16:08:15.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:08:15,678 80846 INFO [tempest.common.waiters] State transition "SHUTOFF/deleting" ==> "DELETED/None" after 5 second wait
2026-01-07 17:08:16,786 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.106s
2026-01-07 17:08:16,786 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66f4c1f3-394f-40bb-960b-2f808f08c335', 'x-compute-request-id': 'req-66f4c1f3-394f-40bb-960b-2f808f08c335', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"server": {"id": "f60e4a0c-33d8-4986-b840-05b52eb7ea82", "name": "tempest-AttachVolumeTestJSON-server-1626258673", "status": "DELETED", "tenant_id": "cd2990e986914e59b845673d2c79a1e5", "user_id": "e0feb8a3242147db9658472b61660838", "metadata": {}, "hostId": "2fed7ba3a171dc06a6d31b4d2fbe84430c2509162df4e6db4d27cc08", "image": {"id": "5e52b949-78fa-4833-a891-a5fb4b60dce2", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/images/5e52b949-78fa-4833-a891-a5fb4b60dce2"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.197/compute/flavors/42"}]}, "created": "2026-01-07T16:03:16Z", "updated": "2026-01-07T16:08:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}, {"rel": "bookmark", "href": "http://192.168.122.197/compute/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-07T16:05:01Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-816405141", "OS-SRV-USG:launched_at": "2026-01-07T16:03:30.000000", "OS-SRV-USG:terminated_at": "2026-01-07T16:08:15.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-07 17:08:18,008 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82 0.205s
2026-01-07 17:08:18,009 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:17 GMT', 'server': 'Apache/2.4.52 (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-a9d8e2ae-08e0-46ab-8c98-07d0ee87aec6', 'x-compute-request-id': 'req-a9d8e2ae-08e0-46ab-8c98-07d0ee87aec6', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.197/compute/v2.1/servers/f60e4a0c-33d8-4986-b840-05b52eb7ea82'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f60e4a0c-33d8-4986-b840-05b52eb7ea82 could not be found."}}'
2026-01-07 17:08:18,045 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.197/compute/v2.1/os-keypairs/tempest-keypair-816405141 0.035s
2026-01-07 17:08:18,045 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:18 GMT', 'server': 'Apache/2.4.52 (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-c446d201-3978-45a1-a021-c7e6c7334e7b', 'x-compute-request-id': 'req-c446d201-3978-45a1-a021-c7e6c7334e7b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.197/compute/v2.1/os-keypairs/tempest-keypair-816405141'}
Body: b''
2026-01-07 17:08:18,655 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.197/networking/v2.0/security-groups/a4d91437-0297-4954-899d-e12a8246f215 0.609s
2026-01-07 17:08:18,655 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-34c9e7a2-0dd5-4082-b47b-bb5d1e67a373', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.197/networking/v2.0/security-groups/a4d91437-0297-4954-899d-e12a8246f215'}
Body: b''
2026-01-07 17:08:18,669 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.197/networking/v2.0/security-groups/a4d91437-0297-4954-899d-e12a8246f215 0.013s
2026-01-07 17:08:18,670 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d101a3f0-c02d-416e-b965-265429a9fe2d', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.197/networking/v2.0/security-groups/a4d91437-0297-4954-899d-e12a8246f215'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a4d91437-0297-4954-899d-e12a8246f215 does not exist", "detail": ""}}'
2026-01-07 17:08:19,483 80846 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.197/networking/v2.0/floatingips/c0954b68-7e02-43de-b53a-ca533d9c537c 0.812s
2026-01-07 17:08:19,483 80846 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 07 Jan 2026 16:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d8b5e999-cc1b-47c0-ba4c-07113bcee33b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.197/networking/v2.0/floatingips/c0954b68-7e02-43de-b53a-ca533d9c537c'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 105, in test_attach_detach_volume
waiters.wait_for_server_status(self.servers_client, server['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (AttachVolumeTestJSON:test_attach_detach_volume) Server f60e4a0c-33d8-4986-b840-05b52eb7ea82 failed to reach ACTIVE status and task state "None" within the required time (196 s). Current status: SHUTOFF. Current task state: None.
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt2.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt9.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt9.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt10.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests33) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectAdminTests39) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests33) |
skip
pt13.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests33) |
skip
pt13.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectReaderTests39) |
skip
pt13.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectMemberTests39) |
skip
pt13.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt14.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt23.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt23.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt23.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt24.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
pt25.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt26.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt27.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt29.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt31.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
VolumesBackupsTest) |
skip
pt31.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt32.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt34.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| 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
pt35.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_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt37.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
pt37.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.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt38.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt39.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| 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
pt40.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
pt41.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_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt43.1: 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
pt43.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt44.1: 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
pt44.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| 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
pt45.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
pt45.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_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt46.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
pt46.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
pt46.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
pt47.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
pt48.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| 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
pt51.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
pt51.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| 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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt56.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
pt56.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt57.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| 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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| 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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt71.1: 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
pt71.2: 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
pt71.3: 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
pt71.4: 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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt76.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
pt77.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
pt78.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
pt79.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
pt80.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
pt80.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
pt81.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
pt81.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
pt82.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
pt83.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
pt83.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
pt84.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
pt84.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
pt85.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
pt85.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
pt86.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
pt86.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt87.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt87.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| 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
pt89.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
pt90.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
pt90.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt91.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_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt91.2: 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
pt92.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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 | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt95.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt95.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt95.3: 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
pt95.4: 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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt98.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt99.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt100.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt101.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt102.1: 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_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt103.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 304 | 246 | 2 | 0 | 56 | ||