all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.1.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2023.7.22,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.3.0,cmd2==2.4.3,cryptography==40.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.2.0,packaging==23.1,paramiko==3.1.0,pbr==5.11.1,prettytable==3.7.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==2.0.0,six==1.16.0,stestr==4.0.1,stevedore==5.1.0,-e git+https://github.com/openstack/tempest@e13e4da77f44b24e79963d86baf95cde8cc2032c#egg=tempest,testtools==2.6.0,tzdata==2023.3,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='1281432958' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {0} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {0} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {5} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {3} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.532153s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [8.941383s] ... ok {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [7.250900s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:12,401 80036 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:12,401 80036 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:12,658 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.254s 2023-07-24 08:39:12,658 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-765464790", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcZpJgEZ3huuTUJvJo30KCuGKYo86azywB+x9meOOoOLcKtY92UgdLRPpiup1jTosc9JEKYtOLPAmjJwlOwemQjnBVr2ucSaKW6mf+LScmnNAFKbUg6oU+fB23O+nDDCQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-284c4436-fc94-4500-9393-c4eb3e2f908e', 'x-compute-request-id': 'req-284c4436-fc94-4500-9393-c4eb3e2f908e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-765464790", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcZpJgEZ3huuTUJvJo30KCuGKYo86azywB+x9meOOoOLcKtY92UgdLRPpiup1jTosc9JEKYtOLPAmjJwlOwemQjnBVr2ucSaKW6mf+LScmnNAFKbUg6oU+fB23O+nDDCQ==", "fingerprint": "08:6b:c8:ef:6c:e5:d4:ce:b8:df:c9:58:f1:e5:d7:a7", "user_id": "2c08e61c12554adebce7af3761b75ae1"}}' 2023-07-24 08:39:12,664 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-765464790 created 2023-07-24 08:39:13,644 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.980s 2023-07-24 08:39:13,645 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--550001694", "description": "tempest-description--1401562104"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e7f83bbe-9998-45c9-91ac-1fca26b7b859', 'date': 'Mon, 24 Jul 2023 08:39:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "name": "tempest-securitygroup--550001694", "stateful": true, "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "tempest-description--1401562104", "shared": false, "security_group_rules": [{"id": "94fcb832-bcd3-49b5-92a3-b387c2a8ab76", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "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": 152, "description": null, "tags": [], "created_at": "2023-07-24T08:39:13Z", "updated_at": "2023-07-24T08:39:13Z", "revision_number": 0}, {"id": "fcff2203-8700-4b3e-95bd-2b2a81e8d480", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ra nge_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": 153, "description": null, "tags": [], "created_at": "2023-07-24T08:39:13Z", "updated_at": "2023-07-24T08:39:13Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:12Z", "updated_at": "2023-07-24T08:39:13Z", "revision_number": 1, "project_id": "32089e7c5e404938bcacd6375fbf1ca5"}}' 2023-07-24 08:39:14,796 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.150s 2023-07-24 08:39:14,796 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c3f5e073-3588-44b4-8c04-91cf9166fcbc', 'date': 'Mon, 24 Jul 2023 08:39:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7160f25e-159b-4222-9f5a-4242e2019781", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:14Z", "updated_at": "2023-07-24T08:39:14Z", "revision_number": 0}}' 2023-07-24 08:39:15,744 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.947s 2023-07-24 08:39:15,745 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-abb44ff3-10d4-417c-87ec-ec3ef5033103', 'date': 'Mon, 24 Jul 2023 08:39:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "09115442-2b2e-44ec-b3d6-d2047788c66f", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:15Z", "updated_at": "2023-07-24T08:39:15Z", "revision_number": 0}}' 2023-07-24 08:39:15,745 80036 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--550001694 created 2023-07-24 08:39:17,326 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.580s 2023-07-24 08:39:17,326 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content- type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-954c9fbb-0469-4874-b2aa-6b833e48a365', 'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4ff8eb83-e596-4f45-8c19-989e4f0d5890", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "floating_ip_address": "172.24.4.253", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:16Z", "updated_at": "2023-07-24T08:39:16Z", "revision_number": 0}}' 2023-07-24 08:39:17,327 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4ff8eb83-e596-4f45-8c19-989e4f0d5890', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.253', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:16Z', 'updated_at': '2023-07-24T08:39:16Z', 'revision_number': 0, 'ip': '172.24.4.253'} created 2023-07-24 08:39:17,430 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-07-24 08:39:17,430 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f76af741-5135-42fb-9888-f1e4d932d7a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c08e61c12554adebce7af3761b75ae1", "name": "tempest-AttachVolumeShelveTestJSON-2048558672-project-member", "password_expires_at": null}, "audit_ids": ["2-y4W6UnSyaj4Afk37IQ-A"], "expires_at": "2023-07-24T09:39:17.000000Z", "issued_at": "2023-07-24T08:39:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32089e7c5e404938bcacd6375fbf1ca5", "name": "tempest-AttachVolumeShelveTestJSON-2048558672"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:17,431 80036 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436', 'name': 'tempest-AttachVolumeShelveTestJSON-488180503-network', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:17,431 80036 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-765464790', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcZpJgEZ3huuTUJvJo30KCuGKYo86azywB+x9meOOoOLcKtY92UgdLRPpiup1jTosc9JEKYtOLPAmjJwlOwemQjnBVr2ucSaKW6mf+LScmnNAFKbUg6oU+fB23O+nDDCQ==', 'fingerprint': '08:6b:c8:ef:6c:e5:d4:ce:b8:df:c9:58:f1:e5:d7:a7', 'user_id': '2c08e61c12554adebce7af3761b75ae1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJxd0zL/wCvDD1wlI+F0+xj6HNtAnICb6NHbvzaoS/oab3DYlarcv0\nGv4m3ts3elygBwYFK4EEACKhZANiAAQHGaSYBGd4brk1CbyaN9CgrhimKPOms8sA\nfsfZnjjqDi3CrWPdlIHS0T6YrqdY06LHPSRCmLTizwJoycJTsHpkI5wVa9rnEmil\nupn/i0nJpzQBSm1IOqFPnwdtzvpwwwk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '08d6e107-71d8-4f77-814d-c88bf0268f98', 'name': 'tempest-securitygroup--550001694', 'stateful': True, 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': 'tempest-description--1401562104', 'shared': False, 'security_group_rules': [{'id': '94fcb832-bcd3-49b5-92a3-b387c2a8ab76', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '08d6e107-71d8-4f77-814d-c88bf0268f98', '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': 152, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:13Z', 'updated_at': '2023-07-24T08:39:13Z', 'revision_number': 0}, {'id': 'fcff2203-8700-4b3e-95bd-2b2a81e8d480', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '08d6e107-71d8-4f77-814d-c88bf0268f98', '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': 153, 'description': None, 'tags': [], 'created_ at': '2023-07-24T08:39:13Z', 'updated_at': '2023-07-24T08:39:13Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:12Z', 'updated_at': '2023-07-24T08:39:13Z', 'revision_number': 1, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5'}, 'floating_ip': {'id': '4ff8eb83-e596-4f45-8c19-989e4f0d5890', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.253', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:16Z', 'updated_at': '2023-07-24T08:39:16Z', 'revision_number': 0, 'ip': '172.24.4.253'}} 2023-07-24 08:39:17,482 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.049s 2023-07-24 08:39:17,482 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1250977732", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436"}], "security_groups": [{"name": "tempest-securitygroup--550001694"}], "key_name": "tempest-keypair-765464790", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1ddf544f-7fe9-42d3-a9f4-b1157a4f3870', 'x-compute-request-id': 'req-1ddf544f-7fe9-42d3-a9f4-b1157a4f3870', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:17,519 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-765464790 0.034s 2023-07-24 08:39:17,519 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fa61156-2c1b-49db-9978-60ee44b7a887', 'x-compute-request-id': 'req-8fa61156-2c1b-49db-9978-60ee44b7a887', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-765464790'} Body: b'' 2023-07-24 08:39:18,441 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98 0.921s 2023-07-24 08:39:18,441 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-41f4e841-3619-4501-9c95-382dc23687be', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.2 10:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98'} Body: b'' 2023-07-24 08:39:18,479 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98 0.037s 2023-07-24 08:39:18,480 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8149355a-b063-4765-bafa-39cf5d5b48ef', 'date': 'Mon, 24 Jul 2023 08:39:18 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 08d6e107-71d8-4f77-814d-c88bf0268f98 does not exist", "detail": ""}}' 2023-07-24 08:39:19,650 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4ff8eb83-e596-4f45-8c19-989e4f0d5890 1.168s 2023-07-24 08:39:19,650 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-074ed8ea-e91b-41f8-b88e-7477c819a916', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ff8eb83-e596-4f45-8c19-989e4f0d5890'} Body: b'' {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [9.001402s] ... ok {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [9.999999s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server server1, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:19,164 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:19,164 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:19,513 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.346s 2023-07-24 08:39:19,513 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1083950228", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI4EmPt/FNRBRncVTja0cIwNq4eR5w8PmjKrLit1s/7lnBIbw0g/gkQML2FH9BnTxrRccZ3u7SDGMY8+x837Q6/cji0+OlF2P1zctrX+/W9uzVMqps9XxDEtduIZaYpoHg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf0acf45-1164-4709-a8db-ff4a643d5f50', 'x-compute-request-id': 'req-cf0acf45-1164-4709-a8db-ff4a643d5f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1083950228", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI4EmPt/FNRBRncVTja0cIwNq4eR5w8PmjKrLit1s/7lnBIbw0g/gkQML2FH9BnTxrRccZ3u7SDGMY8+x837Q6/cji0+OlF2P1zctrX+/W9uzVMqps9XxDEtduIZaYpoHg==", "fingerprint": "76:18:e9:11:e5:6d:2c:b2:d0:a1:b9:84:9f:45:55:15", "user_id": "3dcf79d5948d4e46944ab74e24d76033"}}' 2023-07-24 08:39:19,518 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1083950228 created 2023-07-24 08:39:20,157 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.638s 2023-07-24 08:39:20,158 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2028493036", "description": "tempest-description--1184014112"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-b9e0f7cd-2035-447c-99a9-463d01773ce7', 'date': 'Mon, 24 Jul 2023 08:39:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "84b049ae-6311-4140-a485-3d14ea3c163f", "name": "tempest-securitygroup--2028493036", "stateful": true, "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "tempest-description--1184014112", "shared": false, "security_group_rules": [{"id": "51d5feb8-bb52-471c-9635-f57ba2bf01b1", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "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": 174, "description": null, "tags": [], "created_at": "2023-07-24T08:39:19Z", "updated_at": "2023-07-24T08:39:19Z", "revision_number": 0}, {"id": "5ca4cb64-a8de-4bfb-aa17-00fe8089e48a", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 173, "description": null, "tags": [], "created_at": "2023-07-24T08:39:19Z", "updated_at": "2023-07-24T08:39:19Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:19Z", "updated_at": "2023-07-24T08:39:19Z", "revision_number": 1, "project_id": "81bda80ac8414996a80b50f0f0db0ca2"}}' 2023-07-24 08:39:21,007 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.849s 2023-07-24 08:39:21,007 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-50f9cc39-e900-4e6b-8900-7e66f7afa521', 'date': 'Mon, 24 Jul 2023 08:39:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cef755a1-7754-4d60-93b0-6f9af22cb197", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 0}}' 2023-07-24 08:39:22,178 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.170s 2023-07-24 08:39:22,178 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-249f21b4-ca1d-44b6-a972-bbf0f93d59fa', 'date': 'Mon, 24 Jul 2023 08:39:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e6d71b75-b117-4db9-ad31-7d1e92bfc549", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:21Z", "updated_at": "2023-07-24T08:39:21Z", "revision_number": 0}}' 2023-07-24 08:39:22,179 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2028493036 created 2023-07-24 08:39:25,736 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.557s 2023-07-24 08:39:25,737 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a80d03dd-af75-49b5-a66d-969e8ee85ced', 'date': 'Mon, 24 Jul 2023 08:39:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a483424c-2546-4870-9151-a426b4e7662f", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "floating_ip_address": "172.24.4.80", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:24Z", "updated_at": "2023-07-24T08:39:24Z", "revision_number": 0}}' 2023-07-24 08:39:25,737 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a483424c-2546-4870-9151-a426b4e7662f', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.80', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:24Z', 'updated_at': '2023-07-24T08:39:24Z', 'revision_number': 0, 'ip': '172.24.4.80'} created 2023-07-24 08:39:25,827 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-07-24 08:39:25,828 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-02285d3f-727b-44cd-ac57-7d38c11f4dc1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3dcf79d5948d4e46944ab74e24d76033", "name": "tempest-AttachVolumeNegativeTest-1698594553-project-member", "password_expires_at": null}, "audit_ids": ["2W5Q-Oe9QA2KqR69wDUBpA"], "expires_at": "2023-07-24T09:39:25.000000Z", "issued_at": "2023-07-24T08:39:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81bda80ac8414996a80b50f0f0db0ca2", "name": "tempest-AttachVolumeNegativeTest-1698594553"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": " http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:25,828 80034 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08', 'name': 'tempest-AttachVolumeNegativeTest-944537239-network', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3542, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:39:00Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:25,829 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1083950228', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI4EmPt/FNRBRncVTja0cIwNq4eR5w8PmjKrLit1s/7lnBIbw0g/gkQML2FH9BnTxrRccZ3u7SDGMY8+x837Q6/cji0+OlF2P1zctrX+/W9uzVMqps9XxDEtduIZaYpoHg==', 'fingerprint': '76:18:e9:11:e5:6d:2c:b2:d0:a1:b9:84:9f:45:55:15', 'user_id': '3dcf79d5948d4e46944ab74e24d76033', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCZvJlJzVbyzUbS1hxsJNVMdiHJ5KSabKSLbGPY9zyiaeB8K2MxU3SL\nxRXGzv7poVegBwYFK4EEACKhZANiAASOBJj7fxTUQUZ3FU42tHCMDauHkecPD5oy\nqy4rdbP+5ZwSG8NIP4JEDC9hR/QZ08a0XHGd7u0gxjGPPsfN+0Ov3I4tPjpRdj9c\n3La1/v1vbs1TKqbPV8QxLXbiGWmKaB4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '84b049ae-6311-4140-a485-3d14ea3c163f', 'name': 'tempest-securitygroup--2028493036', 'stateful': True, 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': 'tempest-description--1184014112', 'shared': False, 'security_group_rules': [{'id': '51d5feb8-bb52-471c-9635-f57ba2bf01b1', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '84b049ae-6311-4140-a485-3d14ea3c163f', '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': 174, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:19Z', 'updated_at': '2023-07-24T08:39:19Z', 'revision_number': 0}, {'id': '5ca4cb64-a8de-4bfb-aa17-00fe8089e48a', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '84b049ae-6311-4140-a485-3d14ea3c163f', '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': 173, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:19Z', 'updated_at': '2023-07-24T08:39:19Z', 'revi sion_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:19Z', 'updated_at': '2023-07-24T08:39:19Z', 'revision_number': 1, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2'}, 'floating_ip': {'id': 'a483424c-2546-4870-9151-a426b4e7662f', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.80', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:24Z', 'updated_at': '2023-07-24T08:39:24Z', 'revision_number': 0, 'ip': '172.24.4.80'}} 2023-07-24 08:39:25,852 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.022s 2023-07-24 08:39:25,887 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1308822418", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08"}], "security_groups": [{"name": "tempest-securitygroup--2028493036"}], "key_name": "tempest-keypair-1083950228", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:25 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': '73', 'x-openstack-request-id': 'req-a0ede400-d796-47f9-b2bc-39e0c2eb48e7', 'x-compute-request-id': 'req-a0ede400-d796-47f9-b2bc-39e0c2eb48e7', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:25,922 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1083950228 0.032s 2023-07-24 08:39:25,922 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:25 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-e7e34540-7d45-4dab-9a82-d7a9711bd2fd', 'x-compute-request-id': 'req-e7e34540-7d45-4dab-9a82-d7a9711bd2fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1083950228'} Body: b'' 2023-07-24 08:39:26,976 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f 1.052s 2023-07-24 08:39:26,976 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ed73be81-abb9-47f2-9689-e06bdb14645a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f'} Body: b'' 2023-07-24 08:39:27,025 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f 0.049s 2023-07-24 08:39:27,026 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2404869f-52f8-4b22-8d8f-37f3f67cc3f4', 'date': 'Mon, 24 Jul 2023 08:39:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 84b049ae-6311-4140-a485-3d14ea3c163f does not exist", "detail": ""}}' 2023-07-24 08:39:29,162 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a483424c-2546-4870-9151-a426b4e7662f 2.135s 2023-07-24 08:39:29,162 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fb4b7fe7-ab55-46a2-b988-0397a70c58bf', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a483424c-2546-4870-9151-a426b4e7662f'} Body: b'' {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [9.906611s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:19,657 80036 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:19,658 80036 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:19,783 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.123s 2023-07-24 08:39:19,784 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1897602669", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHumpaQe6vbvJbUxOdBEYh1iKl68e3SgSUupVjFz1ByUi0V7F0vkYFIMd348kW+WUMwDD+9KKbHawi3ZDI3EBu5xkdJhU62dGOlo6HgmmPZ9Oey328JigCE2N7lIwVEhSQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d44883-5176-422f-89a0-c0211a50bf6d', 'x-compute-request-id': 'req-70d44883-5176-422f-89a0-c0211a50bf6d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1897602669", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHumpaQe6vbvJbUxOdBEYh1iKl68e3SgSUupVjFz1ByUi0V7F0vkYFIMd348kW+WUMwDD+9KKbHawi3ZDI3EBu5xkdJhU62dGOlo6HgmmPZ9Oey328JigCE2N7lIwVEhSQ==", "fingerprint": "30:4d:80:bb:46:f8:f1:60:1c:27:56:0b:f3:f6:20:a9", "user_id": "2c08e61c12554adebce7af3761b75ae1"}}' 2023-07-24 08:39:19,786 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1897602669 created 2023-07-24 08:39:20,633 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.846s 2023-07-24 08:39:20,634 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--249618733", "description": "tempest-description--278730038"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-eec86eae-c320-4fc2-a053-003e497cf8b2', 'date': 'Mon, 24 Jul 2023 08:39:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "name": "tempest-securitygroup--249618733", "stateful": true, "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "tempest-description--278730038", "shared": false, "security_group_rules": [{"id": "d5e37cd4-9742-45c2-ae20-2d3b94fd4786", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "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": 182, "description": null, "tags": [], "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 0}, {"id": "f5ac3f6b-d30f-4aa8-8305-8d8faf0ca7c1", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_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": 181, "description": null, "tags": [], "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 1, "project_id": "32089e7c5e404938bcacd6375fbf1ca5"}}' 2023-07-24 08:39:22,272 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.638s 2023-07-24 08:39:22,273 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-b1b863e1-ebda-47fa-a83a-c084b27c42c5', 'date': 'Mon, 24 Jul 2023 08:39:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "80fc243b-901b-48f9-ad7e-80f119c1bd57", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:21Z", "updated_at": "2023-07-24T08:39:21Z", "revision_number": 0}}' 2023-07-24 08:39:23,537 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.263s 2023-07-24 08:39:23,537 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-27f386d4-baf4-4fca-955c-0f2d70d8a69c', 'date': 'Mon, 24 Jul 2023 08:39:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b72625f0-a345-45ac-b315-8ced25d5594e", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:23Z", "updated_at": "2023-07-24T08:39:23Z", "revision_number": 0}}' 2023-07-24 08:39:23,538 80036 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--249618733 created 2023-07-24 08:39:26,652 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.113s 2023-07-24 08:39:26,652 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b3d0d469-859e-4d68-90ff-b80fa779b718', 'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45c6d6da-5203-4465-9971-65429c66c50a", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "floating_ip_address": "172.24.4.123", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:25Z", "updated_at": "2023-07-24T08:39:25Z", "revision_number": 0}}' 2023-07-24 08:39:26,652 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '45c6d6da-5203-4465-9971-65429c66c50a', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:25Z', 'updated_at': '2023-07-24T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2023-07-24 08:39:26,765 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2023-07-24 08:39:26,766 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-67800c3e-c706-4b88-88ea-1926f38d9f97', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c08e61c12554adebce7af3761b75ae1", "name": "tempest-AttachVolumeShelveTestJSON-2048558672-project-member", "password_expires_at": null}, "audit_ids": ["Auh4uK2ARSezKkyCxdml_w"], "expires_at": "2023-07-24T09:39:26.000000Z", "issued_at": "2023-07-24T08:39:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32089e7c5e404938bcacd6375fbf1ca5", "name": "tempest-AttachVolumeShelveTestJSON-2048558672"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:26,767 80036 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436', 'name': 'tempest-AttachVolumeShelveTestJSON-488180503-network', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:26,767 80036 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1897602669', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHumpaQe6vbvJbUxOdBEYh1iKl68e3SgSUupVjFz1ByUi0V7F0vkYFIMd348kW+WUMwDD+9KKbHawi3ZDI3EBu5xkdJhU62dGOlo6HgmmPZ9Oey328JigCE2N7lIwVEhSQ==', 'fingerprint': '30:4d:80:bb:46:f8:f1:60:1c:27:56:0b:f3:f6:20:a9', 'user_id': '2c08e61c12554adebce7af3761b75ae1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBF09tgPPDkrNRaJfr3qqV4r4KqKtr14lTweJLRslzhRslpY+iFY9Oj\nRBiEeh7z6DCgBwYFK4EEACKhZANiAAR7pqWkHur27yW1MTnQRGIdYipevHt0oElL\nqVYxc9QclItFexdL5GBSDHd+PJFvllDMAw/vSimx2sIt2QyNxAbucZHSYVOtnRjp\naOh4Jpj2fTnst9vCYoAhNje5SMFRIUk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '48afd93d-b774-4612-b1f0-eb272e5390f8', 'name': 'tempest-securitygroup--249618733', 'stateful': True, 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': 'tempest-description--278730038', 'shared': False, 'security_group_rules': [{'id': 'd5e37cd4-9742-45c2-ae20-2d3b94fd4786', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '48afd93d-b774-4612-b1f0-eb272e5390f8', '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': 182, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:20Z', 'updated_at': '2023-07-24T08:39:20Z', 'revision_number': 0}, {'id': 'f5ac3f6b-d30f-4aa8-8305-8d8faf0ca7c1', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '48afd93d-b774-4612-b1f0-eb272e5390f8', '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': 181, 'description': None, 'tags': [], 'created _at': '2023-07-24T08:39:20Z', 'updated_at': '2023-07-24T08:39:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:20Z', 'updated_at': '2023-07-24T08:39:20Z', 'revision_number': 1, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5'}, 'floating_ip': {'id': '45c6d6da-5203-4465-9971-65429c66c50a', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:25Z', 'updated_at': '2023-07-24T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2023-07-24 08:39:26,791 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:39:26,792 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-779059886", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436"}], "security_groups": [{"name": "tempest-securitygroup--249618733"}], "key_name": "tempest-keypair-1897602669", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1c34417c-456d-4529-8958-68189f09bd97', 'x-compute-request-id': 'req-1c34417c-456d-4529-8958-68189f09bd97', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:26,823 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1897602669 0.030s 2023-07-24 08:39:26,824 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db022ff5-1ea2-43f9-8871-701be0e2f2af', 'x-compute-request-id': 'req-db022ff5-1ea2-43f9-8871-701be0e2f2af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1897602669'} Body: b'' 2023-07-24 08:39:27,597 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8 0.772s 2023-07-24 08:39:27,598 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-613dc85c-34da-433d-9f9f-94bbf69fd8be', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0. 0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8'} Body: b'' 2023-07-24 08:39:27,705 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8 0.107s 2023-07-24 08:39:27,706 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0c1257ed-6fa1-4082-bdc3-6ddb37711353', 'date': 'Mon, 24 Jul 2023 08:39:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 48afd93d-b774-4612-b1f0-eb272e5390f8 does not exist", "detail": ""}}' 2023-07-24 08:39:29,558 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/45c6d6da-5203-4465-9971-65429c66c50a 1.852s 2023-07-24 08:39:29,559 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bdc54d76-856f-41ed-a0b1-2bb727316d75', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45c6d6da-5203-4465-9971-65429c66c50a'} Body: b'' {0} setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [33.950166s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [8.831990s] ... ok {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [8.536767s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:29,166 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:29,166 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:29,391 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.221s 2023-07-24 08:39:29,391 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-882417347", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFBr2Mv188Z1kC13AywlSi4tmobd1PLhM8KF3lXa19f+Yyf/YJ15JEEx67v1HdWq0YNsWVMH9+brTIm6YJo1HRiFA/7Mcwr7sywBki2iTvrq2ZrDETjgU7MN9AsgVcc1w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:29 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-eeccb8f7-1f9a-4a6e-af71-183d158e8e70', 'x-compute-request-id': 'req-eeccb8f7-1f9a-4a6e-af71-183d158e8e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-882417347", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFBr2Mv188Z1kC13AywlSi4tmobd1PLhM8KF3lXa19f+Yyf/YJ15JEEx67v1HdWq0YNsWVMH9+brTIm6YJo1HRiFA/7Mcwr7sywBki2iTvrq2ZrDETjgU7MN9AsgVcc1w==", "fingerprint": "4e:8a:22:aa:fe:65:f3:9d:a0:d3:be:43:6e:3b:cd:3e", "user_id": "3dcf79d5948d4e46944ab74e24d76033"}}' 2023-07-24 08:39:29,394 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-882417347 created 2023-07-24 08:39:30,153 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.759s 2023-07-24 08:39:30,154 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--156701608", "description": "tempest-description--1027669430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1c2e21ee-c239-4474-a7df-8676aec34366', 'date': 'Mon, 24 Jul 2023 08:39:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "name": "tempest-securitygroup--156701608", "stateful": true, "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "tempest-description--1027669430", "shared": false, "security_group_rules": [{"id": "780510d6-e7ca-4703-b667-e4f4a2ce560f", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "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": 236, "description": null, "tags": [], "created_at": "2023-07-24T08:39:29Z", "updated_at": "2023-07-24T08:39:29Z", "revision_number": 0}, {"id": "86cfc885-3fef-4c31-a963-af86a1ce177c", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "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": 237, "description": null, "tags": [], "created_at": "2023-07-24T08:39:29Z", "updated_at": "2023-07-24T08:39:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:29Z", "updated_at": "2023-07-24T08:39:29Z", "revision_number": 1, "project_id": "81bda80ac8414996a80b50f0f0db0ca2"}}' 2023-07-24 08:39:30,938 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.784s 2023-07-24 08:39:30,939 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-92313c59-e24f-4d5a-967b-92649426c445', 'date': 'Mon, 24 Jul 2023 08:39:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68b175a8-c323-434c-9bcd-e500c051950f", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:30Z", "updated_at": "2023-07-24T08:39:30Z", "revision_number": 0}}' 2023-07-24 08:39:32,150 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.211s 2023-07-24 08:39:32,150 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f24f3e28-5783-41d0-a585-1b7d8d5e2818', 'date': 'Mon, 24 Jul 2023 08:39:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a62557b8-bfb0-48d0-ad61-82824df9b6d5", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:31Z", "updated_at": "2023-07-24T08:39:31Z", "revision_number": 0}}' 2023-07-24 08:39:32,151 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--156701608 created 2023-07-24 08:39:35,721 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.570s 2023-07-24 08:39:35,721 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-8d4a54a2-a542-4189-b8b7-4dcbe1d12965', 'date': 'Mon, 24 Jul 2023 08:39:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e1e3d4e6-b434-4adc-9e5f-9d75d890ec85", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "floating_ip_address": "172.24.4.101", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:34Z", "updated_at": "2023-07-24T08:39:34Z", "revision_number": 0}}' 2023-07-24 08:39:35,722 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e1e3d4e6-b434-4adc-9e5f-9d75d890ec85', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.101', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 0, 'ip': '172.24.4.101'} created 2023-07-24 08:39:35,828 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-24 08:39:35,829 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7acac9cc-54ff-491a-a904-8a18a2c8d6fb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3dcf79d5948d4e46944ab74e24d76033", "name": "tempest-AttachVolumeNegativeTest-1698594553-project-member", "password_expires_at": null}, "audit_ids": ["1ExChl0TRhqShuI3c7Nf0Q"], "expires_at": "2023-07-24T09:39:35.000000Z", "issued_at": "2023-07-24T08:39:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81bda80ac8414996a80b50f0f0db0ca2", "name": "tempest-AttachVolumeNegativeTest-1698594553"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://1 0.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:35,829 80034 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08', 'name': 'tempest-AttachVolumeNegativeTest-944537239-network', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3542, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:39:00Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:35,830 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-882417347', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFBr2Mv188Z1kC13AywlSi4tmobd1PLhM8KF3lXa19f+Yyf/YJ15JEEx67v1HdWq0YNsWVMH9+brTIm6YJo1HRiFA/7Mcwr7sywBki2iTvrq2ZrDETjgU7MN9AsgVcc1w==', 'fingerprint': '4e:8a:22:aa:fe:65:f3:9d:a0:d3:be:43:6e:3b:cd:3e', 'user_id': '3dcf79d5948d4e46944ab74e24d76033', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCKAB76KNOI5ccphinc7SXUloO07V2UDpTYWVYQ66vf2lguEk46xzPY\n8nS8XZCbEUKgBwYFK4EEACKhZANiAASBQa9jL9fPGdZAtdwMsJUouLZqG3dTy4TP\nChd5V2tfX/mMn/2CdeSRBMeu79R3VqtGDbFlTB/fm60yJumCaNR0YhQP+zHMK+7M\nsAZItok766tmawxE44FOzDfQLIFXHNc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '891e3db6-ecbf-475c-9061-7fedb7da7bca', 'name': 'tempest-securitygroup--156701608', 'stateful': True, 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': 'tempest-description--1027669430', 'shared': False, 'security_group_rules': [{'id': '780510d6-e7ca-4703-b667-e4f4a2ce560f', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '891e3db6-ecbf-475c-9061-7fedb7da7bca', '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': 236, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:29Z', 'updated_at': '2023-07-24T08:39:29Z', 'revision_number': 0}, {'id': '86cfc885-3fef-4c31-a963-af86a1ce177c', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '891e3db6-ecbf-475c-9061-7fedb7da7bca', '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': 237, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:29Z', 'updated_at': '2023-07-24T08:39:29Z', 'revision_number': 0 }], 'tags': [], 'created_at': '2023-07-24T08:39:29Z', 'updated_at': '2023-07-24T08:39:29Z', 'revision_number': 1, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2'}, 'floating_ip': {'id': 'e1e3d4e6-b434-4adc-9e5f-9d75d890ec85', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.101', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 0, 'ip': '172.24.4.101'}} 2023-07-24 08:39:35,875 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.045s 2023-07-24 08:39:35,876 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-994633295", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08"}], "security_groups": [{"name": "tempest-securitygroup--156701608"}], "key_name": "tempest-keypair-882417347", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 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': '73', 'x-openstack-request-id': 'req-e9a95f13-77ab-4a79-8779-2bd91c057340', 'x-compute-request-id': 'req-e9a95f13-77ab-4a79-8779-2bd91c057340', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:35,932 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-882417347 0.055s 2023-07-24 08:39:35,932 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 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-4640aa73-0cfe-4f5c-bc58-30a19f5ddd48', 'x-compute-request-id': 'req-4640aa73-0cfe-4f5c-bc58-30a19f5ddd48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-882417347'} Body: b'' 2023-07-24 08:39:36,569 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca 0.636s 2023-07-24 08:39:36,569 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3dd7c752-c229-4d40-805d-1b38947ca005', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca'} Body: b'' 2023-07-24 08:39:36,593 80034 INFO [tempest.lib.common.res t_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca 0.023s 2023-07-24 08:39:36,593 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6b0aef8b-fd10-48aa-ad77-924467566375', 'date': 'Mon, 24 Jul 2023 08:39:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 891e3db6-ecbf-475c-9061-7fedb7da7bca does not exist", "detail": ""}}' 2023-07-24 08:39:37,702 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e1e3d4e6-b434-4adc-9e5f-9d75d890ec85 1.107s 2023-07-24 08:39:37,702 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fc3d5ddf-814f-4933-ba04-0a4643a024c0', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e1e3d4e6-b434-4adc-9e5f-9d75d890ec85'} Body: b'' {8} setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {8} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [3.508590s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [9.129217s] ... ok {5} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.335531s] ... ok {11} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {11} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {11} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.747776s] ... ok {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [10.122874s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:37,705 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:37,705 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:37,772 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 08:39:37,773 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1164684520", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDHe/0KzCPjBJsznQmk0LyLtZtsYB08BZIF+GrRxTEmCJ/g3j8xzt15K/6eisUpRWd0q5lgscghK/QsdTZq6OUXYGDIrSjR9HyxgzPJ3XJA0ogvRv3Wjqp3qynI6C0JP+Q=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f56ff977-c8dd-4178-8043-f71a98ac7b63', 'x-compute-request-id': 'req-f56ff977-c8dd-4178-8043-f71a98ac7b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1164684520", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDHe/0KzCPjBJsznQmk0LyLtZtsYB08BZIF+GrRxTEmCJ/g3j8xzt15K/6eisUpRWd0q5lgscghK/QsdTZq6OUXYGDIrSjR9HyxgzPJ3XJA0ogvRv3Wjqp3qynI6C0JP+Q==", "fingerprint": "c0:4d:a9:42:00:ef:25:7a:7e:44:41:b0:71:01:16:a7", "user_id": "3dcf79d5948d4e46944ab74e24d76033"}}' 2023-07-24 08:39:37,777 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1164684520 created 2023-07-24 08:39:39,264 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.486s 2023-07-24 08:39:39,264 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1498531508", "description": "tempest-description--1973526650"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-873ee123-2ba5-4d93-9e6f-35654309615c', 'date': 'Mon, 24 Jul 2023 08:39:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "88906338-8f8c-44f5-816c-733df3109918", "name": "tempest-securitygroup--1498531508", "stateful": true, "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "tempest-description--1973526650", "shared": false, "security_group_rules": [{"id": "27644fcc-646c-4f43-9d8d-9ed518ae5e0e", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "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": 259, "description": null, "tags": [], "created_at": "2023-07-24T08:39:38Z", "updated_at": "2023-07-24T08:39:38Z", "revision_number": 0}, {"id": "4430c742-494d-4238-875b-c8923509e838", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 260, "description": null, "tags": [], "created_at": "2023-07-24T08:39:38Z", "updated_at": "2023-07-24T08:39:38Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:38Z", "updated_at": "2023-07-24T08:39:38Z", "revision_number": 1, "project_id": "81bda80ac8414996a80b50f0f0db0ca2"}}' 2023-07-24 08:39:40,118 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.853s 2023-07-24 08:39:40,118 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-dcd3cbb8-081f-40f7-bf12-2295193a679d', 'date': 'Mon, 24 Jul 2023 08:39:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c4666f4-ca7b-43d1-91d9-38a5c5861a8a", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:39Z", "updated_at": "2023-07-24T08:39:39Z", "revision_number": 0}}' 2023-07-24 08:39:41,549 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.429s 2023-07-24 08:39:41,549 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d4be7380-0eaa-4f3f-8e3e-8c1f16ca1a2c', 'date': 'Mon, 24 Jul 2023 08:39:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a212b2e3-199e-4d4e-aab4-cfd72908c789", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:40Z", "updated_at": "2023-07-24T08:39:40Z", "revision_number": 0}}' 2023-07-24 08:39:41,549 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1498531508 created 2023-07-24 08:39:45,151 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.601s 2023-07-24 08:39:45,152 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c6ec3c45-f0bf-4fb6-9c20-6d28711db478', 'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "950ed6d2-6214-4f37-ae51-5375c0a41b96", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "floating_ip_address": "172.24.4.36", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:43Z", "updated_at": "2023-07-24T08:39:43Z", "revision_number": 0}}' 2023-07-24 08:39:45,152 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '950ed6d2-6214-4f37-ae51-5375c0a41b96', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.36', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:43Z', 'updated_at': '2023-07-24T08:39:43Z', 'revision_number': 0, 'ip': '172.24.4.36'} created 2023-07-24 08:39:45,302 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.146s 2023-07-24 08:39:45,303 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b1d3dcc-11b7-4906-aade-f07fbf5005fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3dcf79d5948d4e46944ab74e24d76033", "name": "tempest-AttachVolumeNegativeTest-1698594553-project-member", "password_expires_at": null}, "audit_ids": ["rbrPjiRgQKyRlVodRhKXWA"], "expires_at": "2023-07-24T09:39:45.000000Z", "issued_at": "2023-07-24T08:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81bda80ac8414996a80b50f0f0db0ca2", "name": "tempest-AttachVolumeNegativeTest-1698594553"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/vo lume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:45,304 80034 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08', 'name': 'tempest-AttachVolumeNegativeTest-944537239-network', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3542, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:39:00Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:45,304 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1164684520', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDHe/0KzCPjBJsznQmk0LyLtZtsYB08BZIF+GrRxTEmCJ/g3j8xzt15K/6eisUpRWd0q5lgscghK/QsdTZq6OUXYGDIrSjR9HyxgzPJ3XJA0ogvRv3Wjqp3qynI6C0JP+Q==', 'fingerprint': 'c0:4d:a9:42:00:ef:25:7a:7e:44:41:b0:71:01:16:a7', 'user_id': '3dcf79d5948d4e46944ab74e24d76033', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3HAsgbJ8kaxOYiVicgfeFlRrkASF7Rf4FPMBhuuJHzeNZk9OqjYW8\n8iuXzn8Hq8GgBwYFK4EEACKhZANiAAQx3v9Cswj4wSbM50JpNC8i7WbbGAdPAWSB\nfhq0cUxJgif4N4/Mc7deSv+norFKUVndKuZYLHIISv0LHU2aujlF2BgyK0o0fR8s\nYMzyd1yQNKIL0b91o6qd6spyOgtCT/k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '88906338-8f8c-44f5-816c-733df3109918', 'name': 'tempest-securitygroup--1498531508', 'stateful': True, 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': 'tempest-description--1973526650', 'shared': False, 'security_group_rules': [{'id': '27644fcc-646c-4f43-9d8d-9ed518ae5e0e', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '88906338-8f8c-44f5-816c-733df3109918', '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': 259, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:38Z', 'updated_at': '2023-07-24T08:39:38Z', 'revision_number': 0}, {'id': '4430c742-494d-4238-875b-c8923509e838', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '88906338-8f8c-44f5-816c-733df3109918', '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': 260, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:38Z', 'updated_at': '2023-07-24T08:39:38Z', 'revision_number': 0}], 'tags': [], 'created_ at': '2023-07-24T08:39:38Z', 'updated_at': '2023-07-24T08:39:38Z', 'revision_number': 1, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2'}, 'floating_ip': {'id': '950ed6d2-6214-4f37-ae51-5375c0a41b96', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.36', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:43Z', 'updated_at': '2023-07-24T08:39:43Z', 'revision_number': 0, 'ip': '172.24.4.36'}} 2023-07-24 08:39:45,345 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.040s 2023-07-24 08:39:45,345 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1550420962", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08"}], "security_groups": [{"name": "tempest-securitygroup--1498531508"}], "key_name": "tempest-keypair-1164684520", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 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': '73', 'x-openstack-request-id': 'req-c1b5d3ff-fa26-47d9-8519-ac90796d8449', 'x-compute-request-id': 'req-c1b5d3ff-fa26-47d9-8519-ac90796d8449', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:45,403 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164684520 0.056s 2023-07-24 08:39:45,403 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 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-449c6617-9b0b-41db-8f3f-bfc7b07b0b1e', 'x-compute-request-id': 'req-449c6617-9b0b-41db-8f3f-bfc7b07b0b1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164684520'} Body: b'' 2023-07-24 08:39:46,085 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918 0.681s 2023-07-24 08:39:46,085 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e82873ef-5633-4bad-a692-5d30f41ea4a3', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918'} Body: b'' 2023-07-24 08:39:46,132 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegati veTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918 0.047s 2023-07-24 08:39:46,133 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0e4d67d9-862d-4f6b-b727-c64569b5db49', 'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 88906338-8f8c-44f5-816c-733df3109918 does not exist", "detail": ""}}' 2023-07-24 08:39:47,826 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/950ed6d2-6214-4f37-ae51-5375c0a41b96 1.692s 2023-07-24 08:39:47,827 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-df3e4a64-e9a4-4ecb-87c9-94d6fde47604', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/950ed6d2-6214-4f37-ae51-5375c0a41b96'} Body: b'' {3} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.734891s] ... ok {1} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [9.388179s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 94, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:42,719 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.180s 2023-07-24 08:39:42,720 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bfc1318e-4f60-47d1-84a7-e1c6e91bc2bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:39:43,581 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.825s 2023-07-24 08:39:43,582 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-02e08306-2664-4375-a865-f28b5fdb3780', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "79f8dba26e3a4499b4f2be0405ce996b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6d54a72-b371-420e-a56b-22c8393d8265", "created_at": "2023-07-24T08:39:44Z", "updated_at": "2023-07-24T08:39:44Z", "tags": [], "self": "/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265", "file": "/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:39:46,433 80032 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-24 08:39:46,434 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265/file 2.852s 2023-07-24 08:39:46,434 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-61dd4c08-1c05-4dde-8aad-3384e389ee1b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265/file'} Body: b'' 2023-07-24 08:39:46,435 80032 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:46,436 80032 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:46,981 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.540s 2023-07-24 08:39:46,981 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1392054015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAPrud/MPa0HFSLfS3w4DlmLUzWgKB86ug0TqIahAGrojQtcyZsli6xRlobUWb7p5sHzoAw58HORUwCZIOzM0WxX+qXv0DgiuBldjsjrGcEoNkjm8ixrZ6Xqh/ljj/iuVQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85733b46-026d-4053-b706-61d4b85159c0', 'x-compute-request-id': 'req-85733b46-026d-4053-b706-61d4b85159c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1392054015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAPrud/MPa0HFSLfS3w4DlmLUzWgKB86ug0TqIahAGrojQtcyZsli6xRlobUWb7p5sHzoAw58HORUwCZIOzM0WxX+qXv0DgiuBldjsjrGcEoNkjm8ixrZ6Xqh/ljj/iuVQ==", "fingerprint": "ba:29:dd:0f:f5:67:0b:06:8c:d6:56:09:b1:7a:9e:e2", "user_id": "28afc90a52444759b54cc3b0df047bc3"}}' 2023-07-24 08:39:46,986 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1392054015 created 2023-07-24 08:39:47,767 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.780s 2023-07-24 08:39:47,767 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1626910318", "description": "tempest-description--564300005"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3f4998a1-5c71-4089-bd87-9d1162124f1c', 'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dfa060ea-370d-489b-a402-389b6af77f78", "name": "tempest-securitygroup--1626910318", "stateful": true, "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "description": "tempest-description--564300005", "shared": false, "security_group_rules": [{"id": "65fb0a5a-7ad7-40aa-b414-f5d1a14b3fdd", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "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 ": 274, "description": null, "tags": [], "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 0}, {"id": "751d9a18-fce1-49b2-89cb-6173c6d27dd6", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "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": 275, "description": null, "tags": [], "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 1, "project_id": "498a5c68c6d340b4a073280d6bfd8123"}}' 2023-07-24 08:39:48,305 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.538s 2023-07-24 08:39:48,306 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c394d98b-db2c-4a20-abcf-bb97b460a6f3', 'date': 'Mon, 24 Jul 2023 08:39:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2dc7ff28-1bfd-4785-aee2-357396059731", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 0}}' 2023-07-24 08:39:48,786 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.479s 2023-07-24 08:39:48,786 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b78e3a2f-005a-44c6-8e52-55955bd7556d', 'date': 'Mon, 24 Jul 2023 08:39:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ffafae5c-e389-42a7-b7a9-8161b34ca7e3", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:48Z", "updated_at": "2023-07-24T08:39:48Z", "revision_number": 0}}' 2023-07-24 08:39:48,787 80032 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1626910318 created 2023-07-24 08:39:50,142 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.355s 2023-07-24 08:39:50,143 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-98a9bef7-e57b-4794-b8b9-80e8fc5ed134', 'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "61d77b22-1a4e-4bb3-8a55-290aa88b8da6", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "floating_ip_address": "172.24.4.166", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:49Z", "updated_at": "2023-07-24T08:39:49Z", "revision_number": 0}}' 2023-07-24 08:39:50,143 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '61d77b22-1a4e-4bb3-8a55-290aa88b8da6', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'floating_ip_address': '172.24.4.166', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:49Z', 'updated_at': '2023-07-24T08:39:49Z', 'revision_number': 0, 'ip': '172.24.4.166'} created 2023-07-24 08:39:50,316 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.167s 2023-07-24 08:39:50,316 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-094529ed-605c-4d0f-9741-9847ccc24bc7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "28afc90a52444759b54cc3b0df047bc3", "name": "tempest-AttachSCSIVolumeTestJSON-1049640577-project-member", "password_expires_at": null}, "audit_ids": ["xRj9AogrR-SD7lnNJXF4LQ"], "expires_at": "2023-07-24T09:39:50.000000Z", "issued_at": "2023-07-24T08:39:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "498a5c68c6d340b4a073280d6bfd8123", "name": "tempest-AttachSCSIVolumeTestJSON-1049640577"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/498a5c68c6d340b4a073280d6bfd8123", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/498a5c68c6d340b4a073280d6bfd8123", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/498a5c68c6d340b4a073280d6bfd8123", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:50,317 80032 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'edd994b0-99f8-4b75-a59f-14425ca79f53', 'name': 'tempest-AttachSCSIVolumeTestJSON-1378943731-network', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31638, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:50,317 80032 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1392054015', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAPrud/MPa0HFSLfS3w4DlmLUzWgKB86ug0TqIahAGrojQtcyZsli6xRlobUWb7p5sHzoAw58HORUwCZIOzM0WxX+qXv0DgiuBldjsjrGcEoNkjm8ixrZ6Xqh/ljj/iuVQ==', 'fingerprint': 'ba:29:dd:0f:f5:67:0b:06:8c:d6:56:09:b1:7a:9e:e2', 'user_id': '28afc90a52444759b54cc3b0df047bc3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPCTUVC9RiBsM5q7mB82O8y6ZgPFn5mnXUun9T90nknzuzONuhAyh7\njSjZq1SfAFSgBwYFK4EEACKhZANiAAQD67nfzD2tBxUi30t8OA5Zi1M1oCgfOroN\nE6iGoQBq6I0LXMmbJYusUZaG1Fm+6ebB86AMOfBzkVMAmSDszNFsV/ql79A4IrgZ\nXY7I6xnBKDZI5vIsa2el6of5Y4/4rlU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dfa060ea-370d-489b-a402-389b6af77f78', 'name': 'tempest-securitygroup--1626910318', 'stateful': True, 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'description': 'tempest-description--564300005', 'shared': False, 'security_group_rules': [{'id': '65fb0a5a-7ad7-40aa-b414-f5d1a14b3fdd', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'security_group_id': 'dfa060ea-370d-489b-a402-389b6af77f78', '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': 274, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:47Z', 'updated_at': '2023-07-24T08:39:47Z', 'revision_number': 0}, {'id': '751d9a18-fce1-49b2-89cb-6173c6d27dd6', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'tenant_id' : '498a5c68c6d340b4a073280d6bfd8123', 'security_group_id': 'dfa060ea-370d-489b-a402-389b6af77f78', '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': 275, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:47Z', 'updated_at': '2023-07-24T08:39:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:47Z', 'updated_at': '2023-07-24T08:39:47Z', 'revision_number': 1, 'project_id': '498a5c68c6d340b4a073280d6bfd8123'}, 'floating_ip': {'id': '61d77b22-1a4e-4bb3-8a55-290aa88b8da6', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'floating_ip_address': '172.24.4.166', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:49Z', 'updated_at': '2023-07-24T08:39:49Z', 'revision_number': 0, 'ip': '172.24.4.166'}} 2023-07-24 08:39:50,369 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 400 POST http://10.0.0.210/compute/v2.1/servers 0.051s 2023-07-24 08:39:50,369 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-708071464", "imageRef": "d6d54a72-b371-420e-a56b-22c8393d8265", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "edd994b0-99f8-4b75-a59f-14425ca79f53"}], "security_groups": [{"name": "tempest-securitygroup--1626910318"}], "key_name": "tempest-keypair-1392054015", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 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': '73', 'x-openstack-request-id': 'req-f7214192-668c-4e57-9cab-19e0769975ce', 'x-compute-request-id': 'req-f7214192-668c-4e57-9cab-19e0769975ce', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:50,407 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1392054015 0.035s 2023-07-24 08:39:50,408 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 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-4a2b614b-e06e-4146-a354-82295b3c221e', 'x-compute-request-id': 'req-4a2b614b-e06e-4146-a354-82295b3c221e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1392054015'} Body: b'' 2023-07-24 08:39:50,985 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78 0.576s 2023-07-24 08:39:50,985 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-af7586ea-a832-4b94-8538-4e0a2c8a5367', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78'} Body: b'' 2023-07-24 08:39:51,023 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78 0.037s 2023-07-24 08:39:51,023 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ede58c10-6285-4908-b663-7e8b12969b5a', 'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dfa060ea-370d-489b-a402-389b6af77f78 does not exist", "detail": ""}}' 2023-07-24 08:39:51,753 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/61d77b22-1a4e-4bb3-8a55-290aa88b8da6 0.729s 2023-07-24 08:39:51,754 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ada10b4b-da0a-4e23-8b99-beb87cff36cb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/61d77b22-1a4e-4bb3-8a55-290aa88b8da6'} Body: b'' 2023-07-24 08:39:51,906 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265 0.151s 2023-07-24 08:39:51,907 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0c7587ae-99af-4c54-8a06-f0ccce6f525e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265'} Body: b'' 2023-07-24 08:39:51,925 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265 0.017s 2023-07-24 08:39:51,925 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8cf984b8-da3c-4997-a73f-0e07ca9498e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265'} Body: b'{"message": "No image found with ID d6d54a72-b371-420e-a56b-22c8393d8265

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [4.491207s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:51,663 80030 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:51,663 80030 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:52,134 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.468s 2023-07-24 08:39:52,135 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1938996368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNW4COSl9CFQ6sGgKi4QWImAvSgPTqegM5Ejcb9FP8AXJBINFi5Y+dqTvFtU67dr32x1TzjoWwacezyGIeykce8Gft07QOrTl4hdv6TKzJXoC528YR7EA2YvDwoMg/9yVg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d9ed921-8769-4dd9-a4bc-671099239011', 'x-compute-request-id': 'req-7d9ed921-8769-4dd9-a4bc-671099239011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1938996368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNW4COSl9CFQ6sGgKi4QWImAvSgPTqegM5Ejcb9FP8AXJBINFi5Y+dqTvFtU67dr32x1TzjoWwacezyGIeykce8Gft07QOrTl4hdv6TKzJXoC528YR7EA2YvDwoMg/9yVg==", "fingerprint": "26:bc:e1:b7:c0:d3:bf:6d:9a:f0:ee:26:96:c2:d2:85", "user_id": "bbfffc61ec234b48a9fe85548fec9a72"}}' 2023-07-24 08:39:52,140 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1938996368 created 2023-07-24 08:39:52,551 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.411s 2023-07-24 08:39:52,552 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1656385321", "description": "tempest-description--1419033433"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f844f73a-0504-45c7-943b-af186b67e17c', 'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "name": "tempest-securitygroup--1656385321", "stateful": true, "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "tempest-description--1419033433", "shared": false, "security_group_rules": [{"id": "5bc9832b-5547-4590-9fa6-0488751a0ab9", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "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": 297, "description": null, "tags": [], "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 0}, {"id": "afd9e031-8875-49fb-a51f-25dfb3cff595", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 298, "description": null, "tags": [], "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 1, "project_id": "7a9e77e4c74a485a8f3216e3e993368e"}}' 2023-07-24 08:39:53,220 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.667s 2023-07-24 08:39:53,221 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-877c6c9f-3653-48cf-82b1-682b699b6bfa', 'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fdcff959-ce4e-4e2b-a711-dbfaef348d75", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 0}}' 2023-07-24 08:39:53,604 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.382s 2023-07-24 08:39:53,605 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-29dfed12-79c6-4798-bf0b-71394836e631', 'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "db8dd552-ce28-4742-b72d-40bdd3001ccf", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}}' 2023-07-24 08:39:53,605 80030 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1656385321 created 2023-07-24 08:39:55,147 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.541s 2023-07-24 08:39:55,147 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8012e924-35e7-4f46-a9e7-2904f9954960', 'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5c066fcb-8239-412f-be0c-6deeae2ffb63", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "floating_ip_address": "172.24.4.130", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:54Z", "updated_at": "2023-07-24T08:39:54Z", "revision_number": 0}}' 2023-07-24 08:39:55,148 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5c066fcb-8239-412f-be0c-6deeae2ffb63', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.130', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:54Z', 'updated_at': '2023-07-24T08:39:54Z', 'revision_number': 0, 'ip': '172.24.4.130'} created 2023-07-24 08:39:55,269 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.115s 2023-07-24 08:39:55,270 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-723fcc1e-62ca-48cc-9986-c7ed76ec7f25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bbfffc61ec234b48a9fe85548fec9a72", "name": "tempest-AttachVolumeTestJSON-720449817-project-member", "password_expires_at": null}, "audit_ids": ["Ql4fGQK4R8K_RB11mo9gRA"], "expires_at": "2023-07-24T09:39:55.000000Z", "issued_at": "2023-07-24T08:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a9e77e4c74a485a8f3216e3e993368e", "name": "tempest-AttachVolumeTestJSON-720449817"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9e7 7e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:55,270 80030 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '0e361588-b51f-4e91-a8bc-cb91e15c2b1f', 'name': 'tempest-AttachVolumeTestJSON-503125765-network', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30649, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:55,271 80030 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1938996368', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNW4COSl9CFQ6sGgKi4QWImAvSgPTqegM5Ejcb9FP8AXJBINFi5Y+dqTvFtU67dr32x1TzjoWwacezyGIeykce8Gft07QOrTl4hdv6TKzJXoC528YR7EA2YvDwoMg/9yVg==', 'fingerprint': '26:bc:e1:b7:c0:d3:bf:6d:9a:f0:ee:26:96:c2:d2:85', 'user_id': 'bbfffc61ec234b48a9fe85548fec9a72', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA+YLL5wWLIhkGGERIS2GUsGuMrX9BhgRWmVN9vd/AXI4zt4teRQQMI\nDQ04xDF4/2igBwYFK4EEACKhZANiAATVuAjkpfQhUOrBoCouEFiJgL0oD06noDOR\nI3G/RT/AFyQSDRYuWPnak7xbVOu3a99sdU846FsGnHs8hiHspHHvBn7dO0Dq05eI\nXb+kysyV6AudvGEexANmLw8KDIP/clY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a91ac941-b62d-4eb9-9287-8471142ad02f', 'name': 'tempest-securitygroup--1656385321', 'stateful': True, 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': 'tempest-description--1419033433', 'shared': False, 'security_group_rules': [{'id': '5bc9832b-5547-4590-9fa6-0488751a0ab9', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'a91ac941-b62d-4eb9-9287-8471142ad02f', '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': 297, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:52Z', 'updated_at': '2023-07-24T08:39:52Z', 'revision_number': 0}, {'id': 'afd9e031-8875-49fb-a51f-25dfb3cff595', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'a91ac941-b62d-4eb9-9287-8471142ad02f', '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': 298, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:52Z', 'updated_at': '2023-07-24T08:39:52Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39 :52Z', 'updated_at': '2023-07-24T08:39:52Z', 'revision_number': 1, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e'}, 'floating_ip': {'id': '5c066fcb-8239-412f-be0c-6deeae2ffb63', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.130', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:54Z', 'updated_at': '2023-07-24T08:39:54Z', 'revision_number': 0, 'ip': '172.24.4.130'}} 2023-07-24 08:39:55,304 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.031s 2023-07-24 08:39:55,304 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-698318711", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0e361588-b51f-4e91-a8bc-cb91e15c2b1f"}], "security_groups": [{"name": "tempest-securitygroup--1656385321"}], "key_name": "tempest-keypair-1938996368", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 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': '73', 'x-openstack-request-id': 'req-23cb9610-32a6-4c3a-a82f-9f72e5f4afce', 'x-compute-request-id': 'req-23cb9610-32a6-4c3a-a82f-9f72e5f4afce', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:55,341 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1938996368 0.034s 2023-07-24 08:39:55,341 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 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-a593f9ba-b07f-46fb-aa22-6c710dbf6a01', 'x-compute-request-id': 'req-a593f9ba-b07f-46fb-aa22-6c710dbf6a01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1938996368'} Body: b'' 2023-07-24 08:39:55,564 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f 0.222s 2023-07-24 08:39:55,564 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-9fa26a1c-11aa-47d7-8880-1a30cc870053', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f'} Body: b'' 2023-07-24 08:39:55,596 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0. 0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f 0.031s 2023-07-24 08:39:55,597 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0cc31720-eb59-451b-a3d7-de55ee8a54ae', 'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a91ac941-b62d-4eb9-9287-8471142ad02f does not exist", "detail": ""}}' 2023-07-24 08:39:56,151 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5c066fcb-8239-412f-be0c-6deeae2ffb63 0.554s 2023-07-24 08:39:56,152 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-dc98cd36-ffdc-48cd-a911-6fcde1f25143', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5c066fcb-8239-412f-be0c-6deeae2ffb63'} Body: b'' {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.222555s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.027632s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016695s] ... ok {4} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [12.386389s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 113, in test_volume_swap server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:46,134 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes 0.947s 2023-07-24 08:39:46,134 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TestVolumeSwap-volume-2135094559"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aad4049-5bff-4ea9-b3fe-01756eb8e5fc', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aad4049-5bff-4ea9-b3fe-01756eb8e5fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.032913", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:46,258 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.110s 2023-07-24 08:39:46,258 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-876b62f8-5705-4ecf-a755-390c125a58f7', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-876b62f8-5705-4ecf-a755-390c125a58f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:47,336 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.062s 2023-07-24 08:39:47,336 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f6d23e2-2789-4192-8901-04288a8ed2be', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6d23e2-2789-4192-8901-04288a8ed2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": "2023-07-24T08:39:46.000000", "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:48,413 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.065s 2023-07-24 08:39:48,414 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e59de3-fabb-4339-b0a4-efcfe288ddef', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e59de3-fabb-4339-b0a4-efcfe288ddef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": "2023-07-24T08:39:46.000000", "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:49,515 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.083s 2023-07-24 08:39:49,516 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a2172ec-053f-459b-96a0-b5f06f3f872e', 'content-length': '905', 'open stack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a2172ec-053f-459b-96a0-b5f06f3f872e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": "2023-07-24T08:39:49.000000", "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:49,543 80038 INFO [tempest.common.waiters] volume ed2ea862-e7f4-4ee9-a296-818cf68c65b2 reached available after waiting for 3.543911 seconds 2023-07-24 08:39:49,893 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes 0.349s 2023-07-24 08:39:49,894 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TestVolumeSwap-volume-453851253"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be177d88-a97b-4bcc-aecd-8739ed9d839a', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be177d88-a97b-4bcc-aecd-8739ed9d839a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:49.797746", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:49,955 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.051s 2023-07-24 08:39:49,956 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3b858e-8613-4bfe-aa10-c68df5b5a410', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3b858e-8613-4bfe-aa10-c68df5b5a410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:51,039 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.068s 2023-07-24 08:39:51,040 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be70d040-46e2-4005-8583-3e847fc5971d', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be70d040-46e2-4005-8583-3e847fc5971d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:50.000000", "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:52,118 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.066s 2023-07-24 08:39:52,118 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c815bef5-0881-4b39-b342-9502f9e0c76c', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c815bef5-0881-4b39-b342-9502f9e0c76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:50 .000000", "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:53,223 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.093s 2023-07-24 08:39:53,224 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68592511-ffd1-4f3b-bdcc-81844df81e23', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68592511-ffd1-4f3b-bdcc-81844df81e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:53.000000", "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:53,244 80038 INFO [tempest.common.waiters] volume 76ee39bd-ae1b-4889-8e38-5f58e970c040 reached available after waiting for 4.244756 seconds 2023-07-24 08:39:53,246 80038 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:53,315 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 08:39:53,315 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-619715792", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXPidmEmcNKHWBnlGe9HCs36e3I050Wi2ZrvNn7stbK5BKqNZ9URCmYt04tftB9FHYiUAU5W8oowsBfM9/2AEKEyGkXHd1LwzEqhikrs+mNsBqg3x54xdi9T5hBwT/wfQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 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-79f7b637-6662-4d79-a8d3-139a8c50111e', 'x-compute-request-id': 'req-79f7b637-6662-4d79-a8d3-139a8c50111e', 'connection': 'close', 'status': '200', 'content-location': 'http:// 10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-619715792", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXPidmEmcNKHWBnlGe9HCs36e3I050Wi2ZrvNn7stbK5BKqNZ9URCmYt04tftB9FHYiUAU5W8oowsBfM9/2AEKEyGkXHd1LwzEqhikrs+mNsBqg3x54xdi9T5hBwT/wfQ==", "fingerprint": "30:d7:de:ae:43:ab:d0:a0:d9:c0:91:20:05:bd:1f:a7", "user_id": "52328b5abbdc407fa7230e36006785cf"}}' 2023-07-24 08:39:53,320 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-619715792 created 2023-07-24 08:39:53,653 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.332s 2023-07-24 08:39:53,653 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1599691885", "description": "tempest-description--388379562"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5a58ff4a-e2ce-42fe-ac6d-6f309a4535c5', 'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "33429950-6b60-4e31-ae89-e4b624bccf74", "name": "tempest-securitygroup--1599691885", "stateful": true, "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "description": "tempest-description--388379562", "shared": false, "security_group_rules": [{"id": "7cb340a2-c4f9-44d4-bb30-07af142f4b25", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "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": 307, "description": null, "tags": [], "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}, {"id": "e0e5602c-7b66-4456-a764-a7643d8914e1", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "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": 308, "description": null, "tags": [], "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 1, "project_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:54,178 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.524s 2023-07-24 08:39:54,179 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-fc7cb9fc-07c7-4da1-bd12-866d735a9fa6', 'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "609e9147-0bb5-40a8-81fa-e7c94188c9b2", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846 e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}}' 2023-07-24 08:39:54,700 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.520s 2023-07-24 08:39:54,701 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-43b3cc89-aae7-4756-b43a-93be8c575e9a', 'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7bef0610-766a-405a-a207-592bdc082523", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:54Z", "updated_at": "2023-07-24T08:39:54Z", "revision_number": 0}}' 2023-07-24 08:39:54,701 80038 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1599691885 created 2023-07-24 08:39:57,427 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.726s 2023-07-24 08:39:57,428 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2acf2b5f-e78f-4bda-b29e-078144b37106', 'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6b8a53ce-5f4a-410f-b301-7254e1671383", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "floating_ip_address": "172.24.4.159", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}}' 2023-07-24 08:39:57,428 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6b8a53ce-5f4a-410f-b301-7254e1671383', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'floating_ip_address': '172.24.4.159', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0, 'ip': '172.24.4.159'} created 2023-07-24 08:39:57,523 80038 INFO [tempest.lib.common.rest_client] Requ est (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.088s 2023-07-24 08:39:57,523 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2799', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6f5a7c57-a8c1-47aa-b987-73346a4286b5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "52328b5abbdc407fa7230e36006785cf", "name": "tempest-TestVolumeSwap-126368323-project-member", "password_expires_at": null}, "audit_ids": ["Fqc1MGwLRUO6TWEQ5T5CZA"], "expires_at": "2023-07-24T09:39:57.000000Z", "issued_at": "2023-07-24T08:39:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90d96663f0c841fe96dfe9c846e8c0f6", "name": "tempest-TestVolumeSwap-126368323"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/90d96663f0c841fe96dfe9c846e8c0f6", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:57,524 80038 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '3a597d4e-1aea-44e9-ac55-16b8f9b44fff', 'name': 'tempest-TestVolumeSwap-1190652798-network', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49331, 'is_default': False, 'availabilit y_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:58Z', 'updated_at': '2023-07-24T08:38:58Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:57,525 80038 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-619715792', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXPidmEmcNKHWBnlGe9HCs36e3I050Wi2ZrvNn7stbK5BKqNZ9URCmYt04tftB9FHYiUAU5W8oowsBfM9/2AEKEyGkXHd1LwzEqhikrs+mNsBqg3x54xdi9T5hBwT/wfQ==', 'fingerprint': '30:d7:de:ae:43:ab:d0:a0:d9:c0:91:20:05:bd:1f:a7', 'user_id': '52328b5abbdc407fa7230e36006785cf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3sbMQrZmqg8Bn+D9T7sMvOV2sDoOqGRBNELTaq1wr5QANPkU7U/rx\nNnpPrkgFzLCgBwYFK4EEACKhZANiAAT1z4nZhJnDSh1gZ5RnvRwrN+ntyNOdFotm\na7zZ+7LWyuQSqjWfVEQpmLdOLX7QfRR2IlAFOVvKKMLAXzPf9gBChMhpFx3dS8Mx\nKoYpK7PpjbAaoN8eeMXYvU+YQcE/8H0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '33429950-6b60-4e31-ae89-e4b624bccf74', 'name': 'tempest-securitygroup--1599691885', 'stateful': True, 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'description': 'tempest-description--388379562', 'shared': False, 'security_group_rules': [{'id': '7cb340a2-c4f9-44d4-bb30-07af142f4b25', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'security_group_id': '33429950-6b60-4e31-ae89-e4b624bccf74', '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': 307, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:53Z', 'updated_at': '2023-07-24T08:39:53Z', 'revision_number': 0}, {'id': 'e0e5602c-7b66-4456-a764-a7643d8914e1', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'security_group_id': '33429950-6b60-4e31-ae89-e4b624bccf74', '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': 308, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:53Z', 'updated_at': '2023-07-24T08:39:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:53Z', 'updated_at': '2023-07-24T08:39:53Z', 'revision_number': 1, 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6'}, 'floating_ip': {'id': '6b8a53ce-5f4a-410f-b301-7254e1671383', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'floating_ip_address': '172.24.4.159', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0, 'ip': '172.24.4.159'}} 2023-07-24 08:39:57,568 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.042s 2023-07-24 08:39:57,569 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-797762975", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "3a597d4e-1aea-44e9-ac55-16b8f9b44fff"}], "security_groups": [{"name": "tempest-securitygroup--1599691885"}], "key_name": "tempest-keypair-619715792", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 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': '73', 'x-openstack-request-id': 'req-12c0f2d8-7cb9-4fbf-99bf-de12c2018b3c', 'x-compute-request-id': 'req-12c0f2d8-7cb9-4fbf-99bf-de12c2018b3c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.061459s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010906s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.012616s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.051164s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.047697s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.362854s] ... ok {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.583024s] ... ok {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.046689s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.343697s] ... ok {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.079828s] ... ok {11} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.291520s] ... ok {5} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.287076s] ... ok {5} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.350922s] ... ok {5} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014730s] ... ok {5} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.196950s] ... ok {5} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.028257s] ... ok {5} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.019011s] ... ok {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [3.690864s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:56,155 80030 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:56,155 80030 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:56,229 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.071s 2023-07-24 08:39:56,230 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1933416534", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/mm3p/3Fl/4osPY6m09xDRWxMq8or84p3lcYRfgAzgl9uYZeY5kpl7o1J2rx3zDMWGv8QJVqkSCZr2I+l8P+jYEtCgjq90ECDtCJkZ68vSS/+MT3V6oaDAuxX7zpXsIA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5917d3d-eff6-4ede-8df7-a752fd709645', 'x-compute-request-id': 'req-b5917d3d-eff6-4ede-8df7-a752fd709645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1933416534", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/mm3p/3Fl/4osPY6m09xDRWxMq8or84p3lcYRfgAzgl9uYZeY5kpl7o1J2rx3zDMWGv8QJVqkSCZr2I+l8P+jYEtCgjq90ECDtCJkZ68vSS/+MT3V6oaDAuxX7zpXsIA==", "fingerprint": "0e:78:44:df:04:3e:e2:cc:63:31:eb:aa:43:79:5b:18", "user_id": "bbfffc61ec234b48a9fe85548fec9a72"}}' 2023-07-24 08:39:56,234 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1933416534 created 2023-07-24 08:39:56,421 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.186s 2023-07-24 08:39:56,421 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--546755573", "description": "tempest-description--104329010"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-81597008-b7ff-4f3f-9e3f-ff5ddfd1450e', 'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "name": "tempest-securitygroup--546755573", "stateful": true, "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "tempest-description--104329010", "shared": false, "security_group_rules": [{"id": "b42b483d-8fec-4bf1-bacb-b809f4eddb06", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "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": 327, "description": null, "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}, {"id": "e735e7cf-2307-47f3-bdad-76434e513be9", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 326, "description": null, "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 1, "project_id": "7a9e77e4c74a485a8f3216e3e993368e"}}' 2023-07-24 08:39:56,915 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.492s 2023-07-24 08:39:56,915 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-65862fe7-fab8-46c8-b608-594a52917ba4', 'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "144f41fb-9e26-476e-9213-67a853707dae", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}}' 2023-07-24 08:39:57,164 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.248s 2023-07-24 08:39:57,164 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a6f53b76-933f-4417-870a-94516a8609d1', 'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7c550696-b799-40b6-b881-434acaa469b5", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:57Z", "updated_at": "2023-07-24T08:39:57Z", "revision_number": 0}}' 2023-07-24 08:39:57,165 80030 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--546755573 created 2023-07-24 08:39:58,350 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.185s 2023-07-24 08:39:58,351 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-6497a5f9-6fa7-448a-aa03-11607aecb840', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "206237d5-2538-44e9-bae5-00e0a1490ce9", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "floating_ip_address": "172.24.4.187", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:57Z", "updated_at": "2023-07-24T08:39:57Z", "revision_number": 0}}' 2023-07-24 08:39:58,351 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '206237d5-2538-44e9-bae5-00e0a1490ce9', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.187', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:57Z', 'updated_at': '2023-07-24T08:39:57Z', 'revision_number': 0, 'ip': '172.24.4.187'} created 2023-07-24 08:39:58,457 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2023-07-24 08:39:58,457 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7235ea64-2d00-46dd-a849-b8f957158773', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bbfffc61ec234b48a9fe85548fec9a72", "name": "tempest-AttachVolumeTestJSON-720449817-project-member", "password_expires_at": null}, "audit_ids": ["2M_GhhPMTi6tsWG4OPlZlA"], "expires_at": "2023-07-24T09:39:58.000000Z", "issued_at": "2023-07-24T08:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a9e77e4c74a485a8f3216e3e993368e", "name": "tempest-AttachVolumeTestJSON-720449817"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9 e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:58,458 80030 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '0e361588-b51f-4e91-a8bc-cb91e15c2b1f', 'name': 'tempest-AttachVolumeTestJSON-503125765-network', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30649, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:58,458 80030 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1933416534', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/mm3p/3Fl/4osPY6m09xDRWxMq8or84p3lcYRfgAzgl9uYZeY5kpl7o1J2rx3zDMWGv8QJVqkSCZr2I+l8P+jYEtCgjq90ECDtCJkZ68vSS/+MT3V6oaDAuxX7zpXsIA==', 'fingerprint': '0e:78:44:df:04:3e:e2:cc:63:31:eb:aa:43:79:5b:18', 'user_id': 'bbfffc61ec234b48a9fe85548fec9a72', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDwrUb+V2o+ODZ4LT0dpIotmzt5SYHDF8Ax4J7iiiCFkpnHfqaDUqR6\nFEvJjAp4FbGgBwYFK4EEACKhZANiAATP5pt6f9xZf+KLD2OptPcQ0VsTKvKK/OKd\n5XGEX4AM4JfbmGXmOZKZe6NSdq8d8wzFhr/ECVapEgma9iPpfD/o2BLQoI6vdBAg\n7QiZGevL0kv/jE91eqGgwLsV+86V7CA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cd13841e-c166-4da7-8e1c-4bf1590dbf02', 'name': 'tempest-securitygroup--546755573', 'stateful': True, 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': 'tempest-description--104329010', 'shared': False, 'security_group_rules': [{'id': 'b42b483d-8fec-4bf1-bacb-b809f4eddb06', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'cd13841e-c166-4da7-8e1c-4bf1590dbf02', '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': 327, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0}, {'id': 'e735e7cf-2307-47f3-bdad-76434e513be9', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'cd13841e-c166-4da7-8e1c-4bf1590dbf02', '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': 326, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-2 4T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 1, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e'}, 'floating_ip': {'id': '206237d5-2538-44e9-bae5-00e0a1490ce9', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.187', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:57Z', 'updated_at': '2023-07-24T08:39:57Z', 'revision_number': 0, 'ip': '172.24.4.187'}} 2023-07-24 08:39:58,482 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:39:58,482 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1932193085", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0e361588-b51f-4e91-a8bc-cb91e15c2b1f"}], "security_groups": [{"name": "tempest-securitygroup--546755573"}], "key_name": "tempest-keypair-1933416534", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 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': '73', 'x-openstack-request-id': 'req-73c45353-f479-4d43-ade2-bb4053986e06', 'x-compute-request-id': 'req-73c45353-f479-4d43-ade2-bb4053986e06', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:58,515 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1933416534 0.032s 2023-07-24 08:39:58,516 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 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-4c2a8f26-17c4-419f-b86f-d193def86119', 'x-compute-request-id': 'req-4c2a8f26-17c4-419f-b86f-d193def86119', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1933416534'} Body: b'' 2023-07-24 08:39:58,921 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02 0.405s 2023-07-24 08:39:58,922 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0a00c0f3-2c65-4fcc-99c1-8e71d0c8658a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02'} Body: b'' 2023-07-24 08:39:58,973 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GE T http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02 0.050s 2023-07-24 08:39:58,973 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-853a4f0c-f236-4fbe-8979-0ae8a93aefbc', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group cd13841e-c166-4da7-8e1c-4bf1590dbf02 does not exist", "detail": ""}}' 2023-07-24 08:39:59,844 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/206237d5-2538-44e9-bae5-00e0a1490ce9 0.870s 2023-07-24 08:39:59,844 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c78b3ed0-0001-4b17-93bc-0a58cc4cfa67', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/206237d5-2538-44e9-bae5-00e0a1490ce9'} Body: b'' {5} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [1.054441s] ... ok {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.235768s] ... ok {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.350272s] ... ok {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.404085s] ... ok {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.109791s] ... ok {10} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [20.731784s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 399, in test_tagged_attachment server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:46,936 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.944s 2023-07-24 08:39:46,936 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-tagged-attachments-test-net-1408670686"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-2bf6a49f-b5d4-4343-abee-2db2934fe63e', 'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"49b9675a-d4da-4e71-95f1-75b455195fb4","name":"tempest-tagged-attachments-test-net-1408670686","tenant_id":"d063f332813f4c3981cc357fe281180d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d063f332813f4c3981cc357fe281180d","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:39:44Z","updated_at":"2023-07-24T08:39:44Z","revision_number":1}}' 2023-07-24 08:39:51,602 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 4.664s 2023-07-24 08:39:51,602 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "49b9675a-d4da-4e71-95f1-75b455195fb4", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-2f2d6b72-211e-414c-849d-b51fe6e693e4', 'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"57c266b9-fd61-4686-bd18-90751171048d","name":"","tenant_id":"d063f332813f4c3981cc357fe281180d","network_id":"49b9675a-d4da-4e71-95f1-75b455195fb4","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:39:47Z","updated_at":"2023-07-24T08:39:47Z","revision_number":0,"project_id":"d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:51,973 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes 0.370s 2023-07-24 08:39:51,974 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedAttachmentsTest-volume-836326930"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8fa9f01-7b18-4f9f-9515-f76362e980b2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8fa9f01-7b18-4f9f-9515-f76362e980b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:51.854480", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:52,106 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.119s 2023-07-24 08:39:52,107 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72f5015-b167-4a74-bb47-0f6deb7b1be3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72f5015-b167-4a74-bb47-0f6deb7b1be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:53,219 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.098s 2023-07-24 08:39:53,220 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca44c637-2afc-4854-b06e-570c38814f1b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca44c637-2afc-4854-b06e-570c38814f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4 792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:54,301 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.068s 2023-07-24 08:39:54,301 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb9a9914-c11c-4680-9a44-d237a85a2ac9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb9a9914-c11c-4680-9a44-d237a85a2ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:55,409 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.087s 2023-07-24 08:39:55,409 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91c40ff0-63af-48df-a35f-509bd4d17aee', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91c40ff0-63af-48df-a35f-509bd4d17aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d 063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:56,487 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.065s 2023-07-24 08:39:56,487 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155a1e6f-2e85-4f99-bb08-e7cbc114f0ab', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155a1e6f-2e85-4f99-bb08-e7cbc114f0ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:57,568 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.068s 2023-07-24 08:39:57,568 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274da357-7264-4acf-a735-68a8eda47e39', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274da357-7264-4acf-a735-68a8eda47e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:58,628 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756 313-9894-4792-b684-763e9888ea60 0.043s 2023-07-24 08:39:58,629 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ec698a-2ed1-4678-97dd-9f61ff8cc9ff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ec698a-2ed1-4678-97dd-9f61ff8cc9ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:58,640 80050 INFO [tempest.common.waiters] volume 45756313-9894-4792-b684-763e9888ea60 reached available after waiting for 6.640188 seconds 2023-07-24 08:39:58,640 80050 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:58,641 80050 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:58,707 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 08:39:58,708 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1846029426", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuiy6LpZRNpStC79fXS/xeZN0x8nzmoscEuz7Nv1hM1RnEc/ThHUosb0Ccdoc3S+IrfzkCzyBRNHWidXnlZPrDV8oXYrWmSUbL/XOUOXX7x2NEtWqm2EGhfksYPUrqjUA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651c6ad6-ba1c-4b81-8b30-9fe760336323', 'x-compute-request-id': 'req-651c6ad6-ba1c-4b81-8b30-9fe760336323', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1846029426", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuiy6LpZRNpStC79fXS/xeZN0x8nzmoscEuz7Nv1hM1RnEc/ThHUosb0Ccdoc3S+IrfzkCzyBRNHWidXnlZPrDV8oXYrWmSUbL/XOUOXX7x2NEtWqm2EGhfksYPUrqjUA==", "fingerprint": "0b:19:f8:9c:f3:7c:66:14:d9:64:5a:3b:2c:f1:b6:24", "user_id": "e76afd8469fd44a7b46af70e059df6e4"}}' 2023-07-24 08:39:58,710 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1846029426 created 2023-07-24 08:39:58,921 80050 INFO [tempest.lib.common.rest_client] Request (Val idationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.210s 2023-07-24 08:39:58,922 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--731397251", "description": "tempest-description--1798083492"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c20fd665-2873-4019-b32a-5bb127b86657', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8ac529ac-aa2e-437d-a982-9407324207f2", "name": "tempest-securitygroup--731397251", "stateful": true, "tenant_id": "d063f332813f4c3981cc357fe281180d", "description": "tempest-description--1798083492", "shared": false, "security_group_rules": [{"id": "4a8fae59-357a-45a9-9cc2-1865ffddafcc", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "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": 343, "description": null, "tags": [], "created_at": "2023-07-24T08:39:58Z", "updated_at": "2023-07-24T08:39:58Z", "revision_number": 0}, {"id": "893d143c-a378-4fdd-ae09-8553b1aab5bd", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "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": 344, "description": null, "tags": [], "created_at": "2023-07-24T08:39:58Z", "updated_at": "2023-07-24T08:39:58Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:58Z", "updated_at": "2023-07-24T08:39:58Z", "revision_number": 1, "project_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:59,577 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.655s 2023-07-24 08:39:59,577 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-dc3667ad-c7d1-419c-8bc7-f21860b7b303', 'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27d89481-e834-4693-beab-49e87a80e9be", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:59Z", "updated_at": "2023-07-24T08:39:59Z", "revision_number": 0}}' 2023-07-24 08:39:59,812 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.233s 2023-07-24 08:39:59,812 80050 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4793d550-7845-4788-8d61-4e866f429068', 'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ddf781e-effa-43b4-98af-9659657669f9", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:59Z", "updated_at": "2023-07-24T08:39:59Z", "revision_number": 0}}' 2023-07-24 08:39:59,813 80050 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--731397251 created 2023-07-24 08:40:01,473 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.659s 2023-07-24 08:40:01,473 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-80c66d5c-ee2d-4236-b937-da356fcc6d92', 'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f2ac4bda-2587-4a8f-8218-9ed58f69e770", "tenant_id": "d063f332813f4c3981cc357fe281180d", "floating_ip_address": "172.24.4.23", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d063f332813f4c3981cc357fe281180d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:00Z", "updated_at": "2023-07-24T08:40:00Z", "revision_number": 0}}' 2023-07-24 08:40:01,474 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f2ac4bda-2587-4a8f-8218-9ed58f69e770', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'floating_ip_address': '172.24.4.23', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:00Z', 'updated_at': '2023-07-24T08:40:00Z', 'revision_number': 0, 'ip': '172.24.4.23'} created 2023-07-24 08:40:01,565 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2023-07-24 08:40:01,565 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c0261722-84e2-4d09-ba2c-163050d3b7d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/ide ntity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e76afd8469fd44a7b46af70e059df6e4", "name": "tempest-TaggedAttachmentsTest-1559013816-project-member", "password_expires_at": null}, "audit_ids": ["UmiaMHlnTcSDRWfgz3ZFcw"], "expires_at": "2023-07-24T09:40:01.000000Z", "issued_at": "2023-07-24T08:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d063f332813f4c3981cc357fe281180d", "name": "tempest-TaggedAttachmentsTest-1559013816"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:01,566 80050 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '31a0122e-b850-4b93-868f-96d4df57f4a7', 'name': 'tempest-TaggedAttachmentsTest-1214780805-network', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd063f332813f4c3981cc357fe281180d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57741, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:01,679 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2023-07-24 08:40:01,680 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1957c545-c138-4e6d-a75c-d935afd6caf5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e76afd8469fd44a7b46af70e059df6e4", "name": "tempest-TaggedAttachmentsTest-1559013816-project-member", "password_expires_at": null}, "audit_ids": ["-F9aAxCwSMSejOJys4tH2Q"], "expires_at": "2023-07-24T09:40:01.000000Z", "issued_at": "2023-07-24T08:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d063f332813f4c3981cc357fe281180d", "name": "tempest-TaggedAttachmentsTest-1559013816"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:01,680 80050 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '31a0122e-b850-4b93-868f-96d4df57f4a7', 'name': 'tempest-TaggedAttachmentsTest-1214780805-network', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd063f332813f4c3981cc357fe281180d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57741, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:01,681 80050 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1846029426', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuiy6LpZRNpStC79fXS/xeZN0x8nzmoscEuz7Nv1hM1RnEc/ThHUosb0Ccdoc3S+IrfzkCzyBRNHWidXnlZPrDV8oXYrWmSUbL/XOUOXX7x2NEtWqm2EGhfksYPUrqjUA==', 'fingerprint': '0b:19:f8:9c:f3:7c:66:14:d9:64:5a:3b:2c:f1:b6:24', 'user_id': 'e76afd8469fd44a7b46af70e059df6e4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDaFjvyUBe3GG2mjktMft5pcoR8jwORXOYws2NyQj2DbMXOfOX0aac\n6u/upMcMEi+gBwYFK4EEACKhZANiAAQLosui6WUTaUrQu/X10v8XmTdMfJ85qLHB\nLs+zb9YTNUZxHP04R1KLG9AnHaHN0viK385As8gUTR1onV55WT6w1fKF2K1pklGy\n/1zlDl1+8djRLVqpthBoX5LGD1K6o1A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8ac529ac-aa2e-437d-a982-9407324207f2', 'name': 'tempest-securitygroup--731397251', 'stateful': True, 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'description': 'tempest-description--1798083492', 'shared': False, 'security_group_rules': [{'id': '4a8fae59-357a-45a9-9cc2-1865ffddafcc', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'security_group_id': '8ac529ac-aa2e-437d-a982-9407324207f2', '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': 343, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:58Z', 'updated_at': '2023-07-24T08:39:58Z', 'revision_number': 0}, {'id': '893d143c-a378-4fdd-ae09-8553b1aab5bd', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'security_group_id': '8ac529ac-aa2e-437d-a982-9407324207f2', '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': 344, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:58Z', 'updated_at': '2023-07-24T08:39:58Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:58Z', 'updated_at': '2023-07-24T08:39:58Z', 'revision_number': 1, 'project_id': 'd063f332813f4c3981cc357fe281180d'}, 'floating_ip': {'id': 'f2ac4bda-2587-4a8f-8218-9ed58f69e770', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'floating_ip_address': '172.24.4.23', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:00Z', 'updated_at': '2023-07-24T08:40:00Z', 'revision_number': 0, 'ip': '172.24.4.23'}} 2023-07-24 08:40:01,711 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:40:01,711 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-49180898", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "31a0122e-b850-4b93-868f-96d4df57f4a7"}], "security_groups": [{"name": "tempest-securitygroup--731397251"}], "key_name": "tempest-keypair-1846029426", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Versi on,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-87567eaa-1bbd-4edd-9d84-be72de2123d8', 'x-compute-request-id': 'req-87567eaa-1bbd-4edd-9d84-be72de2123d8', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:01,759 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1846029426 0.045s 2023-07-24 08:40:01,759 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a43e6ae9-0124-464a-9628-5ccebc8f5a32', 'x-compute-request-id': 'req-a43e6ae9-0124-464a-9628-5ccebc8f5a32', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1846029426'} Body: b'' 2023-07-24 08:40:01,983 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2 0.222s 2023-07-24 08:40:01,983 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-eb4c90d3-e6ee-4a52-99df-1e52918a135a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2'} Body: b'' 2023-07-24 08:40:02,015 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2 0.030s 2023-07-24 08:40:02,015 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-1246373e-fea6-4518-a06f-d1d2a900ad7b', 'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8ac529ac-aa2e-437d-a982-9407324207f2 does not exist", "detail": ""}}' 2023-07-24 08:40:02,692 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f2ac4bda-2587-4a8f-8218-9ed58f69e770 0.676s 2023-07-24 08:40:02,692 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3976fab9-64fb-487e-81bf-c3c9a0778c55', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f2ac4bda-2587-4a8f-8218-9ed58f69e770'} Body: b'' 2023-07-24 08:40:03,419 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networ king/v2.0/subnets/57c266b9-fd61-4686-bd18-90751171048d 0.726s 2023-07-24 08:40:03,419 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-73a51f0e-3072-4ab7-af95-149046360047', 'date': 'Mon, 24 Jul 2023 08:40:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/57c266b9-fd61-4686-bd18-90751171048d'} Body: b'' 2023-07-24 08:40:04,721 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/49b9675a-d4da-4e71-95f1-75b455195fb4 1.301s 2023-07-24 08:40:04,721 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-f1133494-d103-4ee9-90d7-a69b13e10cbd', 'date': 'Mon, 24 Jul 2023 08:40:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/49b9675a-d4da-4e71-95f1-75b455195fb4'} Body: b'' {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.149937s] ... ok {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.804144s] ... ok {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [11.080996s] ... ok {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.443515s] ... ok {11} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.192075s] ... ok {8} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [22.497266s] ... ok {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [2.015047s] ... ok {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [0.249217s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:15,541 80032 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.050s 2023-07-24 08:40:15,541 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b60517b0-d490-4bfd-a54c-20885ac9119e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b4b988cce17d4384939efb3695acfaea", "name": "tempest-DeleteServersTestJSON-707399407-project-member", "password_expires_at": null}, "audit_ids": ["hN26MWLgRFeRdX2RyJ6XEQ"], "expires_at": "2023-07-24T09:40:15.000000Z", "issued_at": "2023-07-24T08:40:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb1d5e3762a04e059ee6ebe20cc92e38", "name": "tempest-DeleteServersTestJSON-707399407"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bb1d5e3762a04e059ee6ebe20cc92e38", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb1d5e3762a04e059ee6ebe20cc92e38", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb1d5e3762a04e059ee6ebe20cc92e38", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:15,542 80032 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '51073784-255c-496c-b091-ec49de985f17', 'name': 'tempest-DeleteServersTestJSON-923100923-network', 'tenant_id': 'bb1d5e3762a04e059ee6ebe20cc92e38', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bb1d5e3762a04e059ee6ebe20cc92e38', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7155, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:08Z', 'updated_at': '2023-07-24T08:40:08Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:15,729 80032 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.186s 2023-07-24 08:40:15,730 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-246677002", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "51073784-255c-496c-b091-ec49de985f17"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 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': '73', 'x-openstack-request-id': 'req-20e2437a-8020-42ba-84fc-f7d830d5a44f', 'x-compute-request-id': 'req-20e2437a-8020-42ba-84fc-f7d830d5a44f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {8} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {0} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.357971s] ... ok {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [11.938832s] ... ok {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.101094s] ... ok {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.484742s] ... ok {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [50.959775s] ... ok {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [20.532407s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.023442s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.450562s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.024881s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.033950s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.035649s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.031073s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.046692s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [12.167630s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.224068s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.689523s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.077507s] ... ok {8} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.387902s] ... ok {2} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [14.410869s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.123193s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.531983s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.304780s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.367292s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.239506s] ... ok {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.128141s] ... ok {8} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.196666s] ... ok {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [12.999555s] ... ok {9} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [57.239230s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:50,613 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes 0.883s 2023-07-24 08:39:50,613 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde2f2fa-fb5a-4fae-953e-f7c906cc83e7', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde2f2fa-fb5a-4fae-953e-f7c906cc83e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.494081", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:50,688 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.060s 2023-07-24 08:39:50,689 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7cf7e78-bd68-4426-8ace-dd6c656862a3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7cf7e78-bd68-4426-8ace-dd6c656862a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:51,770 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.067s 2023-07-24 08:39:51,770 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7ba9a7-4710-431a-96da-bfeb807ea994', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7ba9a7-4710-431a-96da-bfeb807ea994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:52,829 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.045s 2023-07-24 08:39:52,829 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d9aa1c-2541-40fb-80b8-72af1a7b17aa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d9aa1c-2541-40fb-80b8-72af1a7b17aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:53,893 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.051s 2023-07-24 08:39:53,894 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fef09db7-7603-4e98-b46c-efe7fd07603c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fef09db7-7603-4e98-b46c-efe7fd07603c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:54,977 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.071s 2023-07-24 08:39:54,977 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b797e470-4354-409c-897d-1df4dd72ab27', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b797e470-4354-409c-897d-1df4dd72ab27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:56,068 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.076s 2023-07-24 08:39:56,069 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5892544d-40aa-4907-b191-a892473cb187', 'content-length': '916', 'openstack-ap i-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5892544d-40aa-4907-b191-a892473cb187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:57,131 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.049s 2023-07-24 08:39:57,131 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f64dac9c-7102-43b1-9cfc-969f302828e2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f64dac9c-7102-43b1-9cfc-969f302828e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:58,222 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.077s 2023-07-24 08:39:58,223 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b25ca533-759a-4144-aef0-0f6d91faacf1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25ca533-759a-4144-aef0-0f6d91faacf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49 cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:59,331 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.093s 2023-07-24 08:39:59,331 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f20e6d-b4d5-4e9c-880e-16089cdc0b64', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f20e6d-b4d5-4e9c-880e-16089cdc0b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:00,428 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.077s 2023-07-24 08:40:00,428 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08607655-5cc3-42ba-b30f-03da085ca595', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08607655-5cc3-42ba-b30f-03da085ca595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "creat ed_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:01,513 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.072s 2023-07-24 08:40:01,513 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a98d686-b9d0-4162-9509-066787db5136', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a98d686-b9d0-4162-9509-066787db5136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:02,578 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.053s 2023-07-24 08:40:02,579 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed58fca-d26a-4181-a777-0edce0753710', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed58fca-d26a-4181-a777-0edce0753710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "s ource_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:03,642 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.052s 2023-07-24 08:40:03,643 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1344c429-400c-46dd-ba09-a2c4c1eea1a7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1344c429-400c-46dd-ba09-a2c4c1eea1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:04,818 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.163s 2023-07-24 08:40:04,818 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3dce79-e282-4628-9afd-747e00a8c845', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3dce79-e282-4628-9afd-747e00a8c845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0 .0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:05,884 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.053s 2023-07-24 08:40:05,885 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41cb708-e037-4656-a2e0-c142b91155eb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41cb708-e037-4656-a2e0-c142b91155eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:06,944 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.047s 2023-07-24 08:40:06,945 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb07201-831b-46d9-9921-82771cbf62d5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb07201-831b-46d9-9921-82771cbf62d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consist encygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:08,036 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.073s 2023-07-24 08:40:08,037 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc872abe-f7f1-4f3d-9e7a-738b03baa156', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc872abe-f7f1-4f3d-9e7a-738b03baa156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:09,109 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.059s 2023-07-24 08:40:09,109 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfff687c-a66d-452e-9689-06320223a0d8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfff687c-a66d-452e-9689-06320223a0d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:10,196 80048 INFO [tempest.lib.common.rest_client] Request (TaggedB ootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.064s 2023-07-24 08:40:10,196 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec4f4984-7923-46bf-965a-8a87b51422c1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec4f4984-7923-46bf-965a-8a87b51422c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:11,279 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.060s 2023-07-24 08:40:11,279 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7779db9a-08aa-45c5-a389-bb28ce654089', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7779db9a-08aa-45c5-a389-bb28ce654089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:12,338 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.047s 2023-07-24 08:40:12,339 80048 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae48248-2926-46c9-a4ec-efbd287a2027', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae48248-2926-46c9-a4ec-efbd287a2027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:13,424 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.072s 2023-07-24 08:40:13,424 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c575c77-b51b-4c24-9b03-d751b111a86b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c575c77-b51b-4c24-9b03-d751b111a86b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:14,497 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.059s 2023-07-24 08:40:14,497 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4257cb0d-65bd-415c-a140-239dfc7411e3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4257cb0d-65bd-415c-a140-239dfc7411e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:15,565 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.055s 2023-07-24 08:40:15,565 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b32030f0-336c-44ef-bd5a-4e5042b28098', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b32030f0-336c-44ef-bd5a-4e5042b28098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:16,666 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.084s 2023-07-24 08:40:16,666 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087c528d-2030-466b-bb62-7e222468f557', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-087c528d-2030-466b-bb62-7e222468f557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:17,764 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.080s 2023-07-24 08:40:17,764 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfea40d5-0f54-43be-b010-aa1b59a726a4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfea40d5-0f54-43be-b010-aa1b59a726a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:18,860 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.076s 2023-07-24 08:40:18,861 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c712483c-0351-46da-9b53-6b8d2ca7407d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c712483c-0351-46da-9b53-6b8d2ca7407d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a 5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:19,929 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.047s 2023-07-24 08:40:19,929 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b030d14f-9629-48e1-a674-c3ff8bd29c42', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b030d14f-9629-48e1-a674-c3ff8bd29c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:21,030 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.080s 2023-07-24 08:40:21,030 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c7407a-8b4a-492a-8ea7-5105e7977dd1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c7407a-8b4a-492a-8ea7-5105e7977dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "upd ated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:22,125 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.073s 2023-07-24 08:40:22,126 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8046b9-74c7-48f5-815e-efc299f03019', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c8046b9-74c7-48f5-815e-efc299f03019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:22,146 80048 INFO [tempest.common.waiters] volume 96a5b1b5-7be4-408d-824d-7d89b0364a24 reached available after waiting for 32.146739 seconds 2023-07-24 08:40:22,411 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes 0.264s 2023-07-24 08:40:22,412 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c448100-63f8-461f-9d98-ee643ed865ce', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'O penStack-API-Version', 'x-openstack-request-id': 'req-9c448100-63f8-461f-9d98-ee643ed865ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.309096", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:22,512 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.083s 2023-07-24 08:40:22,512 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755e047e-5bc5-4641-9765-62c1efadcdf5', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755e047e-5bc5-4641-9765-62c1efadcdf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:23,585 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.051s 2023-07-24 08:40:23,585 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0b8f27-91e0-42ed-b2d6-3d381b2077de', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0b8f27-91e0-42ed-b2d6-3d381b2077de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "ava ilability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": "2023-07-24T08:40:23.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:24,684 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.083s 2023-07-24 08:40:24,684 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bffc749-f48e-4421-94a1-b173a9f5f9b9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bffc749-f48e-4421-94a1-b173a9f5f9b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": "2023-07-24T08:40:23.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:25,746 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.050s 2023-07-24 08:40:25,746 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78be5789-f9b4-4f19-ac0b-f5b649bf69b8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78be5789-f9b4-4f19-ac0b-f5b649bf69b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": "2023-07-24T08:40:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "jovia ndss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:25,757 80048 INFO [tempest.common.waiters] volume 57dfc6db-21b4-4f60-a430-dc3826562f0b reached available after waiting for 3.757936 seconds 2023-07-24 08:40:26,051 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes 0.293s 2023-07-24 08:40:26,052 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e87e3b0-2cb7-43f1-9040-0a495cba4ac6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e87e3b0-2cb7-43f1-9040-0a495cba4ac6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:25.956565", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:26,155 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.088s 2023-07-24 08:40:26,156 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-224910cd-a007-41cd-bde0-b43bd5883b15', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-224910cd-a007-41cd-bde0-b43bd5883b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4 cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:27,223 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.047s 2023-07-24 08:40:27,224 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-789ab41d-b304-46d1-95a7-4aae35b40347', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-789ab41d-b304-46d1-95a7-4aae35b40347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": "2023-07-24T08:40:26.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:28,281 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.039s 2023-07-24 08:40:28,281 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db152c1-dd62-43bb-b578-0f6fb11b1f96', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db152c1-dd62-43bb-b578-0f6fb11b1f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": "2023-07-24T08:40:26.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49a becc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:29,330 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.037s 2023-07-24 08:40:29,330 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6087dab-8d60-4b0c-8552-430f4b88358a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6087dab-8d60-4b0c-8552-430f4b88358a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": "2023-07-24T08:40:28.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:29,341 80048 INFO [tempest.common.waiters] volume 1414d437-8a43-4ec0-8fb4-cf1c6249f607 reached available after waiting for 3.341060 seconds 2023-07-24 08:40:30,401 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.059s 2023-07-24 08:40:30,401 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net1-142449007"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5a33e173-08c2-42ab-a2aa-c96bfe63b4af', 'date': 'Mon, 24 Jul 2023 08:40:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","name":"tempest-device-tagging-net1-142449007","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:29Z","updated_at":"2023-07-24T08:40:29Z","revision_number":1}}' 2023-07-24 08:40:31,752 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.350s 2023-07-24 08:40:31,753 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"netw ork": {"name": "tempest-device-tagging-net2-533730419"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d139b06b-4764-4f99-b059-41030a57986d', 'date': 'Mon, 24 Jul 2023 08:40:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c0119afb-8769-4ca9-89d9-6b4837f51caa","name":"tempest-device-tagging-net2-533730419","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:30Z","updated_at":"2023-07-24T08:40:30Z","revision_number":1}}' 2023-07-24 08:40:33,870 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.117s 2023-07-24 08:40:33,871 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-1fe0e927-c675-41e0-b90d-c23a04a10187', 'date': 'Mon, 24 Jul 2023 08:40:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"bc5edf71-dbe8-4ac3-9179-5246783d2cf5","name":"","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","network_id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:32Z","updated_at":"2023-07-24T08:40:32Z","revision_number":0,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:36,089 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.217s 2023-07-24 08:40:36,089 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "c0119afb-8769-4ca9-89d9-6b4837f51caa", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-a286a2c2-fa8b-4ca4-8042-17aa28a34e5e', 'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"16f95e16-f26b-4ea7-ae14-53ef2056b026","name":"","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","network_id":"c0119afb-8769-4ca9-89d9-6b4837f51caa","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:34Z","updated_at":"2023-07-24T08:40:34Z","revision_number":0,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:37,602 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.513s 2023-07-24 08:40:37,603 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "name": "tempest-TaggedBootDevicesTest_v242-1808692401", "fixed_ips": [{"subnet_id": "bc5edf71-dbe8-4ac3-9179-5246783d2cf5"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-fb1d320d-380b-4efc-9b92-84b9e7ce0559', 'date': 'Mon, 24 Jul 2023 08:40:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"065c1807-4456-427f-85d5-34728102e45e","name":"tempest-TaggedBootDevicesTest_v242-1808692401","network_id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","mac_address":"fa:16:3e:07:19:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"bc5edf71-dbe8-4ac3-9179-5246783d2cf5","ip_address":"10.1.1.74"}],"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"security_groups":["1b71b302-dcba-4771-93f2-bbe9052575c2"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:36Z","updated_at":"2023-07-24T08:40:36Z","revision_number":1}}' 2023-07-24 08:40:38,731 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.128s 2023-07-24 08:40:38,732 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "name": "tempest-TaggedBootDevicesTest_v242-1363754704", "fixed_ips": [{"subnet_id": "bc5edf71-dbe8-4ac3-9179-5246783d2cf5"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-655e8d21-c8a6-4bbc-8621-a293c90b5902', 'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"080add6a-1339-4706-9740-146fae674bb5","name":"tempest-TaggedBootDevicesTest_v242-1363754704","network_id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","mac_address":"fa:16:3e:24:34:c4","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"bc5edf71-dbe8-4ac3-9179-5246783d2cf5","ip_address":"10.1.1.105"}],"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"security_groups":["1b71b302-dcba-4771-93f2-bbe9052575c2"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:37Z","updated_at":"2023-07-24T08:40:38Z","revision_number":1}}' 2023-07-24 08:40:38,733 80048 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:40:38,733 80048 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:38,813 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-07-24 08:40:38,813 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-721205231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgqRSnhEX3JwkYM+MW5fQjpUycKsFj9a4daNEEixPKrM2xgkdjb9z1nvii9f4Ct1yUqodWNHrsbzRuPxSimDFACgtrVmF0VgQ66BEkyNgFbpHBFwyvxeLvZqkP+4KYC7w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-451d0eb7-93c2-4233-bd45-d4f50337a327', 'x-compute-request-id': 'req-451d0eb7-93c2-4233-bd45-d4f50337a327', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-721205231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgqRSnhEX3JwkYM+MW5fQjpUycKsFj9a4daNEEixPKrM2xgkdjb9z1nvii9f4Ct1yUqodWNHrsbzRuPxSimDFACgtrVmF0VgQ66BEkyNgFbpHBFwyvxeLvZqkP+4KYC7w==", "fingerprint": "87:79:e4:c5:65:c6:e3:cb:20:6c:ff:b5:ed:45:5d:5f", "user_id": "001b60ae957b4f49abecc2e3c71de772"}}' 2023-07-24 08:40:38,816 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-721205231 created 2023-07-24 08:40:38,990 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.173s 2023-07-24 08:40:38,991 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1847211530", "description": "tempest-description--714893381"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-d421bf63-0b0d-48bc-9110-fb7a42e34d7d', 'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "name": "tempest-securitygroup--1847211530", "stateful": true, "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "description": "tempest-description--714893381", "shared": false, "security_group_rules": [{"id": "79b46937-74bd-4efa-a672-97f09663832b", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "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": 534, "description": null, "tags": [], "created_at": "2023-07-24T08:40:38Z", "updated_at": "2023-07-24T08:40:38Z", "revision_number": 0}, {"id": "abbf6df1-696a-44f7-bf17-488dc49cfaa1", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "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": 533, "description": null, "tags": [], "created_at": "2023-07-24T08:40:38Z", "updated_at": "2023-07-24T08:40:38Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:38Z", "updated_at": "2023-07-24T08:40:38Z", "revision_number": 1, "project_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:39,500 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.508s 2023-07-24 08:40:39,501 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-dc57e191-c864-4356-8bc4-73f825f85c36', 'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bc196004-b386-4fd7-976b-73f5ddb78efa", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:39Z", "updated_at": "2023-07-24T08:40:39Z", "revision_number": 0}}' 2023-07-24 08:40:40,248 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.746s 2023-07-24 08:40:40,248 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-64d3fddf-a610-4cc4-811f-749d96bdaa61', 'date': 'Mon, 24 Jul 2023 08:40:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ef9f8a7-b56b-43c4-b942-ecefb2d8c22c", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:39Z", "updated_at": "2023-07-24T08:40:39Z", "revision_number": 0}}' 2023-07-24 08:40:40,248 80048 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1847211530 created 2023-07-24 08:40:41,451 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.201s 2023-07-24 08:40:41,451 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-226cb8aa-cdd8-4a4b-86b9-b37ca5cadb10', 'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9907c651-b270-4de1-86ba-e6084e6371be", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "floating_ip_address": "172.24.4.81", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:40Z", "updated_at": "2023-07-24T08:40:40Z", "revision_number": 0}}' 2023-07-24 08:40:41,451 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9907c651-b270-4de1-86ba-e6084e6371be', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'floating_ip_address': '172.24.4.81', 'floating_netw ork_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:40Z', 'updated_at': '2023-07-24T08:40:40Z', 'revision_number': 0, 'ip': '172.24.4.81'} created 2023-07-24 08:40:41,580 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.121s 2023-07-24 08:40:41,580 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2192ddb9-b6ca-469b-a4ee-bea03b9bc7b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "001b60ae957b4f49abecc2e3c71de772", "name": "tempest-TaggedBootDevicesTest_v242-1744279595-project-member", "password_expires_at": null}, "audit_ids": ["4XkZY9riQzC9mNRPKuGFjw"], "expires_at": "2023-07-24T09:40:41.000000Z", "issued_at": "2023-07-24T08:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49cccccafa654cca9d9a43cbe4cee9ee", "name": "tempest-TaggedBootDevicesTest_v242-1744279595"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:41,581 80048 INFO [tempest.lib.common.fixed_network] (TaggedBootDevic esTest_v242:test_tagged_boot_devices) Found network {'id': 'e05f0efc-9066-4959-9d1e-293d742a1a53', 'name': 'tempest-TaggedBootDevicesTest_v242-854132391-network', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53676, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:41,659 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.073s 2023-07-24 08:40:41,659 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fa9515c2-e8ba-4a50-ae7f-94dfdd886a65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "001b60ae957b4f49abecc2e3c71de772", "name": "tempest-TaggedBootDevicesTest_v242-1744279595-project-member", "password_expires_at": null}, "audit_ids": ["5meMjWGwR2CHDEkZMCRl0w"], "expires_at": "2023-07-24T09:40:41.000000Z", "issued_at": "2023-07-24T08:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49cccccafa654cca9d9a43cbe4cee9ee", "name": "tempest-TaggedBootDevicesTest_v242-1744279595"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image ", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:41,660 80048 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e05f0efc-9066-4959-9d1e-293d742a1a53', 'name': 'tempest-TaggedBootDevicesTest_v242-854132391-network', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53676, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:41,660 80048 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-721205231', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgqRSnhEX3JwkYM+MW5fQjpUycKsFj9a4daNEEixPKrM2xgkdjb9z1nvii9f4Ct1yUqodWNHrsbzRuPxSimDFACgtrVmF0VgQ66BEkyNgFbpHBFwyvxeLvZqkP+4KYC7w==', 'fingerprint': '87:79:e4:c5:65:c6:e3:cb:20:6c:ff:b5:ed:45:5d:5f', 'user_id': '001b60ae957b4f49abecc2e3c71de772', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC8JZ4YYh3hVRZPpEBveX+xHQVTei9Ik6GjOoaa5c0QoPZChmYaKrw2\nF+WAyBfHEJOgBwYFK4EEACKhZANiAAQIKkUp4RF9ycJGDPjFuX0I6VMnCrBY/WuH\nWjRBIsTyqzNsYJHY2/c9Z74ovX+ArdclKqHVjR67G80bj8UopgxQAoLa1ZhdFYEO\nugRJMjYBW6RwRcMr8Xi72apD/uCmAu8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f15f2df3-d042-4c91-a152-a3240a55a1e3', 'name': 'tempest-securitygroup--1847211530', 'stateful': True, 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'description': 'tempest-description--714893381', 'shared': False, 'security_group_rules': [{'id': '79b46937-74bd-4efa-a672-97f09663832b', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'security_group_id': 'f15f2df3-d042-4c91-a152-a3240a55a1e3', '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': 534, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:38Z', 'updated_at': '2023-07-24T08:40:38Z', 'revision_number': 0}, {'id': 'abbf6df1-696a-44f7-bf17-488dc49cfaa1', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'security_group_id': 'f15f2df3-d042-4c91-a152-a3240a55a1e3', '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': 533, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:38Z', 'updated_at': '2023-07-24T08:40:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:38Z', 'updated_at': '2023-07-24T08:40:38Z', 'revision_number': 1, 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee'}, 'floating_ip': {'id': '9907c651-b270-4de1-86ba-e6084e6371be', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'floating_ip_address': '172.24.4.81', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:40Z', 'up dated_at': '2023-07-24T08:40:40Z', 'revision_number': 0, 'ip': '172.24.4.81'}} 2023-07-24 08:40:41,690 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:40:41,691 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-1902680182", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "e05f0efc-9066-4959-9d1e-293d742a1a53"}, {"port": "065c1807-4456-427f-85d5-34728102e45e", "tag": "port-1"}, {"port": "080add6a-1339-4706-9740-146fae674bb5", "tag": "port-2"}, {"uuid": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "tag": "net-1"}, {"uuid": "5d759fea-2e2a-4edd-a814-c5887d0467d9"}, {"uuid": "c0119afb-8769-4ca9-89d9-6b4837f51caa", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "c0119afb-8769-4ca9-89d9-6b4837f51caa", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1847211530"}], "key_name": "tempest-keypair-721205231", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-64721981-df93-44a7-be94-fd1651d08863', 'x-compute-request-id': 'req-64721981-df93-44a7-be94-fd1651d08863', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:41,746 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-721205231 0.051s 2023-07-24 08:40:41,747 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87631ef0-6683-4bf4-ae10-4fd503167df5', 'x-compute-request-id': 'req-87631ef0-6683-4bf4-ae10-4fd503167df5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-721205231'} Body: b'' 2023-07-24 08:40:41,916 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3 0.168s 2023-07-24 08:40:41,916 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-30281c9b-ce7b-4b35-b726-c1476f0ccd4c', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3'} Body: b'' 2023-07-24 08:40:41,939 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3 0.022s 2023-07-24 08:40:41,940 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0bfc2c79-d405-4fef-a57b-c019ae81d0d7', 'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f15f2df3-d042-4c91-a152-a3240a55a1e3 does not exist", "detail": ""}}' 2023-07-24 08:40:42,748 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9907c651-b270-4de1-86ba-e6084e6371be 0.807s 2023-07-24 08:40:42,748 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-471d584a-f2bc-4857-bc91-1f1e764bbb4d', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9907c651-b270-4de1-86ba-e6084e6371be'} Body: b'' 2023-07-24 08:40:43,335 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/080add6a-1339-4706-9740-146fae674bb5 0.586s 2023-07-24 08:40:43,335 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b493d9fe-9d9b-4b4d-85fb-5839374e7125', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/080add6a-1339-4706-9740-146fae674bb5'} Body: b'' 2023-07-24 08:40:43,939 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/065c1807-4456-427f-85d5-34728102e45e 0.603s 2023-07-24 08:40:43,940 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c97adca9-6709-4085-99c9-df58c2fc8d2c', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/065c1807-4456-427f-85d5-34728102e45e'} Body: b'' 2023-07-24 08:40:44,214 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/16f95e16-f26b-4ea7-ae14-53ef2056b026 0.274s 2023-07-24 08:40:44,215 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-e6bf98c1-5cf3-4958-ba63-0b5861e37eb0', 'date': 'Mon, 24 Jul 2023 08:40:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/subnets/16f95e16-f26b-4ea7-ae14-53ef2056b026'} Body: b'' 2023-07-24 08:40:45,225 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/bc5edf71-dbe8-4ac3-9179-5246783d2cf5 1.009s 2023-07-24 08:40:45,225 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-a6a0668a-2516-49e2-bbda-3b77686a9c11', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/bc5edf71-dbe8-4ac3-9179-5246783d2cf5'} Body: b'' 2023-07-24 08:40:46,058 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/c0119afb-8769-4ca9-89d9-6b4837f51caa 0.832s 2023-07-24 08:40:46,058 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b2723b23-9a04-403a-a5e3-b8d9ff706513', 'date': 'Mon, 24 Jul 2023 08:40:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/c0119afb-8769-4ca9-89d9-6b4837f51caa'} Body: b'' 2023-07-24 08:40:46,966 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/5d759fea-2e2a-4edd-a814-c5887d0467d9 0.906s 2023-07-24 08:40:46,966 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-95df28c2-c5c6-4c10-8210-7009f50d34e5', 'date': 'Mon, 24 Jul 2023 08:40:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/5d759fea-2e2a-4edd-a814-c5887d0467d9'} Body: b'' {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [11.239708s] ... ok {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [71.379438s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:36,921 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes 1.046s 2023-07-24 08:39:36,922 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1233739459", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58920d03-b154-4a0d-9920-02462f2424a9', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58920d03-b154-4a0d-9920-02462f2424a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:36.838741", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:37,090 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.152s 2023-07-24 08:39:37,090 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad2044f-62b8-4045-a22e-85a894a31b72', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad2044f-62b8-4045-a22e-85a894a31b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:38,198 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.094s 2023-07-24 08:39:38,198 80044 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-654f5c94-7e4b-4898-b32c-b7fc0fee556b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-654f5c94-7e4b-4898-b32c-b7fc0fee556b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:39,282 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.062s 2023-07-24 08:39:39,282 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64110231-1634-449e-9f19-14241bb1ba21', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64110231-1634-449e-9f19-14241bb1ba21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:40,359 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.063s 2023-07-24 08:39:40,359 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:40 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2917922-2133-4d83-a41f-20f4877d9c16', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2917922-2133-4d83-a41f-20f4877d9c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:41,436 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.065s 2023-07-24 08:39:41,437 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46156500-d12e-419a-bee2-20aea6297264', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46156500-d12e-419a-bee2-20aea6297264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:42,519 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.063s 2023-07-24 08:39:42,520 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c356109-ac80-4cc9-a6cd-9da7a7454d96', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c356109-ac80-4cc9-a6cd-9da7a7454d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:43,625 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.093s 2023-07-24 08:39:43,626 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a1ceec-a819-4b52-8dd7-311f1609779a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a1ceec-a819-4b52-8dd7-311f1609779a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:44,721 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.083s 2023-07-24 08:39:44,721 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25789f12-79f2-4247-a541-46d0a067f8ab', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25789f12-79f2-4247-a541-46d0a067f8ab', 'con nection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:45,805 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:39:45,805 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40211b94-4660-40ca-938b-b4ce5fd72dc3', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40211b94-4660-40ca-938b-b4ce5fd72dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:46,894 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.074s 2023-07-24 08:39:46,895 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367048ce-0483-4c79-b0ad-08dc5c316e57', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367048ce-0483-4c79-b0ad-08dc5c316e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/ volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:48,055 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.138s 2023-07-24 08:39:48,055 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1423ca6-0c00-45e1-b97f-56542b75df34', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1423ca6-0c00-45e1-b97f-56542b75df34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:49,163 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.092s 2023-07-24 08:39:49,164 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826ef380-ac89-4b66-b2ae-87b94d5a10f0', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826ef380-ac89-4b66-b2ae-87b94d5a10f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305 ", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:50,265 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.081s 2023-07-24 08:39:50,266 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e38b969-a770-417c-904f-a1417fe549ca', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e38b969-a770-417c-904f-a1417fe549ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:51,353 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.067s 2023-07-24 08:39:51,354 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d226eab-8060-4793-95c1-fdced971ec9c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d226eab-8060-4793-95c1-fdced971ec9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updat ed_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:52,439 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.056s 2023-07-24 08:39:52,440 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87d86a0-1e01-4623-afc8-387e4872a122', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87d86a0-1e01-4623-afc8-387e4872a122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:53,531 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:39:53,532 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5af69d3-c744-4832-92ce-8802664dc6ec', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5af69d3-c744-4832-92ce-8802664dc6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:54,599 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.055s 2023-07-24 08:39:54,599 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9168b19d-57a9-42d9-b6ab-8c3b02ce5d4c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9168b19d-57a9-42d9-b6ab-8c3b02ce5d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:55,691 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.071s 2023-07-24 08:39:55,691 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-029f6bc1-3a93-4b6e-b39e-90245b48053a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029f6bc1-3a93-4b6e-b39e-90245b48053a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "hr ef": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:56,773 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.063s 2023-07-24 08:39:56,774 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-734865e8-84b1-488d-937f-7f88c2c6de69', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-734865e8-84b1-488d-937f-7f88c2c6de69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:57,863 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:39:57,864 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef0e154-cd9c-48a5-9518-3d0b4ba16958', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef0e154-cd9c-48a5-9518-3d0b4ba16958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"r el": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:59,023 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.137s 2023-07-24 08:39:59,023 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5fd3a32-8b83-4769-9a20-5700b8777d9d', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5fd3a32-8b83-4769-9a20-5700b8777d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:00,248 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.211s 2023-07-24 08:40:00,248 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad9934e-080d-4e34-8857-83dac9f335e6', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad9934e-080d-4e34-8857-83dac9f335e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9d c06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:01,342 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.082s 2023-07-24 08:40:01,342 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e838a57-8244-4147-b0a6-49ed4b29fbc5', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e838a57-8244-4147-b0a6-49ed4b29fbc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:02,400 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.045s 2023-07-24 08:40:02,400 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d45693-09ff-4147-836e-bc9000124914', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d45693-09ff-4147-836e-bc9000124914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_st atus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:03,487 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.073s 2023-07-24 08:40:03,488 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc150366-1a3a-4a57-8f19-93b92c7547ab', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc150366-1a3a-4a57-8f19-93b92c7547ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:04,589 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.089s 2023-07-24 08:40:04,589 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8c0366-13b7-4af8-9351-031dc64eb0ee', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8c0366-13b7-4af8-9351-031dc64eb0ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signatur e_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:05,675 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.074s 2023-07-24 08:40:05,676 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c8ad4d2-4e9e-46aa-b57d-5577a220508e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c8ad4d2-4e9e-46aa-b57d-5577a220508e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:06,732 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.036s 2023-07-24 08:40:06,732 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ef3e83d-ad89-4992-8e68-f03a9e6c9c33', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ef3e83d-ad89-4992-8e68-f03a9e6c9c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:07,798 8 0044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.053s 2023-07-24 08:40:07,799 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf68a7ac-559e-43e6-bfae-b159da9afcf7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf68a7ac-559e-43e6-bfae-b159da9afcf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:08,853 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.041s 2023-07-24 08:40:08,853 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f91050-93c2-428a-bc9d-e7bba7ab72f7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f91050-93c2-428a-bc9d-e7bba7ab72f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:09,922 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http: //10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.057s 2023-07-24 08:40:09,922 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0259511-550b-49a7-915d-c7233e6dcead', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0259511-550b-49a7-915d-c7233e6dcead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:10,981 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.047s 2023-07-24 08:40:10,981 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8955586-6098-4fe5-a7d6-11c14e1bf521', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8955586-6098-4fe5-a7d6-11c14e1bf521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:12,063 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.064s 2023-07-24 08:40:12,064 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617de043-f3dc-4d3a-b4f4-a8f48ea75935', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617de043-f3dc-4d3a-b4f4-a8f48ea75935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:13,127 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.050s 2023-07-24 08:40:13,128 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e930518-8bee-4387-a861-3f498b3cf763', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e930518-8bee-4387-a861-3f498b3cf763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:14,212 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:40:14,213 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d38ff4-19db-40dc-84cd-1d6945274f7e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d38ff4-19db-40dc-84cd-1d6945274f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:15,287 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.059s 2023-07-24 08:40:15,287 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b520754-0feb-4139-b288-4fd5ffa2ec49', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b520754-0feb-4139-b288-4fd5ffa2ec49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:16,349 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.050s 2023-07-24 08:40:16,350 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 2 4 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c226a302-d11b-4ccc-a908-233cf70ce48a', 'content-length': '1390', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c226a302-d11b-4ccc-a908-233cf70ce48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:16.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:16,369 80044 INFO [tempest.common.waiters] volume 9c8aca15-6196-4857-9fd6-9dc06acb3305 reached available after waiting for 39.369660 seconds 2023-07-24 08:40:16,724 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes 0.353s 2023-07-24 08:40:16,724 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1908430311"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5596b3d7-bb3b-4190-a054-63a814221050', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5596b3d7-bb3b-4190-a054-63a814221050', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:16.579587", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:16,836 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380 359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.094s 2023-07-24 08:40:16,837 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49470ce6-b42d-47cd-b0f9-58418a94fe96', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49470ce6-b42d-47cd-b0f9-58418a94fe96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:17,926 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.068s 2023-07-24 08:40:17,926 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcb6f7cb-6a78-4914-adcc-dcfa4d5feb6c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcb6f7cb-6a78-4914-adcc-dcfa4d5feb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": "2023-07-24T08:40:17.000000", "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:19,021 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.079s 2023-07-24 08:40:19,021 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e16cbd-43f3-4bd5-b14d-88eef830fdff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e16cbd-43f3-4bd5-b14d-88eef830fdff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": "2023-07-24T08:40:17.000000", "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:20,170 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.128s 2023-07-24 08:40:20,171 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6504abbb-8965-4e84-be14-806b6255c3e9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6504abbb-8965-4e84-be14-806b6255c3e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": "2023-07-24T08:40:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:20,183 80044 INFO [tempest.common.waiters] volume 181b9c98-392b-41f2-88b9-b984108674e4 reached available after waiting for 4.183298 seconds 2023-07-24 08:40:20,530 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes 0.346s 2023-07-24 08:40:20,530 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-221048556"}} Respon se - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29fe2fd-1687-4c6b-b0e7-43b9123a8e10', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29fe2fd-1687-4c6b-b0e7-43b9123a8e10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.418959", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:20,632 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.082s 2023-07-24 08:40:20,633 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cdf0f3e-8303-4b49-90c9-0d339a099df0', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cdf0f3e-8303-4b49-90c9-0d339a099df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:21,749 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.094s 2023-07-24 08:40:21,750 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daca9985-9384-49e6-a1b8-e6cf8d654f16', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daca9985-9384-49e6-a1b8-e6cf8d654f16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:22,836 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.062s 2023-07-24 08:40:22,836 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89e165cf-f4f5-4362-86d5-ae802d5d6986', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89e165cf-f4f5-4362-86d5-ae802d5d6986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:23,920 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.071s 2023-07-24 08:40:24,000 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cff97f1-b93c-406e-8480-e60c30ca90fa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cff97f1-b93c-406e-8480-e60c30ca90fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1 , "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:25,076 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.064s 2023-07-24 08:40:25,076 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36ee824-bc9d-4959-b5e8-701dc132939e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36ee824-bc9d-4959-b5e8-701dc132939e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:25,087 80044 INFO [tempest.common.waiters] volume a16d7598-97ec-4ed0-8ff7-a2642b518188 reached available after waiting for 5.087084 seconds 2023-07-24 08:40:26,467 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.380s 2023-07-24 08:40:26,468 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net1-1421644150"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-adbe0bfc-422d-4804-9a71-4b295a628562', 'date': 'Mon, 24 Jul 2023 08:40:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2d343903-877c-41d2-b766-8dba8d4b3282","name":"tempest-device-tagging-net1-1421644150","tenant_id":"54670380359746f8bfac53d5dea46277","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[ ],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:25Z","updated_at":"2023-07-24T08:40:25Z","revision_number":1}}' 2023-07-24 08:40:27,792 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.324s 2023-07-24 08:40:27,793 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net2-1178735075"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f3c2cd3b-95eb-473f-945d-aadf9bbcd577', 'date': 'Mon, 24 Jul 2023 08:40:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"93649640-b84d-436e-8408-c384e028ee4c","name":"tempest-device-tagging-net2-1178735075","tenant_id":"54670380359746f8bfac53d5dea46277","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:26Z","updated_at":"2023-07-24T08:40:26Z","revision_number":1}}' 2023-07-24 08:40:30,597 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.804s 2023-07-24 08:40:30,597 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2d343903-877c-41d2-b766-8dba8d4b3282", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-2c474dcf-7591-45f4-8c7e-96efbe8d9da8', 'date': 'Mon, 24 Jul 2023 08:40:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b","name":"","tenant_id":"54670380359746f8bfac53d5dea46277","network_id":"2d343903-877c-41d2-b766-8dba8d4b3282","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:28Z","updated_at":"2023-07-24T08:40:28Z","revision_number":0,"project_id":"54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:32,467 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.869s 2023-07-24 08:40:32,467 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "93649640-b84d-436e-8408-c384e028ee4c", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-77ae01a5-8ef7-4874-9a53-f086ff9702b5', 'date': 'Mon, 24 Jul 2023 08:40:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e7d74339-e365-44e0-ba52-274263da0c07","name":"","tenant_id":"54670380359746f8bfac53d5dea46277","network_id":"93649640-b84d-436e-8408-c384e028ee4c","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","alloc ation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:31Z","updated_at":"2023-07-24T08:40:31Z","revision_number":0,"project_id":"54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:33,564 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.096s 2023-07-24 08:40:33,565 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2d343903-877c-41d2-b766-8dba8d4b3282", "name": "tempest-TaggedBootDevicesTest-555816617", "fixed_ips": [{"subnet_id": "9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '730', 'x-openstack-request-id': 'req-6563e1d3-890c-4417-960a-159b5fb19dc8', 'date': 'Mon, 24 Jul 2023 08:40:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"06561707-b1e3-4168-be1d-4f46f3ed5e25","name":"tempest-TaggedBootDevicesTest-555816617","network_id":"2d343903-877c-41d2-b766-8dba8d4b3282","tenant_id":"54670380359746f8bfac53d5dea46277","mac_address":"fa:16:3e:31:b9:34","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b","ip_address":"10.1.1.3"}],"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"security_groups":["f02bb66a-2ca6-494b-92ee-4f49669a7823"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:32Z","updated_at":"2023-07-24T08:40:33Z","revision_number":1}}' 2023-07-24 08:40:35,160 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.595s 2023-07-24 08:40:35,161 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2d343903-877c-41d2-b766-8dba8d4b3282", "name": "tempest-TaggedBootDevicesTest-1640989861", "fixed_ips": [{"subnet_id": "9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-ffaad67c-a034-4877-a343-baed5da449dc', 'date': 'Mon, 24 Jul 2023 08:40:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"65eece98-ee65-47bd-8ee2-1b4827e79600","name":"tempest-TaggedBootDevicesTest-1640989861","network_id":"2d343903-877c-41d2-b766-8dba8d4b3282","tenant_id":"54670380359746f8bfac53d5dea46277","mac_address":"fa:16:3e:f1:27:2e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b","ip_address":"10.1.1.97"}],"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"security_groups":["f02bb66a-2ca6-494b-92ee-4f49669a7823"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:33Z","updated_at":"2023-07-24T08:40:34Z","revision_number":1}}' 2023-07-24 08:40:35,161 80044 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:40:35,162 80044 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:35,251 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.086s 2023-07-24 08:40:35,251 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1512975324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFT8qLVmbpkR+uMxR4J0rV/IU54GiSRaDygUUvDtdYuNYzGT6lUpzIp8eiVDBmtHfpLg8liep5GGo+QyalyK38586hjBpwPtjEeM4dHMLZqbLjBvPLzO/DA88m/8cnjgww=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c2138a-8a42-4969-845c-5c7312a0927f', 'x-compute-request-id': 'req-c8c2138a-8a42-4969-845c-5c7312a0927f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1512975324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFT8qLVmbpkR+uMxR4J0rV/IU54GiSRaDygUUvDtdYuNYzGT6lUpzIp8eiVDBmtHfpLg8liep5GGo+QyalyK38586hjBpwPtjEeM4dHMLZqbLjBvPLzO/DA88m/8cnjgww==", "fingerprint": "5c:1d:52:8e:5a:6c:8b:99:6d:31:27:91:8d:4c:5d:c5", "user_id": "ea2eeee16e264cb0b81776479107349d"}}' 2023-07-24 08:40:35,254 80044 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1512975324 created 2023-07-24 08:40:35,697 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.442s 2023-07-24 08:40:35,697 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1998731530", "description": "tempest-description--1429317793"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-1ab97fc6-8b52-4341-8064-eeef3ab8e950', 'date': 'Mon, 24 Jul 2023 08:40:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ee57267c-aca2-42b8-872e-f954642798ad", "name": "tempest-securitygroup--1998731530", "stateful": true, "tenant_id": "54670380359746f8bfac53d5dea46277", "description": "tempest-description--1429317793", "shared": false, "security_group_rules": [{"id": "2d1f2bfd-a53b-4995-bbaa-3a31c90101c9", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "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": 509, "description": null, "tags": [], "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 0}, {"id": "5b8908b7-21c3-4789-b8be-785245f7c700", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "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": 507, "description": null, "tags": [], "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 1, "project_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:36,110 80044 INFO [tempest.lib.common.rest_client] Req uest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.411s 2023-07-24 08:40:36,110 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-895631cd-31a3-4309-8649-83e5acb7366c', 'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e03decdc-ce01-4482-a8ae-051d7b5601d5", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 0}}' 2023-07-24 08:40:36,876 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.765s 2023-07-24 08:40:36,876 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3a86e2f3-0794-41aa-9bc8-0f74ad0bcc81', 'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0bb00c89-9996-4354-b0f2-5b747ebe2ccc", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:36Z", "updated_at": "2023-07-24T08:40:36Z", "revision_number": 0}}' 2023-07-24 08:40:36,876 80044 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1998731530 created 2023-07-24 08:40:38,852 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.975s 2023-07-24 08:40:38,852 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-29f71b40-7747-4769-a29a-489c96bb313c', 'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "548bb199-cfbb-4d65-aaf2-c656404b8a2f", "tenant_id": "54670380359746f8bfac53d5dea46277", "floating_ip_address": "172.24.4.163", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, " fixed_ip_address": null, "status": "DOWN", "project_id": "54670380359746f8bfac53d5dea46277", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:37Z", "updated_at": "2023-07-24T08:40:37Z", "revision_number": 0}}' 2023-07-24 08:40:38,852 80044 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '548bb199-cfbb-4d65-aaf2-c656404b8a2f', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'floating_ip_address': '172.24.4.163', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '54670380359746f8bfac53d5dea46277', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:37Z', 'updated_at': '2023-07-24T08:40:37Z', 'revision_number': 0, 'ip': '172.24.4.163'} created 2023-07-24 08:40:38,977 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-24 08:40:38,978 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-85af9cce-dba3-41b0-ab35-06884c0d4727', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2eeee16e264cb0b81776479107349d", "name": "tempest-TaggedBootDevicesTest-1910427361-project-member", "password_expires_at": null}, "audit_ids": ["p9JuoxurR6mdrNZ-DCW0-g"], "expires_at": "2023-07-24T09:40:38.000000Z", "issued_at": "2023-07-24T08:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "54670380359746f8bfac53d5dea46277", "name": "tempest-TaggedBootDevicesTest-1910427361"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "Reg ionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:38,978 80044 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'a468cf8a-e55f-463c-88d6-7f2546ffdf32', 'name': 'tempest-TaggedBootDevicesTest-1455814813-network', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '54670380359746f8bfac53d5dea46277', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30969, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:58Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:39,032 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.048s 2023-07-24 08:40:39,033 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bf4c818e-b47e-4bd9-9de0-4a5c112dc5ed', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2eeee16e264cb0b81776479107349d", "name": "tempest-TaggedBootDevicesTest-1910427361-project-member", "password_expires_at": null}, "audit_ids": ["I-WjjLvrQ8WYz6bnxGI7vQ"], "expires_at": "2023-07-24T09:40:39.000000Z", "issued_at": "2023-07-24T08:40:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "54670380359746f8bfac53d5dea46277", "name": "tempest-TaggedBootDevicesTest-1910427361"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "vo lumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:39,033 80044 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'a468cf8a-e55f-463c-88d6-7f2546ffdf32', 'name': 'tempest-TaggedBootDevicesTest-1455814813-network', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '54670380359746f8bfac53d5dea46277', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30969, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:58Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:39,034 80044 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1512975324', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFT8qLVmbpkR+uMxR4J0rV/IU54GiSRaDygUUvDtdYuNYzGT6lUpzIp8eiVDBmtHfpLg8liep5GGo+QyalyK38586hjBpwPtjEeM4dHMLZqbLjBvPLzO/DA88m/8cnjgww==', 'fingerprint': '5c:1d:52:8e:5a:6c:8b:99:6d:31:27:91:8d:4c:5d:c5', 'user_id': 'ea2eeee16e264cb0b81776479107349d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDEoz3qnr4J7P1K6hpMRnn69HCjc1XsVYy3ssauEkdHldrjgHx/YYk5\n+3tp9NrVqH+gBwYFK4EEACKhZANiAARU/Ki1Zm6ZEfrjMUeCdK1fyFOeBokkWg8o\nFFLw7XWLjWMxk+pVKcyKfHolQwZrR36S4PJYnqeRhqPkMmpcit/OfOoYwacD7YxH\njOHRzC2amy4wbzy8zvwwPPJv/HJ44MM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ee57267c-aca2-42b8-872e-f954642798ad', 'name': 'tempest-securitygroup--1998731530', 'stateful': True, 'tenant_id': '54670380359746f8bfac53d5dea46277', 'description': 'tempest-description--1429317793', 'shared': False, 'security_group_rules': [{'id': '2d1f2bfd-a53b-4995-bbaa-3a31c90101c9', 'project_id': '54670380359746f8bfac53d5dea46277', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'security_group_id': 'ee57267c-aca2-42b8-872e-f954642798ad', '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': 509, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 0}, {'id': '5b8908b7-21c3-4789-b8be-785245f7c700', 'project_id': '54670380359746f8bfac53d5dea46277', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'security_group_id': 'ee57267c-aca2-42b8-872e-f954642798ad', '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': 507, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 1, 'project_id': '546703803 59746f8bfac53d5dea46277'}, 'floating_ip': {'id': '548bb199-cfbb-4d65-aaf2-c656404b8a2f', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'floating_ip_address': '172.24.4.163', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '54670380359746f8bfac53d5dea46277', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:37Z', 'updated_at': '2023-07-24T08:40:37Z', 'revision_number': 0, 'ip': '172.24.4.163'}} 2023-07-24 08:40:39,082 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.047s 2023-07-24 08:40:39,083 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-1034017937", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "a468cf8a-e55f-463c-88d6-7f2546ffdf32"}, {"port": "06561707-b1e3-4168-be1d-4f46f3ed5e25", "tag": "port-1"}, {"port": "65eece98-ee65-47bd-8ee2-1b4827e79600", "tag": "port-2"}, {"uuid": "2d343903-877c-41d2-b766-8dba8d4b3282", "tag": "net-1"}, {"uuid": "2d343903-877c-41d2-b766-8dba8d4b3282"}, {"uuid": "93649640-b84d-436e-8408-c384e028ee4c", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "93649640-b84d-436e-8408-c384e028ee4c", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "181b9c98-392b-41f2-88b9-b984108674e4", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1998731530"}], "key_name": "tempest-keypair-1512975324", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-f07fafe0-8cd3-499d-b9fd-541019e726e2', 'x-compute-request-id': 'req-f07fafe0-8cd3-499d-b9fd-541019e726e2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:39,136 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1512975324 0.049s 2023-07-24 08:40:39,137 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de02823b-b71e-4dc9-b805-11ee8ca893d6', 'x-compute-request-id': 'req-de02823b-b71e-4dc9-b805-11ee8ca893d6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1512975324'} Body: b'' 2023-07-24 08:40:39,716 80044 INFO [tempest.lib.common.rest_client] R equest (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad 0.578s 2023-07-24 08:40:39,716 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-84e44e72-2cbe-4d79-8cb9-886f05f119ab', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad'} Body: b'' 2023-07-24 08:40:39,809 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad 0.092s 2023-07-24 08:40:39,810 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ac94b93e-a33b-4df3-994d-f1beb777c6a9', 'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ee57267c-aca2-42b8-872e-f954642798ad does not exist", "detail": ""}}' 2023-07-24 08:40:40,927 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/548bb199-cfbb-4d65-aaf2-c656404b8a2f 1.117s 2023-07-24 08:40:40,928 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4beb4c6c-00c2-48e8-85eb-6753d3f651fc', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/548bb199-cfbb-4d65-aaf2-c656404b8a2f'} Body: b'' 2023-07-24 08:40:42,131 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/65eece98-ee65-47bd-8ee2-1b4827e79600 1.203s 2023-07-24 08:40:42,132 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-564f3379-30a7-4289-8126-fc39c2a6a666', 'date': 'Mon, 24 Jul 2023 08:40:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/65eece98-ee65-47bd-8ee2-1b4827e79600'} Body: b'' 2023-07-24 08:40:43,307 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/06561707-b1e3-4168-be1d-4f46f3ed5e25 1.174s 2023-07-24 08:40:43,307 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-9217d779-4d11-4dd1-a270-12e3c85bb0a7', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/06561707-b1e3-4168-be1d-4f46f3ed5e25'} Body: b'' 2023-07-24 08:40:43,943 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/e7d74339-e365-44e0-ba52- 274263da0c07 0.635s 2023-07-24 08:40:43,944 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-dfdf18b3-83e9-4173-aba9-9bf831fe3c53', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/e7d74339-e365-44e0-ba52-274263da0c07'} Body: b'' 2023-07-24 08:40:44,788 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b 0.844s 2023-07-24 08:40:44,789 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-8fe9f8fe-b314-4795-8e80-263e9e2be664', 'date': 'Mon, 24 Jul 2023 08:40:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b'} Body: b'' 2023-07-24 08:40:45,702 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/93649640-b84d-436e-8408-c384e028ee4c 0.913s 2023-07-24 08:40:45,702 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-4ac50ba0-4e41-4595-a5f7-8d6a2602fce9', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/93649640-b84d-436e-8408-c384e028ee4c'} Body: b'' 2023-07-24 08:40:47,252 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2d343903-877c-41d2-b766-8dba8d4b3282 1.548s 2023-07-24 08:40:47,252 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c6879e4c-cb34-4eed-a436-e5c252d5d5c2', 'date': 'Mon, 24 Jul 2023 08:40:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2d343903-877c-41d2-b766-8dba8d4b3282'} Body: b'' {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.509727s] ... ok {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [24.252919s] ... ok {10} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [4.192020s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 244, in test_stable_device_rescue_disk_virtio_with_volume_attached server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:47,818 80050 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:48,064 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.244s 2023-07-24 08:40:48,065 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1942088418", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOMDx3zXFAyy8B8rWMnF7e6I9qYNdpQVr9vYTOWl80zEkx96hn862SvFM0fYCSywNA1TGpUxYJtyFM0AykEIv2N9T40pdt25qZFRwxnQxpCTnS2CCDLKsq+RjTnq3Laepg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eae19aa3-3f6a-4626-a76f-f6226b922e31', 'x-compute-request-id': 'req-eae19aa3-3f6a-4626-a76f-f6226b922e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1942088418", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOMDx3zXFAyy8B8rWMnF7e6I9qYNdpQVr9vYTOWl80zEkx96hn862SvFM0fYCSywNA1TGpUxYJtyFM0AykEIv2N9T40pdt25qZFRwxnQxpCTnS2CCDLKsq+RjTnq3Laepg==", "fingerprint": "57:ba:e3:c5:2e:3c:19:b0:1d:b9:c4:3f:07:b0:f9:28", "user_id": "0b1ebb1642f84e9c981a79a262cf7352"}}' 2023-07-24 08:40:48,069 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1942088418 created 2023-07-24 08:40:48,249 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.179s 2023-07-24 08:40:48,250 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1493987220", "description": "tempest-description--1439044499"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-76b5d7ee-4073-49bc-babe-356b5c466c34', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "name": "tempest-securitygroup--1493987220", "stateful": true, "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "description": "tempest-description--1439044499", "shared": false, "security_group_rules": [{"id": "83c38ad8-e9d4-42e5-b699-0198de1f7380", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "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": 560, "description": null, "tags": [], "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 0}, {"id": "fe1c13e4-b145-4074-8a95-91214d28d2ae", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cid r": null, "remote_group_id": null, "standard_attr_id": 561, "description": null, "tags": [], "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 1, "project_id": "0b4c9e481ae140cabebaab0e1059a3ec"}}' 2023-07-24 08:40:48,644 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.393s 2023-07-24 08:40:48,644 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-e0e19d9c-d5ec-4d31-a562-59538ed772d7', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "390418b9-832a-4486-a6fe-1668d21b77bb", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 0}}' 2023-07-24 08:40:49,457 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.811s 2023-07-24 08:40:49,457 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a23ff6c3-700f-4391-855c-0af3bc1a1f97', 'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c6e333a9-5282-402d-8666-200258b3d43c", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:49Z", "updated_at": "2023-07-24T08:40:49Z", "revision_number": 0}}' 2023-07-24 08:40:49,458 80050 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1493987220 created 2023-07-24 08:40:51,849 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.390s 2023-07-24 08:40:51,849 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98b b-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-23f83ae2-836c-4fd5-9260-43b0e679c2b0', 'date': 'Mon, 24 Jul 2023 08:40:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "060a722d-9a99-4ffd-a7a9-8297d929724a", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "floating_ip_address": "172.24.4.42", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:50Z", "updated_at": "2023-07-24T08:40:50Z", "revision_number": 0}}' 2023-07-24 08:40:51,849 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '060a722d-9a99-4ffd-a7a9-8297d929724a', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'floating_ip_address': '172.24.4.42', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:50Z', 'updated_at': '2023-07-24T08:40:50Z', 'revision_number': 0, 'ip': '172.24.4.42'} created 2023-07-24 08:40:51,963 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.109s 2023-07-24 08:40:51,964 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-382db443-33dc-43bb-9459-48da3c6c4b4f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0b1ebb1642f84e9c981a79a262cf7352", "name": "tempest-ServerStableDeviceRescueTest-600709590-project-member", "password_expires_at": null}, "audit_ids": ["skFo_TrQSF2A0uSMhma_uQ"], "expires_at": "2023-07-24T09:40:51.000000Z", "issued_at": "2023-07-24T08:40:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b4c9e481ae140cabebaab0e1059a3ec", "name": "tempest-ServerStableDeviceRescueTest-600709590"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0b4c9e481ae140cabebaab0e1059a3ec", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "plac ement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0b4c9e481ae140cabebaab0e1059a3ec", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0b4c9e481ae140cabebaab0e1059a3ec", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:51,964 80050 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '4bb5e3d8-ec82-4714-850d-2a80535c60d5', 'name': 'tempest-ServerStableDeviceRescueTest-109328458-network', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41040, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:51,965 80050 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1942088418', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOMDx3zXFAyy8B8rWMnF7e6I9qYNdpQVr9vYTOWl80zEkx96hn862SvFM0fYCSywNA1TGpUxYJtyFM0AykEIv2N9T40pdt25qZFRwxnQxpCTnS2CCDLKsq+RjTnq3Laepg==', 'fingerprint': '57:ba:e3:c5:2e:3c:19:b0:1d:b9:c4:3f:07:b0:f9:28', 'user_id': '0b1ebb1642f84e9c981a79a262cf7352', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCO0mZqShFpLFXe6bHE6zaSUzQgBe+hfW4tHGRqxosoQ4kWljj60Rul\nVtdF40w3lDigBwYFK4EEACKhZANiAATjA8d81xQMsvAfK1jJxe3uiPamDXaUFa/b\n2EzlpfNMxJMfeoZ/OtkrxTNH2AkssDQNUxqVMWCbchTNAMpBCL9jfU+NKXbduamR\nUcMZ0MaQk50tgggyyrKvkY056ty2nqY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e', 'name': 'tempest-securitygroup--1493987220', 'stateful': True, 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'description': 'tempest-description--1439044499', 'shared': False, 'security_group_rules': [{'id': '83c38ad8-e9d4-42e5-b699-0198de1f7380', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'security_group_id': '43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e', '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': 560, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:48Z', 'updated_at': '2023-07-24T08:40:48Z', 'revision_number': 0}, {'id': 'fe1c13e4-b145-4074-8a95-91214d28d2ae', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'security_group_id': '43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e', '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': N one, 'standard_attr_id': 561, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:48Z', 'updated_at': '2023-07-24T08:40:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:48Z', 'updated_at': '2023-07-24T08:40:48Z', 'revision_number': 1, 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec'}, 'floating_ip': {'id': '060a722d-9a99-4ffd-a7a9-8297d929724a', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'floating_ip_address': '172.24.4.42', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:50Z', 'updated_at': '2023-07-24T08:40:50Z', 'revision_number': 0, 'ip': '172.24.4.42'}} 2023-07-24 08:40:52,007 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 400 POST http://10.0.0.210/compute/v2.1/servers 0.042s 2023-07-24 08:40:52,008 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-330779285", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "4bb5e3d8-ec82-4714-850d-2a80535c60d5"}], "security_groups": [{"name": "tempest-securitygroup--1493987220"}], "key_name": "tempest-keypair-1942088418", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:51 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': '73', 'x-openstack-request-id': 'req-16bc896e-0452-4666-97bb-218737a0733f', 'x-compute-request-id': 'req-16bc896e-0452-4666-97bb-218737a0733f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {2} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [14.110172s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [17.761443s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 52, in test_snapshot_create_delete_with_volume_in_use server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:36,407 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.041s 2023-07-24 08:40:36,408 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64509196-7214-4aa6-b5a0-fe1b67b2c801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:40:36,995 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes 0.587s 2023-07-24 08:40:36,996 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980385eb-e3d9-4ee5-9770-3169db3e372f', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980385eb-e3d9-4ee5-9770-3169db3e372f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:36.856312", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:37,065 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.059s 2023-07-24 08:40:37,066 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Co ntent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b90ac9-a8dd-486f-85d2-b0b48ead4bad', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b90ac9-a8dd-486f-85d2-b0b48ead4bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:38,245 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.167s 2023-07-24 08:40:38,245 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce6cc3a-1534-4787-9973-b1ec7e243266', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce6cc3a-1534-4787-9973-b1ec7e243266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:39,342 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.074s 2023-07-24 08:40:39,342 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-type': 'application/json', 'x-compute-request-id': 'req-80f9f6f6-de08-4b78-85fe-e1509389ab51', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f9f6f6-de08-4b78-85fe-e1509389ab51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:40,431 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.070s 2023-07-24 08:40:40,432 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be7a58c-8b90-4e78-88b7-7ef2f073ad69', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be7a58c-8b90-4e78-88b7-7ef2f073ad69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:41,502 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.057s 2023-07-24 08:40:41,502 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d80729-56cf-4a6f-8c34-8e8fd40ebc4d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API- Version', 'x-openstack-request-id': 'req-46d80729-56cf-4a6f-8c34-8e8fd40ebc4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:42,585 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.061s 2023-07-24 08:40:42,585 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc5b8e3-4287-44ed-8f2c-9e1942939e96', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc5b8e3-4287-44ed-8f2c-9e1942939e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:43,673 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.076s 2023-07-24 08:40:43,674 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0742371-19a5-47e2-b329-3dbd5c289a12', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0742371-19a5-47e2-b329-3dbd5c289a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b2060 79473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:44,750 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.063s 2023-07-24 08:40:44,751 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2477e150-484a-41bb-8a5f-7ec302e6d3a8', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2477e150-484a-41bb-8a5f-7ec302e6d3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:44,770 80053 INFO [tempest.common.waiters] volume 2bc2c375-0b0e-4064-9804-bc0509cb6545 reached available after waiting for 7.770018 seconds 2023-07-24 08:40:44,771 80053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:40:44,771 80053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:44,856 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2023-07-24 08:40:44,856 80053 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-632465224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG3s1u0jx+keZx2RGzDbvWYQ6RPCSD0qUCnITunUz8QBLEcBNBULm2DE0r5ZaS/6MslQCy3qRJT6N/DNE6x5QRzr3/OM8QVrD/QcC48jnSpZR7+DahrtgUauI5tLY4cxDw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:44 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-08a0e522-bc31-4036-bf56-7fa569157ac5', 'x-compute-request-id': 'req-08a0e522-bc31-4036-bf56-7fa569157ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-632465224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG3s1u0jx+keZx2RGzDbvWYQ6RPCSD0qUCnITunUz8QBLEcBNBULm2DE0r5ZaS/6MslQCy3qRJT6N/DNE6x5QRzr3/OM8QVrD/QcC48jnSpZR7+DahrtgUauI5tLY4cxDw==", "fingerprint": "86:6b:5b:25:b3:c0:6f:74:1c:11:d6:23:2e:40:93:c4", "user_id": "d7f33e5c75d14f679e626b888651f909"}}' 2023-07-24 08:40:44,858 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-632465224 created 2023-07-24 08:40:45,401 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.541s 2023-07-24 08:40:45,401 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1072354784", "description": "tempest-description--889168580"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1c9ad4e8-3d00-4436-9d84-cc0fecd77162', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "name": "tempest-securitygroup--1072354784", "stateful": true, "tenant_id": "9791a54a5c6049f5b206079473911d1c", "description": "tempest-description--889168580", "shared": false, "security_group_rules": [{"id": "457efc73-6f3b-45f6-bee7-608ab19380db", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "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": 553, "description": null, "tags": [], "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 0}, {"id": "6e078800-e783-4204-8b25-57b5731f6cfc", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "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": 554, "description": null, "tags": [], "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 1, "project_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:45,864 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http:// 10.0.0.210:9696/networking/v2.0/security-group-rules 0.462s 2023-07-24 08:40:45,864 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-53ec3449-ffe6-4e2c-9819-3486f5d13dad', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7219a88-533b-4773-8df6-5001d6178138", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 0}}' 2023-07-24 08:40:46,353 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.488s 2023-07-24 08:40:46,354 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b1263752-f0e8-4eda-88ea-5c87fe1e5f09', 'date': 'Mon, 24 Jul 2023 08:40:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00a1c42f-35bb-4795-93a9-5d9cda169535", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:46Z", "updated_at": "2023-07-24T08:40:46Z", "revision_number": 0}}' 2023-07-24 08:40:46,354 80053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1072354784 created 2023-07-24 08:40:48,269 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.914s 2023-07-24 08:40:48,269 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-76ede905-2294-4623-ab98-77a8d1cc249d', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b2229398-7d37-4cbe-96c3-71affb770eeb", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "floating_ip_address": "172.24.4.10", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": " 9791a54a5c6049f5b206079473911d1c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:47Z", "updated_at": "2023-07-24T08:40:47Z", "revision_number": 0}}' 2023-07-24 08:40:48,270 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b2229398-7d37-4cbe-96c3-71affb770eeb', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.10', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:47Z', 'updated_at': '2023-07-24T08:40:47Z', 'revision_number': 0, 'ip': '172.24.4.10'} created 2023-07-24 08:40:48,376 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.097s 2023-07-24 08:40:48,377 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b9164fd1-b3a2-46e0-8fd9-3c92e028ae26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d7f33e5c75d14f679e626b888651f909", "name": "tempest-VolumesSnapshotTestJSON-142862748-project-member", "password_expires_at": null}, "audit_ids": ["MF3q3odkSlGMsksKQvjt5w"], "expires_at": "2023-07-24T09:40:48.000000Z", "issued_at": "2023-07-24T08:40:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9791a54a5c6049f5b206079473911d1c", "name": "tempest-VolumesSnapshotTestJSON-142862748"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210 /image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:48,377 80053 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5', 'name': 'tempest-VolumesSnapshotTestJSON-653696732-network', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9791a54a5c6049f5b206079473911d1c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15006, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:15Z', 'updated_at': '2023-07-24T08:40:16Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:48,378 80053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-632465224', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG3s1u0jx+keZx2RGzDbvWYQ6RPCSD0qUCnITunUz8QBLEcBNBULm2DE0r5ZaS/6MslQCy3qRJT6N/DNE6x5QRzr3/OM8QVrD/QcC48jnSpZR7+DahrtgUauI5tLY4cxDw==', 'fingerprint': '86:6b:5b:25:b3:c0:6f:74:1c:11:d6:23:2e:40:93:c4', 'user_id': 'd7f33e5c75d14f679e626b888651f909', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCzhB4UkbUJcVP7Oxzwpc6LaNk89gdilr0b83EuYXtszeqglKRQfuyd\n9nVflgMOxYKgBwYFK4EEACKhZANiAARt7NbtI8fpHmcdkRsw271mEOkTwkg9KlAp\nyE7p1M/EASxHATQVC5tgxNK+WWkv+jLJUAst6kSU+jfwzROseUEc69/zjPEFaw/0\nHAuPI50qWUe/g2oa7YFGriObS2OHMQ8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ba315597-c66b-465b-aca6-f54239a0fa3e', 'name': 'tempest-securitygroup--1072354784', 'stateful': True, 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'description': 'tempest-description--889168580', 'shared': False, 'security_group_rules': [{'id': '457efc73-6f3b-45f6-bee7-608ab19380db', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': 'ba315597-c66b-465b-aca6-f54239a0fa3e', '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': 553, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:45Z', 'updated_at': '2023-07-24T08:40:45Z', 'revision_number': 0}, {'id': '6e078800-e783-4204-8b25-57b5731f6cfc', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': 'ba315597-c66b-465b-aca6-f54239a0fa3e', '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': 554, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:45Z', 'updated_at': '2023-07-24T08:40:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:45Z', 'updated_at': '2023-07-24T08:40:45Z', 'revision_number': 1, 'project_id': '9791a54a5c6049f5b206079473911d1c'}, 'floating_ip': {'id': 'b2229398-7d37-4cbe-96c3-71affb770eeb', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.10', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': No ne, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:47Z', 'updated_at': '2023-07-24T08:40:47Z', 'revision_number': 0, 'ip': '172.24.4.10'}} 2023-07-24 08:40:48,404 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.0.0.210/compute/v2.1/servers 0.025s 2023-07-24 08:40:48,404 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1345913370", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5"}], "security_groups": [{"name": "tempest-securitygroup--1072354784"}], "key_name": "tempest-keypair-632465224", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:48 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': '73', 'x-openstack-request-id': 'req-afc24395-af84-485b-b3d5-facfab524405', 'x-compute-request-id': 'req-afc24395-af84-485b-b3d5-facfab524405', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:48,449 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-632465224 0.043s 2023-07-24 08:40:48,449 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:48 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-d363a1ff-5005-4d04-bb03-7f72090f21ed', 'x-compute-request-id': 'req-d363a1ff-5005-4d04-bb03-7f72090f21ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-632465224'} Body: b'' 2023-07-24 08:40:48,624 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e 0.174s 2023-07-24 08:40:48,625 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-53261ca8-d515-4c47-a23a-8b0b7c16496a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e'} Body: b'' 2023-07-24 08:40:48,653 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e 0.027s 2023-07-24 08:40:48,653 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-dc43ae8f-a861-43ac-ad4f-5196cdca91f7', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT' , 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ba315597-c66b-465b-aca6-f54239a0fa3e does not exist", "detail": ""}}' 2023-07-24 08:40:49,638 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b2229398-7d37-4cbe-96c3-71affb770eeb 0.984s 2023-07-24 08:40:49,638 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-b4708b65-6efd-4d88-a8df-30d1d7471bfe', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b2229398-7d37-4cbe-96c3-71affb770eeb'} Body: b'' 2023-07-24 08:40:49,691 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.052s 2023-07-24 08:40:49,691 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cb25061-ce13-410a-9582-0af3cc6c81fb', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cb25061-ce13-410a-9582-0af3cc6c81fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:49,776 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.074s 2023-07-24 08:40:49,777 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a0f977a-e28e-4889-b3bb-2ca414fc95f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'' 2023-07-24 08:40:49,837 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.059s 2023-07-24 08:40:49,837 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9edaa35e-4d9c-47aa-90a9-adc502e9a5c2', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9edaa35e-4d9c-47aa-90a9-adc502e9a5c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:50,910 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.056s 2023-07-24 08:40:50,911 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d66f59-3c5b-47f8-a11c-d6d5e4a59644', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d66f59-3c5b-47f8-a11c-d6d5e4a59644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http ://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:51,981 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.049s 2023-07-24 08:40:51,981 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b2731f-8373-4f15-a336-ead6da52af04', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b2731f-8373-4f15-a336-ead6da52af04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:53,078 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.078s 2023-07-24 08:40:53,079 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85dfcb65-69bc-43fe-8b33-5cc95ad77b67', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8 5dfcb65-69bc-43fe-8b33-5cc95ad77b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:54,124 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.022s 2023-07-24 08:40:54,124 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d862303-9e19-4f8b-8049-2b95b99cdcb7', 'x-openstack-request-id': 'req-3d862303-9e19-4f8b-8049-2b95b99cdcb7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2bc2c375-0b0e-4064-9804-bc0509cb6545 could not be found."}}' {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [30.494207s] ... ok {4} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [2.969647s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:53,508 80038 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:53,920 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.407s 2023-07-24 08:40:53,921 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-418653275", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMqwg7N6Xf5tF/PLdu1rY+khzZg1/gwZRHo5e2KTUBiC9ajoLmnKMaHoXhcI1A1GqV+OeecBWSu7uM0xAje6QsJvgqz5j5pEJ83jmrhFswiWaKs6kvjBKRab1GHPl+VC+g=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:53 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-035fd1a6-47a7-4e05-b0a1-19b3da3025a3', 'x-compute-request-id': 'req-035fd1a6-47a7-4e05-b0a1-19b3da3025a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-418653275", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMqwg7N6Xf5tF/PLdu1rY+khzZg1/gwZRHo5e2KTUBiC9ajoLmnKMaHoXhcI1A1GqV+OeecBWSu7uM0xAje6QsJvgqz5j5pEJ83jmrhFswiWaKs6kvjBKRab1GHPl+VC+g==", "fingerprint": "d5:91:05:62:bd:53:33:6d:17:1d:21:28:bb:82:69:80", "user_id": "99a6b304fd1b46539c89c7bbb4b64d26"}}' 2023-07-24 08:40:53,926 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-418653275 created 2023-07-24 08:40:54,204 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.276s 2023-07-24 08:40:54,204 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1125428785", "description": "tempest-description--630489367"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-75080610-71e2-4245-ac53-2be2d28aebc4', 'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "name": "tempest-securitygroup--1125428785", "stateful": true, "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "description": "tempest-description--630489367", "shared": false, "security_group_rules": [{"id": "199f1704-ae4f-4ca7-8027-00bc04921b2f", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "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": 603, "description": null, "tags": [], "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}, {"id": "ab5d2beb-0303-4761-bffd-1c5eb05e632a", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "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": 604, "description": null, "tags": [], "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:53Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 1, "project_id": "9e99a001f2e14cafa1836a97c4008b3e"}}' 2023-07-24 08:40:54,471 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.266s 2023-07-24 08:40:54,472 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-401f1d01-489e-4e5e-bb4a-1391f9b4d29d', 'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "14e71673-cf43-4813-869b-62ff5eabe372", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}}' 2023-07-24 08:40:54,861 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.388s 2023-07-24 08:40:54,861 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cd971093-3787-4682-ba3b-8d6734f53f11', 'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "67a4935e-08d2-4631-a684-8102d189cff3", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}}' 2023-07-24 08:40:54,862 80038 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1125428785 created 2023-07-24 08:40:56,293 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.430s 2023-07-24 08:40:56,293 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-150762b4-a975-4d03-a47f-cca13c4c0ac3', 'date': 'Mon, 24 Jul 2023 08:40:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "83d80a57-24e7-42f6-8563-e00101ed25bb", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "floating_ip_address": "172.24.4.252", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:55Z", "updated_at": "2023-07-24T08:40:55Z", "revision_number": 0}}' 2023-07-24 08:40:56,294 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '83d80a57-24e7-42f6-8563-e00101ed25bb', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'floating_ip_address': '172.24.4.252', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:55Z', 'updated_at': '2023-07-24T08:40:55Z', 'revision_number': 0, 'ip': '172.24.4.252'} created 2023-07-24 08:40:56,430 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.127s 2023-07-24 08:40:56,431 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-48e81170-9e1e-4e45-8f06-30cb47b98820', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "99a6b304fd1b46539c89c7bbb4b64d26", "name": "tempest-VolumesAdminNegativeTest-1849309393-project-member", "password_expires_at": null}, "audit_ids": ["va0aSC3pSyqFQxUbQPvjbA"], "expires_at": "2023-07-24T09:40:56.000000Z", "issued_at": "2023-07-24T08:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e99a001f2e14cafa1836a97c4008b3e", "name": "tempest-VolumesAdminNegativeTest-1849309393"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{" id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:56,432 80038 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'fec511d8-334a-44f0-a005-181dac5ed7e5', 'name': 'tempest-VolumesAdminNegativeTest-1827389663-network', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36882, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:30Z', 'updated_at': '2023-07-24T08:40:30Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:56,433 80038 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-418653275', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMqwg7N6Xf5tF/PLdu1rY+khzZg1/gwZRHo5e2KTUBiC9ajoLmnKMaHoXhcI1A1GqV+OeecBWSu7uM0xAje6QsJvgqz5j5pEJ83jmrhFswiWaKs6kvjBKRab1GHPl+VC+g==', 'fingerprint': 'd5:91:05:62:bd:53:33:6d:17:1d:21:28:bb:82:69:80', 'user_id': '99a6b304fd1b46539c89c7bbb4b64d26', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD7cglCQxdhhz1b8AskMPl/oE02PBu5xDNWUBaZUPOUnzAOA5ftu7ob\nz0oZHbmyQECgBwYFK4EEACKhZANiAATKsIOzel3+bRfzy3bta2PpIc2YNf4MGUR6\nOXtik1AYgvWo6C5pyjGh6F4XCNQNRqlfjnnnAVkru7jNMQI3ukLCb4Ks+Y+aRCfN\n45q4RbMIlmirOpL4wSkWm9Rhz5flQvo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0c1b7511-5dc7-4c5a-b04c-b3271a6ec360', 'name': 'tempest-securitygroup--1125428785', 'stateful': True, 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'description': 'tempest-description--630489367', 'shared': False, 'security_group_rules': [{'id': '199f1704-ae4f-4ca7-8027-00bc04921b2f', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'security_group_id': '0c1b7511-5dc7-4c5a-b04c-b3271a6ec360', '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': 603, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:54Z', 'updated_at': '2023-07-24T08:40:54Z', 'revision_number': 0}, {'id': 'ab5d2beb-0303-4761-bffd-1c5eb05e632a', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'security_group_id': '0c1b7511-5dc7-4c5a-b04c-b3271a6ec360', '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': 604, 'des cription': None, 'tags': [], 'created_at': '2023-07-24T08:40:54Z', 'updated_at': '2023-07-24T08:40:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:53Z', 'updated_at': '2023-07-24T08:40:54Z', 'revision_number': 1, 'project_id': '9e99a001f2e14cafa1836a97c4008b3e'}, 'floating_ip': {'id': '83d80a57-24e7-42f6-8563-e00101ed25bb', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'floating_ip_address': '172.24.4.252', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:55Z', 'updated_at': '2023-07-24T08:40:55Z', 'revision_number': 0, 'ip': '172.24.4.252'}} 2023-07-24 08:40:56,472 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-24 08:40:56,473 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-58309319", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fec511d8-334a-44f0-a005-181dac5ed7e5"}], "security_groups": [{"name": "tempest-securitygroup--1125428785"}], "key_name": "tempest-keypair-418653275", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 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': '73', 'x-openstack-request-id': 'req-eb8a2186-3a05-487d-a8a7-7b2807ccedf0', 'x-compute-request-id': 'req-eb8a2186-3a05-487d-a8a7-7b2807ccedf0', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:56,473 80038 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1629110. The failure could be related to https://launchpad.net/bugs/1629110 {4} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [0.177033s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:56,623 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.134s 2023-07-24 08:40:56,624 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-98c07625-3b95-41cf-be31-ce7f54a4b7f6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "99a6b304fd1b46539c89c7bbb4b64d26", "name": "tempest-VolumesAdminNegativeTest-1849309393-project-member", "password_expires_at": null}, "audit_ids": ["q4V3SlNZR-Kcc_ZmkodiTA"], "expires_at": "2023-07-24T09:40:56.000000Z", "issued_at": "2023-07-24T08:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e99a001f2e14cafa1836a97c4008b3e", "name": "tempest-VolumesAdminNegativeTest-1849309393"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:56,625 80038 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'fec511d8-334a-44f0-a005-181dac5ed7e5', 'name': 'tempest-VolumesAdminNegativeTest-1827389663-network', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e99a001f2e14cafa1 836a97c4008b3e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36882, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:30Z', 'updated_at': '2023-07-24T08:40:30Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:56,655 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:40:56,655 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-395783711", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fec511d8-334a-44f0-a005-181dac5ed7e5"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 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': '73', 'x-openstack-request-id': 'req-f108af70-6a52-465e-a783-1befa2c37cf3', 'x-compute-request-id': 'req-f108af70-6a52-465e-a783-1befa2c37cf3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [9.714203s] ... ok {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [17.156589s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [9.963940s] ... ok {0} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.172448s] ... ok {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.043240s] ... ok {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [12.362736s] ... ok {7} tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 9c8aca15-6196-4857-9fd6-9dc06acb3305 failed to delete and is in error_deleting status, ) {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [14.348820s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:04,300 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots 0.197s 2023-07-24 08:41:04,300 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a488e896-68bf-4c84-894d-9bb08182a333', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a488e896-68bf-4c84-894d-9bb08182a333', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.232204", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 08:41:04,341 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.037s 2023-07-24 08:41:04,341 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1800ee-eb6d-4651-a95f-6c5789df0bf4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1800ee-eb6d-4651-a95f-6c5789df0bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:05,374 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.025s 2023-07-24 08:41:05,374 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abc04c03-84a4-4a6d-8b25-267628604c2d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abc04c03-84a4-4a6d-8b25-267628604c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:06,417 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.036s 2023-07-24 08:41:06,418 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9438b0b5-236e-4045-afa3-c9fe94b91a2f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9438b0b5-236e-4045-afa3-c9fe94b91a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:07,462 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.038s 2023-07-24 08:41:07,463 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2808da86-4874-4b56-b3bd-cf930dbafaca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2808da86-4874-4b56-b3bd-cf930dbafaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:08,495 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.025s 2023-07-24 08:41:08,495 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09cc92b7-442b-450d-8d5c-68fa6da147bd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09cc92b7-442b-450d-8d5c-68fa6da147bd', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:09,542 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.042s 2023-07-24 08:41:09,543 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bf23112-0106-4155-b3de-d44cb11424df', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bf23112-0106-4155-b3de-d44cb11424df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:09.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:09,547 80053 INFO [tempest.common.waiters] snapshot 13db0b08-6a4a-4795-b8cf-7e1ae61d1186 reached available after waiting for 5.547415 seconds 2023-07-24 08:41:09,548 80053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:41:09,548 80053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:41:09,638 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.086s 2023-07-24 08:41:09,639 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1151519697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIZauiK7P35jMMHTSOLegRp8amfOlvfB4NWe1z0k2w+SscHFNXuX5XuxMqE4BM8kdtnZOfuY4NeyTpS6pT1vmbiUqjqtiyLtqxGFDbiMK4GCJaqYURk0I70U26qipfAFKg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba4f4df-4470-4945-b9a2-9783538a7f0d', 'x-compute-request-id': 'req-3ba4f4df-4470-4945-b9a2-9783538a7f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1151519697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIZauiK7P35jMMHTSOLegRp8amfOlvfB4NWe1z0k2w+SscHFNXuX5XuxMqE4BM8kdtnZOfuY4NeyTpS6pT1vmbiUqjqtiyLtqxGFDbiMK4GCJaqYURk0 I70U26qipfAFKg==", "fingerprint": "de:d6:f6:e4:65:7f:db:89:b8:1f:1d:ba:19:52:b1:5c", "user_id": "d7f33e5c75d14f679e626b888651f909"}}' 2023-07-24 08:41:09,643 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1151519697 created 2023-07-24 08:41:10,253 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.609s 2023-07-24 08:41:10,254 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1486957408", "description": "tempest-description--1890896064"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c916767a-4b9a-49e6-8a7f-589cfc59318e', 'date': 'Mon, 24 Jul 2023 08:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "990865fe-eded-49dd-a4d7-38d731130ba4", "name": "tempest-securitygroup--1486957408", "stateful": true, "tenant_id": "9791a54a5c6049f5b206079473911d1c", "description": "tempest-description--1890896064", "shared": false, "security_group_rules": [{"id": "3b4b5bbe-a4c6-4cb9-8acd-823a7f65afe8", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "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": 645, "description": null, "tags": [], "created_at": "2023-07-24T08:41:09Z", "updated_at": "2023-07-24T08:41:09Z", "revision_number": 0}, {"id": "d45a1d8f-9686-47c8-be37-93ff6349e666", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "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": 646, "description": null, "tags": [], "created_at": "2023-07-24T08:41:09Z", "updated_at": "2023-07-24T08:41:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:41:09Z", "updated_at": "2023-07-24T08:41:09Z", "revision_number": 1, "project_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:41:10,578 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.323s 2023-07-24 08:41:10,579 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-b6bcb156-74e0-4371-873c-846c2d435c67', 'date': 'Mon, 24 Jul 2023 08:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e413d6b0-7d0c-41f7-b69f-ea3612c1ca5a", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:41:10Z", "updated_at": "2023-07-24T08:41:10Z", "revision_number": 0}}' 2023-07-24 08:41:10,861 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.281s 2023-07-24 08:41:10,862 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3400e89e-e3b2-4f0b-80f4-575eab4f5c31', 'date': 'Mon, 24 Jul 2023 08:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "24095211-cbf7-425c-ba54-f3adc04aef96", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:41:10Z", "updated_at": "2023-07-24T08:41:10Z", "revision_number": 0}}' 2023-07-24 08:41:10,862 80053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1486957408 created 2023-07-24 08:41:12,115 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.252s 2023-07-24 08:41:12,116 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c1b31fce-64e4-4c5b-8af2-9c2c43183074', 'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d0cb3a80-3522-4a41-ae82-4e136480a722", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "floating_ip_address": "172.24.4.150", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9791a54a5c6049f5b206079473911d1c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:41:11Z", "updated_at": "2023-07-24T08:41:11Z", "revision_number": 0}}' 2023-07-24 08:41:12,116 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd0cb3a80-3522-4a41-ae82-4e136480a722', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.150', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:41:11Z', 'updated_at': '2023-07-24T08:41:11Z', 'revision_number': 0, 'ip': '172.24.4.150'} created 2023-07-24 08:41:12,238 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-24 08:41:12,239 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Bo dy: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d5a9a130-a4e8-469c-905c-5a150f7c5724', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d7f33e5c75d14f679e626b888651f909", "name": "tempest-VolumesSnapshotTestJSON-142862748-project-member", "password_expires_at": null}, "audit_ids": ["X-20MV20QryXE6B5XZKZOw"], "expires_at": "2023-07-24T09:41:12.000000Z", "issued_at": "2023-07-24T08:41:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9791a54a5c6049f5b206079473911d1c", "name": "tempest-VolumesSnapshotTestJSON-142862748"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:12,239 80053 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5', 'name': 'tempest-VolumesSnapshotTestJSON-653696732-network', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9791a54a5c6049f5b206079473911d1c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15006, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:15Z', 'updated_at': '2023-07-24T08:40:16 Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:12,240 80053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1151519697', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIZauiK7P35jMMHTSOLegRp8amfOlvfB4NWe1z0k2w+SscHFNXuX5XuxMqE4BM8kdtnZOfuY4NeyTpS6pT1vmbiUqjqtiyLtqxGFDbiMK4GCJaqYURk0I70U26qipfAFKg==', 'fingerprint': 'de:d6:f6:e4:65:7f:db:89:b8:1f:1d:ba:19:52:b1:5c', 'user_id': 'd7f33e5c75d14f679e626b888651f909', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAnaem9XOXrgr2J7yvd4tsYoUhRQ+XdFh/Xn8ciXLH51lo+A/2WYyu3\nXJggi02Q2sSgBwYFK4EEACKhZANiAASGWroiuz9+YzDB00ji3oEafGpnzpb3weDV\nntc9JNsPkrHBxTV7l+V7sTKhOATPJHbZ2Tn7mODXsk6UuqU9b5m4lKo6rYsi7asR\nhQ24jCuBgiWqmFEZNCO9FNuqoqXwBSo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '990865fe-eded-49dd-a4d7-38d731130ba4', 'name': 'tempest-securitygroup--1486957408', 'stateful': True, 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'description': 'tempest-description--1890896064', 'shared': False, 'security_group_rules': [{'id': '3b4b5bbe-a4c6-4cb9-8acd-823a7f65afe8', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': '990865fe-eded-49dd-a4d7-38d731130ba4', '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': 645, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:41:09Z', 'updated_at': '2023-07-24T08:41:09Z', 'revision_number': 0}, {'id': 'd45a1d8f-9686-47c8-be37-93ff6349e666', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': '990865fe-eded-49dd-a4d7-38d731130ba4', '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': 646, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:41:09Z', 'updated_at': '2023-07-24T08:41:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:41:09Z', 'updated_at': '2023-07-24T08:41:09Z', 'revision_number': 1, 'project_id': '9791a54a5c6049f5b206079473911d1c'}, 'floating_ip': {'id': 'd0cb3a80-3522-4a41-ae82-4e136480a722', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.150', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:41:11Z', 'updated_at': '2023-07-24T08:41:11Z', 'revision_number': 0, 'ip': '172.24.4.150'}} 2023-07-24 08:41:12,269 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:41:12,269 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1694451603", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5"}], "security_groups": [{"name": "tempest-securitygroup--1486957408"}], "key_name": "tempest-keypair-1151519697", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:12 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': '73', 'x-openstack-request-id': 'req-54ec63f9-1d7c-4fe1-9edb-591c29e7acb8', 'x-compute-request-id': 'req-54ec63f9-1d7c-4fe1-9edb-591c29e7acb8', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:41:12,314 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1151519697 0.043s 2023-07-24 08:41:12,315 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:12 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-3663ae88-29b6-4c2d-ae6d-b5dc184c44e6', 'x-compute-request-id': 'req-3663ae88-29b6-4c2d-ae6d-b5dc184c44e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1151519697'} Body: b'' 2023-07-24 08:41:12,529 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4 0.214s 2023-07-24 08:41:12,530 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c1f16630-c4bd-4ede-afdf-21ef50f4452b', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4'} Body: b'' 2023-07-24 08:41:12,551 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4 0.020s 2023-07-24 08:41:12,551 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8c2ea98e-4570-4e68-9d19-7b770d10d23f', 'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 990865fe-eded-49dd-a4d7-38d731130ba4 does not exist", "detail": ""}}' 2023-07-24 08:41:13,087 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d0cb3a80-3522-4a41-ae82-4e136480a722 0.535s 2023-07-24 08:41:13,087 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8696cc3a-af83-4a5f-bc57-d07ad55db297', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:41:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d0cb3a80-3522-4a41-ae82-4e136480a722'} Body: b'' 2023-07-24 08:41:13,192 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9791a54a5c6049f 5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.104s 2023-07-24 08:41:13,192 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45b2b93-c41a-4b1b-b12e-563f3550c797', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'' 2023-07-24 08:41:13,227 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.034s 2023-07-24 08:41:13,227 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4ebc80d-005e-41b6-9177-d223ce2f6336', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4ebc80d-005e-41b6-9177-d223ce2f6336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:14,280 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.046s 2023-07-24 08:41:14,281 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f9da70-6011-45f2-bef4-d19b29399e11', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f9da70-6011-45f2-bef4-d19b29399e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:15,344 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.055s 2023-07-24 08:41:15,344 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-754d5866-e65c-47e9-8197-1c3563e5168d', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-754d5866-e65c-47e9-8197-1c3563e5168d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:16,385 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.034s 2023-07-24 08:41:16,385 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de61145-0539-45c7-8a83-2793d68de6ec', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de61145-0539-45c7-8a83-2793d68de6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:17,416 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.026s 2023-07-24 08:41:17,416 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74055176-1926-4573-b3e8-b38f9152352b', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74055176-1926-4573-b3e8-b38f9152352b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:18 ,450 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.026s 2023-07-24 08:41:18,450 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8a96f8-80a5-43ce-9c4a-23c38b9bb256', 'x-openstack-request-id': 'req-8f8a96f8-80a5-43ce-9c4a-23c38b9bb256', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 13db0b08-6a4a-4795-b8cf-7e1ae61d1186 could not be found."}}' {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [23.601325s] ... ok {10} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [21.045740s] ... ok {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [29.430209s] ... ok {10} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.115368s] ... ok {10} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.057663s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [0.150519s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:25,413 80040 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.113s 2023-07-24 08:41:25,413 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6dadbf2a-9d74-4525-ac20-abfcd91bfcfa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1563c5cf6d7a4ca299173105e2c510a1", "name": "tempest-VolumesNegativeTest-400259846-project-member", "password_expires_at": null}, "audit_ids": ["po3oAJVGTYWJ1PDzgWb42Q"], "expires_at": "2023-07-24T09:41:25.000000Z", "issued_at": "2023-07-24T08:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "71611853cdb94f778877a016e5cce3da", "name": "tempest-VolumesNegativeTest-400259846"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/71611853cdb94f778877a016e5cce3da", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/71611853cdb94f778877a016e5cce3da", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/71611853cdb94f778877a016e5cce3da", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:25,414 80040 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-24 08:41:25,438 80040 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:41:25,438 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Con tent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-1729800949", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 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': '73', 'x-openstack-request-id': 'req-2b14709f-31e5-4377-9487-fac7eda56f6e', 'x-compute-request-id': 'req-2b14709f-31e5-4377-9487-fac7eda56f6e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [12.399942s] ... ok {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [0.265741s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:25,982 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.043s 2023-07-24 08:41:25,983 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e6279a58-0ec1-454e-b58f-47026736d69a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b83cd6b61fac410f9c08c8bd65cb1fde", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340-project-member", "password_expires_at": null}, "audit_ids": ["4Tdf3y4QRZyCiaPcr9gYyw"], "expires_at": "2023-07-24T09:41:25.000000Z", "issued_at": "2023-07-24T08:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "000355bb8e47480fa9bd0279eada9f51", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:25,984 80044 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '3f7339e6-5223-4817-9981-e4bd546856ed', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-323573852-network', 'tenant_id': '000355bb8e47480fa9bd0279eada9f51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '000355bb8e47480fa9bd0279eada9f51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51257, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:13Z', 'updated_at': '2023-07-24T08:41:13Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:26,193 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.208s 2023-07-24 08:41:26,194 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-175016824", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "3f7339e6-5223-4817-9981-e4bd546856ed"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-f8ea0f23-bf9e-44aa-943e-ce75a94e61cd', 'x-compute-request-id': 'req-f8ea0f23-bf9e-44aa-943e-ce75a94e61cd', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [0.130964s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:26,303 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-07-24 08:41:26,304 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e9746b6d-dc89-4e81-82d3-7704676111f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b83cd6b61fac410f9c08c8bd65cb1fde", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340-project-member", "password_expires_at": null}, "audit_ids": ["ex95YMk9TbGbIp87TkMFmQ"], "expires_at": "2023-07-24T09:41:26.000000Z", "issued_at": "2023-07-24T08:41:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "000355bb8e47480fa9bd0279eada9f51", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:26,304 80044 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '3f7339e6-5223-4817-9981-e4bd546856ed', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-323573852-network', 'tenant_id': '000355bb8e47480fa9bd0279eada9f51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '000355bb8e47480fa9bd0279eada9f51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51257, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:13Z', 'updated_at': '2023-07-24T08:41:13Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:26,328 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:41:26,328 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1932446676", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "3f7339e6-5223-4817-9981-e4bd546856ed"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-2a43c9b2-2e53-4221-a316-37c867c1db55', 'x-compute-request-id': 'req-2a43c9b2-2e53-4221-a316-37c867c1db55', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.495672s] ... ok {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.373093s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [4.517912s] ... ok {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [22.585712s] ... ok {4} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 834, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.281175s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.019977s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.015761s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.099024s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.028229s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.033604s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.024790s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.025935s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.035889s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.023038s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.132050s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.151789s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.054034s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [4.659089s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.018654s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.025109s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.027371s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.030863s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.023176s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.023914s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.015626s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.046477s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.016449s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.098918s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.047381s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.016286s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.186622s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.108539s] ... ok {9} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.964715s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.105846s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.072927s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.171145s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.230046s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.042251s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.024859s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.011377s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.037152s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.038542s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.025859s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [9.977467s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.030720s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.016046s] ... ok {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [27.744785s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.027283s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.015879s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.030878s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.310490s] ... ok {5} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.036755s] ... ok {4} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.375421s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.243267s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.117869s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.262095s] ... ok {1} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {3} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [15.298448s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.164258s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.130837s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.014866s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.028989s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.017225s] ... ok {0} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [9.437690s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.057599s] ... ok {4} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.468800s] ... ok {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [31.244546s] ... ok {4} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.366727s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [9.396180s] ... ok {7} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {7} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {9} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [4.141742s] ... ok {2} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [7.113257s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 163, in test_old_versions_reject server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:59,939 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.115s 2023-07-24 08:41:59,940 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2851', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0bb7e4e3-3ba8-4211-b86f-c592ec47866e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "747e7babe02a48b88e97c4099b925c93", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-176152087-project-member", "password_expires_at": null}, "audit_ids": ["2N3wGhC9TP2msNrg2r8DVQ"], "expires_at": "2023-07-24T09:41:59.000000Z", "issued_at": "2023-07-24T08:41:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "764fd4a1dab64a64afc28c52ddd2b04d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-176152087"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/764fd4a1dab64a64afc28c52ddd2b04d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/764fd4a1dab64a64afc28c52ddd2b04d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/764fd4a1dab64a64afc28c52ddd2b04d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:59,940 80034 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '8ea94764-fb39-4350-8242-2e65cd7f5eab', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-2108154914-network', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '764fd4a1 dab64a64afc28c52ddd2b04d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24282, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:35Z', 'updated_at': '2023-07-24T08:41:35Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:59,942 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:41:59,942 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:42:00,230 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.283s 2023-07-24 08:42:00,230 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-848538052", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPZkj46e4KC/bk+53g7rnYg1E0oaav85aTlp5bGE0AK3DapR1HjGraFSU1+OLy9XmN7N6kdqeXQgcMyrejMKlGHpVoqiSfPgnoH3ZmTUyl26kZQzkPXFm4Bl3vS54FLzw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:59 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-f9df84ce-1b13-4607-b1cc-265cd2f38db4', 'x-compute-request-id': 'req-f9df84ce-1b13-4607-b1cc-265cd2f38db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-848538052", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPZkj46e4KC/bk+53g7rnYg1E0oaav85aTlp5bGE0AK3DapR1HjGraFSU1+OLy9XmN7N6kdqeXQgcMyrejMKlGHpVoqiSfPgnoH3ZmTUyl26kZQzkPXFm4Bl3vS54FLzw==", "fingerprint": "21:43:c0:67:40:c4:f0:8d:b8:ac:6b:24:e1:31:11:4f", "user_id": "747e7babe02a48b88e97c4099b925c93"}}' 2023-07-24 08:42:00,233 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-848538052 created 2023-07-24 08:42:00,434 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.201s 2023-07-24 08:42:00,435 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1954559393", "description": "tempest-description--240190477"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-6993f389-e229-47c2-82f0-0b1724dfa8a9', 'date': 'Mon, 24 Jul 2023 08:42:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "name": "tempest-securitygroup--1954559393", "stateful": true, "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "description": "tempest-description--240190477", "shared": false, "security_group_rules": [{"id": "aa4d0ffb-1a96-496c-8a82-72803ba3e74f", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "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" : 867, "description": null, "tags": [], "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}, {"id": "b4bebcd1-7a24-4c4c-802f-f6b4b52df5eb", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "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": 868, "description": null, "tags": [], "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 1, "project_id": "764fd4a1dab64a64afc28c52ddd2b04d"}}' 2023-07-24 08:42:00,643 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-07-24 08:42:00,643 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7a6557d5-273d-4966-9941-d6f9f8daaafe', 'date': 'Mon, 24 Jul 2023 08:42:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d69757b6-d6e6-4049-9d96-c2a2ef847e58", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}}' 2023-07-24 08:42:00,848 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-07-24 08:42:00,848 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-56120a4e-44ef-4774-bdad-291a04a60401', 'date': 'Mon, 24 Jul 2023 08:42:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a508c76-559e-4a0e-a360-48911c5e8aa1", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}}' 2023-07-24 08:42:00,849 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1954559393 created 2023-07-24 08:42:04,547 80034 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.698s 2023-07-24 08:42:04,548 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-cdbb4275-05a9-4f45-bbfa-f6103e2e95dd', 'date': 'Mon, 24 Jul 2023 08:42:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e13fde31-996b-4e27-a70f-a816196d3ddd", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "floating_ip_address": "172.24.4.122", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:42:02Z", "updated_at": "2023-07-24T08:42:02Z", "revision_number": 0}}' 2023-07-24 08:42:04,548 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e13fde31-996b-4e27-a70f-a816196d3ddd', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:02Z', 'updated_at': '2023-07-24T08:42:02Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-07-24 08:42:04,549 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-848538052', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPZkj46e4KC/bk+53g7rnYg1E0oaav85aTlp5bGE0AK3DapR1HjGraFSU1+OLy9XmN7N6kdqeXQgcMyrejMKlGHpVoqiSfPgnoH3ZmTUyl26kZQzkPXFm4Bl3vS54FLzw==', 'fingerprint': '21:43:c0:67:40:c4:f0:8d:b8:ac:6b:24:e1:31:11:4f', 'user_id': '747e7babe02a48b88e97c4099b925c93', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAcXAiPFhNt5eRU0kVqOQQBVMZYJLhlCBVbnuHewlgYQaUdbmos1CQP\nsTGbhUDhhi+gBwYFK4EEACKhZANiAART2ZI+OnuCgv25Pud4O652INRNKGmr/OWk\n5aeWxhNACtw2qUdR4xq2hUlNfji8vV5jezepHanl0IHDMq3ozCpRh6VaKoknz4J6\nB92Zk1MpdupGUM5D1xZuAZd70ueBS88=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dc30aa0e-af71-4196-b604-d252abaaf52c', 'name': 'tempest-securitygroup--1954559393', 'stateful': True, 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'description': 'tempest-description--240190477', 'shared': False, 'security_group_rules': [{'id': 'aa4d0ffb-1a96-496c-8a82-72803ba3e74f', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'security_group_id': 'dc30aa0e-af71-4196-b604-d252abaaf52c', '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': 867, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:00Z', 'updated_at': '2023-07-24T08:42:00Z', 'revision_number': 0}, {'id': 'b4bebcd1-7a24-4c4c-802f-f6b4b52df5eb', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'security_group_id': 'dc30aa0e-af71-4196-b604-d252abaaf52c', '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': 868, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:00Z', 'updated_at': '2023-07-24T08:42:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:42:00Z', 'updated_at': '2023-07-24T08:42:00Z', 'revision_number': 1, 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d'}, 'floating_ip': {'id': 'e13fde31-996b-4e27-a70f-a816196d3ddd', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:02Z', 'updated_at': '2023-07-24T08:42:02Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-07-24 08:42:04,579 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:42:04,579 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1421722869", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "8ea94764-fb39-4350-8242-2e65cd7f5eab"}], "security_groups": [{"name": "tempest-securitygroup--1954559393"}], "key_name": "tempest-keypair-848538052", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:04 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': '73', 'x-openstack-request-id': 'req-db446551-1270-4aab-8a22-0b3cd23e91f9', 'x-compute-request-id': 'req-db446551-1270-4aab-8a22-0b3cd23e91f9', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:04,627 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-848538052 0.044s 2023-07-24 08:42:04,627 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:04 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-dda7a70b-88e8-4f10-a735-bd59fa3e5aee', 'x-compute-request-id': 'req-dda7a70b-88e8-4f10-a735-bd59fa3e5aee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-848538052'} Body: b'' 2023-07-24 08:42:05,080 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c 0.452s 2023-07-24 08:42:05,080 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5ba0d0a6-14c0-4fd2-b80f-94cf92eaa1ea', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c'} Body : b'' 2023-07-24 08:42:05,152 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c 0.071s 2023-07-24 08:42:05,153 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6647ec85-869a-492c-8468-825544b0e2af', 'date': 'Mon, 24 Jul 2023 08:42:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dc30aa0e-af71-4196-b604-d252abaaf52c does not exist", "detail": ""}}' 2023-07-24 08:42:06,926 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e13fde31-996b-4e27-a70f-a816196d3ddd 1.773s 2023-07-24 08:42:06,927 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-22ce09c8-8340-4c8f-a789-602f856c3f93', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e13fde31-996b-4e27-a70f-a816196d3ddd'} Body: b'' {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [22.583877s] ... ok {10} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [25.040879s] ... ok {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [30.718327s] ... ok {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.483423s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.046538s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.033098s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.026050s] ... ok {1} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [8.351719s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 56, in test_snapshot_data_integrity server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:08,914 80032 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:42:08,914 80032 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:42:09,221 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.303s 2023-07-24 08:42:09,221 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-959797645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0XXDclQDLsqOdklZ9wbmL1j8uPg0vNptigw/WOQLx/Hxi+whK/vPmTB1geqjYrntqRqP4+ZnZYPWQ2EX7RwiYqHQyy0tOv2YvQ72RYknaEfC1n5wTWkSkYslLzWulR/Q=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:08 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-95b350aa-76b4-4074-9ac8-cd10f5142095', 'x-compute-request-id': 'req-95b350aa-76b4-4074-9ac8-cd10f5142095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-959797645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0XXDclQDLsqOdklZ9wbmL1j8uPg0vNptigw/WOQLx/Hxi+whK/vPmTB1geqjYrntqRqP4+ZnZYPWQ2EX7RwiYqHQyy0tOv2YvQ72RYknaEfC1n5wTWkSkYslLzWulR/Q==", "fingerprint": "bd:03:fb:74:fc:b9:9b:af:d0:14:59:c0:3f:23:9c:50", "user_id": "e529a64cc3f3465faaf36e33da3588c1"}}' 2023-07-24 08:42:09,226 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-959797645 created 2023-07-24 08:42:09,863 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.636s 2023-07-24 08:42:09,863 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1960748993", "description": "tempest-description--2081631950"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-eb7a74fc-d2ad-4556-bbd7-8aeb01295d17', 'date': 'Mon, 24 Jul 2023 08:42:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "name": "tempest-securitygroup--1960748993", "stateful": true, "tenant_id": "1541f77129ad445591fba4fa83a47911", "description": "tempest-description--2081631950", "shared": false, "security_group_rules": [{"id": "0c324a84-3997-4ec1-924c-a9418bab5466", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "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": 902, "description": null, "tags": [], "created_at": "2023-07-24T08:42:09Z", "updated_at": "2023-07-24T08:42:09Z", "revision_number": 0}, {"id": "11b918a4-66d3-4338-92df-12055fa36c3f", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 903, "description": null, "tags": [], "created_at": "2023-07-24T08:42:09Z", "updated_at": "2023-07-24T08:42:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:09Z", "updated_at": "2023-07-24T08:42:09Z", "revision_number": 1, "project_id": "1541f77129ad445591fba4fa83a47911"}}' 2023-07-24 08:42:10,356 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.491s 2023-07-24 08:42:10,356 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4d84ce14-365a-4913-91af-c0e7f1c88daf', 'date': 'Mon, 24 Jul 2023 08:42:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0a3f1a53-678a-48f6-ab2d-37bc3862badb", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:10Z", "updated_at": "2023-07-24T08:42:10Z", "revision_number": 0}}' 2023-07-24 08:42:10,944 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.587s 2023-07-24 08:42:10,944 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-27a43a65-b2f2-4056-a035-40b173c1f978', 'date': 'Mon, 24 Jul 2023 08:42:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "162f9a10-638e-4527-a3c7-0e9c197a00cb", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:10Z", "updated_at": "2023-07-24T08:42:10Z", "revision_number": 0}}' 2023-07-24 08:42:10,944 80032 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1960748993 created 2023-07-24 08:42:12,628 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.683s 2023-07-24 08:42:12,629 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-b9a6acb2-3957-474f-a924-6f549b69f5b3', 'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5e735b38-b9e5-4326-aca4-075ad3dae1f9", "tenant_id": "1541f77129ad445591fba4fa83a47911", "floating_ip_address": "172.24.4.138", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1541f77129ad445591fba4fa83a47911", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 0}}' 2023-07-24 08:42:12,629 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5e735b38-b9e5-4326-aca4-075ad3dae1f9', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'floating_ip_address': '172.24.4.138', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1541f77129ad445591fba4fa83a47911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:12Z', 'updated_at': '2023-07-24T08:42:12Z', 'revision_number': 0, 'ip': '172.24.4.138'} created 2023-07-24 08:42:12,927 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.297s 2023-07-24 08:42:12,927 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-848052258", "description": "tempest-secgroup-smoke-848052258 description", "project_id": "1541f77129ad445591fba4fa83a47911"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-b908c6c9-21f3-46ca-a11b-9b1acafd73f6', 'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "name": "tempest-secgroup-smoke-848052258", "stateful": true, "tenant_id": "1541f77129ad445591fba4fa83a47911", "description": "tempest-secgroup-smoke-848052258 description", "shared": false, "security_group_rules": [{"id": "3a8e18c0-4747-48d9-bb1d-2c608a1804ce", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "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": 928, "description": null, "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 0}, {"id": "c537d1ef-a642-4044-8bd7-c326442b73a1", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "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": 929, "description": null, "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 1, "project_id": "1541f77129ad445591fba4fa83a47911"}}' 2023-07-24 08:42:13,120 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2. 0/security-group-rules 0.192s 2023-07-24 08:42:13,120 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-01cc531d-67b5-4258-81b9-3924bdaea431', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b10cd121-8f99-4291-9589-6d3421ad368c", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:13,325 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-07-24 08:42:13,326 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-2184b826-9251-46f7-b53d-2ebaf5630c47', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f2d5f32f-5ad8-4f76-b8d2-334aab51659f", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:13,532 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-24 08:42:13,533 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1fc4f88b-428b-4b4c-be68-fc0264aca11b', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7136833f-09db-4421-852d-d44ce798db1e", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_mi n": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:13,991 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.457s 2023-07-24 08:42:13,991 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-f8aeac5a-0aaa-45d4-a2cd-40b8a8e3db28', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9f9c6bbb-09c9-44de-80bd-3fe26d34b667", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:14,436 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.445s 2023-07-24 08:42:14,437 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0d5ff663-0791-44d6-b32f-c0af2530582d', 'date': 'Mon, 24 Jul 2023 08:42:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e5f52290-5edb-4636-a12d-d36b4203b167", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:14Z", "updated_at": "2023-07-24T08:42:14Z", "revision_number": 0}}' 2023-07-24 08:42:15,096 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.658s 2023-07-24 08:42:15,096 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d3a6c220-a03a-490d-b3a3-98999d8e95f3', 'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "563cac74-e6ec-4816-80de-d56c34f383d4", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:14Z", "updated_at": "2023-07-24T08:42:14Z", "revision_number": 0}}' 2023-07-24 08:42:15,326 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.224s 2023-07-24 08:42:15,326 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-76d73ba1-14c0-4c14-844e-9eb5d5f1a771', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e529a64cc3f3465faaf36e33da3588c1", "name": "tempest-SnapshotDataIntegrityTests-1054531146-project-member", "password_expires_at": null}, "audit_ids": ["9JUH4a2wSpKQQz-x-SBxcw"], "expires_at": "2023-07-24T09:42:15.000000Z", "issued_at": "2023-07-24T08:42:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1541f77129ad445591fba4fa83a47911", "name": "tempest-SnapshotDataIntegrityTests-1054531146"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1541f77129ad445591fba4fa83a47911", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1541f77129ad445591fba4fa83a47911", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url ": "http://10.0.0.210/volume/v3/1541f77129ad445591fba4fa83a47911", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:15,327 80032 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '581e100e-33a8-440d-9675-3bfa60cadd1c', 'name': 'tempest-SnapshotDataIntegrityTests-909942038-network', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1541f77129ad445591fba4fa83a47911', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51015, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:43Z', 'updated_at': '2023-07-24T08:41:43Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:15,328 80032 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-959797645', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0XXDclQDLsqOdklZ9wbmL1j8uPg0vNptigw/WOQLx/Hxi+whK/vPmTB1geqjYrntqRqP4+ZnZYPWQ2EX7RwiYqHQyy0tOv2YvQ72RYknaEfC1n5wTWkSkYslLzWulR/Q==', 'fingerprint': 'bd:03:fb:74:fc:b9:9b:af:d0:14:59:c0:3f:23:9c:50', 'user_id': 'e529a64cc3f3465faaf36e33da3588c1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCbfKDaoY5ba4vopBj7OcZpSN04K+b2CEy+y5yNUFU+6L2ZYnwV+E2j\nALSXWnBheMKgBwYFK4EEACKhZANiAASdF1w3JUAy7KjnZJWfcG5i9Y/Lj4NLzabY\noMP1jkC8fx8YvsISv7z5kwdYHqo2K57akaj+PmZ2WD1kNhF+0cImKh0MstLTr9mL\n0O9kWJJ2hHwtZ+cE1pEpGLJS81rpUf0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b', 'name': 'tempest-securitygroup--1960748993', 'stateful': True, 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'description': 'tempest-description--2081631950', 'shared': False, 'security_group_rules': [{'id': '0c324a84-3997-4ec1-924c-a9418bab5466', 'project_id': '1541f77129ad445591fba4fa83a47911', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'security_group_id': '9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b', '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': 902, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:09Z', 'updated_at': '2023-07-24T08:42:09Z', 'revision_number': 0}, {'id': '11b918a4-66d3-4338-92df-12055fa36c3f', 'project_id': '1541f77129ad445591fba4fa83a47911', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'security_group_id': '9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b', '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': 903, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:09Z', 'updated_at': '2023-07-24T08:42:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:42:09Z', 'updated_at': '2023-07-24T08:42:09Z', 'revision_number': 1, 'project_id': '1541f77129ad445591fba4fa83a47911'}, 'floating_ip': {'id': '5e735b38-b9e5-4326-aca4-075ad3dae1f9', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'floating_ip_address': '172.24.4.138', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1541f77129ad445591fba4fa83a47911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:12Z', 'updated_at': '2023-07-24T08:42:12Z', 'revision_number': 0, 'ip': '172.24.4.138'}} 2023-07-24 08:42:15,352 80032 INFO [tempest.lib.common.res t_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:42:15,353 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-582748262", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "key_name": "tempest-keypair-959797645", "security_groups": [{"name": "tempest-secgroup-smoke-848052258"}, {"name": "tempest-securitygroup--1960748993"}], "networks": [{"uuid": "581e100e-33a8-440d-9675-3bfa60cadd1c"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 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': '73', 'x-openstack-request-id': 'req-8eecb13d-0a56-442f-9fd3-ed283d20f601', 'x-compute-request-id': 'req-8eecb13d-0a56-442f-9fd3-ed283d20f601', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:15,766 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/33bb52ee-7366-4e5b-a18d-13c07bbeacae 0.411s 2023-07-24 08:42:15,767 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c2c867f-21de-43ce-bafa-83b8937e6653', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/33bb52ee-7366-4e5b-a18d-13c07bbeacae'} Body: b'' 2023-07-24 08:42:15,814 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-959797645 0.046s 2023-07-24 08:42:15,814 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 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-0acd8823-ddbf-4b28-a1db-a6427090acda', 'x-compute-request-id': 'req-0acd8823-ddbf-4b28-a1db-a6427090acda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-959797645'} Body: b'' 2023-07-24 08:42:16,209 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b 0.394s 2023-07-24 08:42:16,209 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4a4eb1ff-2dfc-48e2-be1a-cc6e24f0dbfd', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b'} Body: b'' 2023-07-24 08:42:16,228 80032 INFO [tempest.lib. common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b 0.018s 2023-07-24 08:42:16,228 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-185e20dc-21bd-4b51-bdee-cd0505bf83a6', 'date': 'Mon, 24 Jul 2023 08:42:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b does not exist", "detail": ""}}' 2023-07-24 08:42:17,263 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5e735b38-b9e5-4326-aca4-075ad3dae1f9 1.034s 2023-07-24 08:42:17,264 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-85014d07-ff49-4873-ac01-6939866c4f46', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5e735b38-b9e5-4326-aca4-075ad3dae1f9'} Body: b'' {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [29.871058s] ... ok {2} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {2} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {7} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.591279s] ... ok {7} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.313524s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [8.482329s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.037568s] ... ok {4} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {1} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [20.227661s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 25c50e20-981d-4b74-9f9f-7a6bee2c811f failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:12,765 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes 0.249s 2023-07-24 08:42:12,766 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1719015335"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c2cbe9a-aa11-497b-8a01-fc593f520a43', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c2cbe9a-aa11-497b-8a01-fc593f520a43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:12.697071", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:42:12,820 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.042s 2023-07-24 08:42:12,820 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b416d551-76fe-4f86-8508-5a990085c1fd', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b416d551-76fe-4f86-8508-5a990085c1fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:14,020 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.083s 2023-07-24 08:42:14,020 80042 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41566596-dd8e-451d-890f-91be480c962b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41566596-dd8e-451d-890f-91be480c962b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:15,074 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.042s 2023-07-24 08:42:15,074 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fced1c11-10c3-44bc-9a61-dce03799bbfd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fced1c11-10c3-44bc-9a61-dce03799bbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:15.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:15,085 80042 INFO [tempest.common.waiters] volume 25c50e20-981d-4b74-9f9f-7a6bee2c811f reached available after waiting for 3.085045 seconds 2023-07-24 08:42:15,362 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots 0.277s 2023-07-24 08:42:15,362 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'app lication/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "name": "tempest-VolumesDeleteCascade-Snapshot-100051383"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b84dee-d6a8-4e98-a70c-d82d06aac586', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b84dee-d6a8-4e98-a70c-d82d06aac586', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.258262", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 08:42:15,394 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.025s 2023-07-24 08:42:15,394 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e439d4-2e3c-462b-934e-6d46759eb41f', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e439d4-2e3c-462b-934e-6d46759eb41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:16,426 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.027s 2023-07-24 08:42:16,427 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae9e765-f8ba-4700-b90a-7918e4d60473', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae9e765-f8ba-4700-b90a-7918e4d60473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:17,500 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cas cade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.069s 2023-07-24 08:42:17,501 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa718ff3-4ab8-4109-9285-08d26e51d6be', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa718ff3-4ab8-4109-9285-08d26e51d6be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:18,539 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.030s 2023-07-24 08:42:18,539 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dae2efd-78c2-4e9a-9c16-0a87c39bab5c', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dae2efd-78c2-4e9a-9c16-0a87c39bab5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:19,586 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.040s 2023-07-24 08:42:19,587 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f682ccb3-1dff-4c6b-a294-a3e96e817a4b', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f682ccb3-1dff-4c6b-a294-a3e96e817a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": "2023-07-24T08:42:19.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c 50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:42:19,593 80042 INFO [tempest.common.waiters] snapshot 1bea4954-3e26-4fb1-b30d-271e7bd14847 reached available after waiting for 4.593543 seconds 2023-07-24 08:42:20,054 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes 0.460s 2023-07-24 08:42:20,054 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-835660658"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c1b4f6-8965-47a7-9492-5ab3a97b3f9e', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c1b4f6-8965-47a7-9492-5ab3a97b3f9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:19.915537", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:42:20,161 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.089s 2023-07-24 08:42:20,162 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305dacba-c829-440a-922a-713e1fbfb9e1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305dacba-c829-440a-922a-713e1fbfb9e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encryp ted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:21,255 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.073s 2023-07-24 08:42:21,255 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5981c4-0ee8-4322-8cb1-a167e72f922a', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5981c4-0ee8-4322-8cb1-a167e72f922a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:22,345 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.065s 2023-07-24 08:42:22,346 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fabbe8f-25c9-460e-ae5b-74f9a7382b17', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fabbe8f-25c9-460e-ae5b-74f9a7382b17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06 9e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:23,452 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.087s 2023-07-24 08:42:23,453 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4141f208-4623-4323-bdf1-4279ea75789c', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4141f208-4623-4323-bdf1-4279ea75789c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:24,517 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.044s 2023-07-24 08:42:24,517 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e86f6126-3c16-4571-b39c-4d24eab19f0f', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e86f6126-3c16-4571-b39c-4d24eab19f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:25,593 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volu me_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.061s 2023-07-24 08:42:25,593 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea7bf77-9107-4ba6-bdff-8ee04ac3ddfd', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea7bf77-9107-4ba6-bdff-8ee04ac3ddfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:25,617 80042 INFO [tempest.common.waiters] volume 852fa876-dead-4711-b55f-a59b6732ad61 reached available after waiting for 5.617193 seconds 2023-07-24 08:42:25,670 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.052s 2023-07-24 08:42:25,670 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376cdce0-dcbd-4605-bd6c-d2a55f4c16e6', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376cdce0-dcbd-4605-bd6c-d2a55f4c16e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:25,788 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDelete Cascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f?cascade=True 0.105s 2023-07-24 08:42:25,788 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf5c8fa5-7a4d-4548-aa76-0bed511a2ad5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f?cascade=True'} Body: b'' 2023-07-24 08:42:25,846 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.057s 2023-07-24 08:42:25,846 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381b9297-7f21-43dd-88a6-25ee00cded8e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381b9297-7f21-43dd-88a6-25ee00cded8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:26.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:26,973 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.116s 2023-07-24 08:42:26,974 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca6d10d-e762-4986-aac0-bc7049e220c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca6d10d-e762-4986-aac0-bc7049e220c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:26.000000", "name": "te mpest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:28,046 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.050s 2023-07-24 08:42:28,046 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26f823eb-8c66-4613-8a94-d39bfc01c7b2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26f823eb-8c66-4613-8a94-d39bfc01c7b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:28,131 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.073s 2023-07-24 08:42:28,132 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-214675ec-b8ca-48ad-bd07-cc102c0b52e6', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-214675ec-b8ca-48ad-bd07-cc102c0b52e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http:// 10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:28,250 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.108s 2023-07-24 08:42:28,251 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3226aa5-7fa5-420c-a356-7ee651495847', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'' 2023-07-24 08:42:28,330 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.079s 2023-07-24 08:42:28,331 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a598235b-e354-4780-9335-16c5f81c456d', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a598235b-e354-4780-9335-16c5f81c456d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:29,404 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.051s 2023-07-24 08:42:29,405 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af037cd9-5ad3-47ad-aa55-2a9feb5631b8', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af037cd9-5ad3-47ad-aa55-2a9feb5631b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:30,470 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.053s 2023-07-24 08:42:30,470 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989cc0e5-8cb0-4d0a-8bf3-5d66c7e72945', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989cc0e5-8cb0-4d0a-8bf3-5d66c7e72945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:31,557 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.071s 2023-07-24 08:42:31,557 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286f44ab-24f2-4986-857c-74e42f0a938f', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286f44ab-24f2-4986-857c-74e42f0a938f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0 69e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:32,594 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.021s 2023-07-24 08:42:32,595 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b837598-3c79-474b-bfab-44cb7243e730', 'x-openstack-request-id': 'req-7b837598-3c79-474b-bfab-44cb7243e730', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 852fa876-dead-4711-b55f-a59b6732ad61 could not be found."}}' 2023-07-24 08:42:32,649 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.053s 2023-07-24 08:42:32,649 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '137', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e8ac14-48ec-4ffb-9ed3-e748398cd36c', 'x-openstack-request-id': 'req-e6e8ac14-48ec-4ffb-9ed3-e748398cd36c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-24 08:42:32,693 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.042s 2023-07-24 08:42:32,693 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33ff7693-3ca6-43af-b5a5-1298418c4a75', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33ff7693-3ca6- 43af-b5a5-1298418c4a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:32,742 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.037s 2023-07-24 08:42:32,742 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a7b4f0-3de4-461a-be17-fbebe6dbe0db', 'x-openstack-request-id': 'req-f8a7b4f0-3de4-461a-be17-fbebe6dbe0db', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.318962s] ... ok {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.075018s] ... ok {5} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [3.084176s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 190, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:35,491 80040 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 08:42:36,464 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 0.973s 2023-07-24 08:42:36,465 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--970389689", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-53d8dd1b-ab48-492e-96a9-7033ddb9f6d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--970389689", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fa6eb6dd9fcf4198b18c52155322f292", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e032d29d-1443-4177-a3c6-263a8e61004e", "created_at": "2023-07-24T08:42:36Z", "updated_at": "2023-07-24T08:42:36Z", "tags": [], "self": "/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e", "file": "/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:42:38,285 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e/file 1.820s 2023-07-24 08:42:38,285 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5a13332d-11f9-488e-be37-e12ba5d0fead', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e/file'} Body: b'' 2023-07-24 08:42:38,286 80040 DEBUG [tempest.scenario.manager] image:e032d29d-1443-4177-a3c6-263a8e61004e 2023-07-24 08:42:38,349 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-07-24 08:42:38,349 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1861392715", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFx9vI8gc+HS12+aE8kudXlx0kfVxYv1u8OE9Cve+dW2v8rwhEJAt5/oFIV1oqWGCrSrnYOSJJ1HR3E23cLjY7feEYzyGWsR+evw1WN2Xi+f7HgjWvZqsZumNoKVOJzQQg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cab503f-df10-463d-b9d7-b75ebe76212b', 'x-compute-request-id': 'req-1cab503f-df10-463d-b9d7-b75ebe76212b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1861392715", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFx9vI8gc+HS12+aE8kudXlx0kfVxYv1u8OE9Cve+dW2v8rwhEJAt5/oFIV1oqWGCrSrnYOSJJ1HR3E23cLjY7feEYzyGWsR+evw1WN2Xi+f7HgjWvZqsZumNoKVOJzQQg==", "fingerprint": "0b:2a:a8:d6:6c:83:ab:12:fc:14:b0:0c:aa:dd:8b:ac", "user_id": "ccbd3b84e7e04a6e840dd7d2e4041db5"}}' 2023-07-24 08:42:38,392 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-07-24 08:42:38,392 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b2cd3630-c79f-4c2d-94b4-f34d13a0245b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ccbd3b84e7e04a6e840dd7d2e4041db5", "name": "tempest-TestMinimumBasicScenario-567760120-project-member", "password_expires_at": null}, "audit_ids": ["MOMQLvaqTi6Kxo6xbBDvbA"], "expires_at": "2023-07-24T09:42:38.000000Z", "issued_at": "2023-07-24T08:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa6eb6dd9fcf4198b18c52155322f292", "name": "tempest-TestMinimumBasicScenario-567760120"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:38,393 80040 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '13d2cfce-d53b-4318-84a4-66e42ad58435', 'name': 'tempest-TestMinimumBasicScenario-1641681214-network', 'tenant_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:11Z', 'updated_at': '2023-07-24T08:42:11Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:38,419 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-24 08:42:38,420 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-603197181", "imageRef": "e032d29d-1443-4177-a3c6-263a8e61004e", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1861392715", "networks": [{"uuid": "13d2cfce-d53b-4318-84a4-66e42ad58435"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 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': '73', 'x-openstack-request-id': 'req-dd3f4f6f-1c97-4a56-ae5c-96b91bc93125', 'x-compute-request-id': 'req-dd3f4f6f-1c97-4a56-ae5c-96b91bc93125', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:38,459 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1861392715 0.038s 2023-07-24 08:42:38,460 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 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-59af734f-b7ac-4b81-b9d0-67451cb4fb70', 'x-compute-request-id': 'req-59af734f-b7ac-4b81-b9d0-67451cb4fb70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1861392715'} Body: b'' 2023-07-24 08:42:38,573 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e 0.113s 2023-07-24 08:42:38,574 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-48686cbe-1e4c-48c1-a988-9630bdd6e5cd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e'} Body: b'' {4} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [10.740627s] ... ok {5} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [2.975763s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 110, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:38,577 80040 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 08:42:39,353 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.775s 2023-07-24 08:42:39,353 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1872754780", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1e2caae6-08a4-4b85-98d1-1d1c1c296d88', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1872754780", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fa6eb6dd9fcf4198b18c52155322f292", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cfb6218c-5200-4868-8527-9a7edd55babb", "created_at": "2023-07-24T08:42:39Z", "updated_at": "2023-07-24T08:42:39Z", "tags": [], "self": "/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb", "file": "/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:42:41,186 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb/file 1.833s 2023-07-24 08:42:41,187 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-907df20d-4602-47db-ac5c-f3589f701ce1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb/file'} Body: b'' 2023-07-24 08:42:41,187 80040 DEBUG [tempest.scenario.manager] image:cfb6218c-5200-4868-8527-9a7edd55babb 2023-07-24 08:42:41,241 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-07-24 08:42:41,241 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-111352996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP17gVT39v8a9qXMwDppkwa0rUTsv+69o2rlFpTkLfeKJLV6dWtwO6a49jJTELMevx0plTZnsdKp+XnlpxpUgBAH8zcTbX4LxfThixpAvi65PkKbYtjTemIijg1snSzlGw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4564b671-d228-4ca0-bb85-ea69b433e9dc', 'x-compute-request-id': 'req-4564b671-d228-4ca0-bb85-ea69b433e9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1113 52996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP17gVT39v8a9qXMwDppkwa0rUTsv+69o2rlFpTkLfeKJLV6dWtwO6a49jJTELMevx0plTZnsdKp+XnlpxpUgBAH8zcTbX4LxfThixpAvi65PkKbYtjTemIijg1snSzlGw==", "fingerprint": "dd:aa:ef:fe:2b:87:f1:49:68:c7:b4:71:05:ce:34:56", "user_id": "ccbd3b84e7e04a6e840dd7d2e4041db5"}}' 2023-07-24 08:42:41,357 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.108s 2023-07-24 08:42:41,358 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-30d2ab2a-29e7-47e0-bd1b-94b9b9925596', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ccbd3b84e7e04a6e840dd7d2e4041db5", "name": "tempest-TestMinimumBasicScenario-567760120-project-member", "password_expires_at": null}, "audit_ids": ["oRDgMnx3QM-PpwxFiXhJJA"], "expires_at": "2023-07-24T09:42:41.000000Z", "issued_at": "2023-07-24T08:42:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa6eb6dd9fcf4198b18c52155322f292", "name": "tempest-TestMinimumBasicScenario-567760120"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:41,359 80040 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '13d2cfce-d53b-4318-84a4-66e42ad58435', 'name': 'tempest-TestMinimumBasicScenario-1641681214-network', 'tenant_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:11Z', 'updated_at': '2023-07-24T08:42:11Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:41,415 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.055s 2023-07-24 08:42:41,416 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1960467490", "imageRef": "cfb6218c-5200-4868-8527-9a7edd55babb", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-111352996", "networks": [{"uuid": "13d2cfce-d53b-4318-84a4-66e42ad58435"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 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': '73', 'x-openstack-request-id': 'req-133848fc-4c05-4370-98b8-9eb1f81ef3f5', 'x-compute-request-id': 'req-133848fc-4c05-4370-98b8-9eb1f81ef3f5', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:41,450 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-111352996 0.033s 2023-07-24 08:42:41,451 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 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-a4bbb32b-d3b8-4bab-b7f8-e162167255c0', 'x-compute-request-id': 'req-a4bbb32b-d3b8-4bab-b7f8-e162167255c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-111352996'} Body: b'' 2023-07-24 08:42:41,552 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb 0.100s 2023-07-24 08:42:41,552 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7b64fcc-f45a-424f-ab64-e85a0290719d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb'} Body: b'' {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [0.106846s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:45,895 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.076s 2023-07-24 08:42:45,895 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-90addbe3-156c-4e12-84e9-92c030c3067a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8eac19025a094330af3a6dd0f37eacc8", "name": "tempest-VolumesActionsTest-1646660998-project-member", "password_expires_at": null}, "audit_ids": ["SiqoQQZCTo-eY13Euo71fA"], "expires_at": "2023-07-24T09:42:45.000000Z", "issued_at": "2023-07-24T08:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "676d9f874bfe4acf8c40d54ddc02eada", "name": "tempest-VolumesActionsTest-1646660998"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:45,895 80042 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'fd7f233e-648f-4421-9062-ffb8e9dc410f', 'name': 'tempest-VolumesActionsTest-2143035376-network', 'tenant_id': '676d9f874bfe4acf8c40d54ddc02eada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '676d9f874bfe4acf8c40d54ddc02eada', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:34Z', 'updated_at': '2023-07-24T08:42:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:45,917 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-24 08:42:45,918 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1540049068", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fd7f233e-648f-4421-9062-ffb8e9dc410f"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 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': '73', 'x-openstack-request-id': 'req-b859ecfb-c9df-4dcb-a1c1-dec5a5cff29f', 'x-compute-request-id': 'req-b859ecfb-c9df-4dcb-a1c1-dec5a5cff29f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [0.079934s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:45,967 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2023-07-24 08:42:45,968 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e2e727a1-4bce-4a8d-a6da-0ce2fcce5535', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8eac19025a094330af3a6dd0f37eacc8", "name": "tempest-VolumesActionsTest-1646660998-project-member", "password_expires_at": null}, "audit_ids": ["96RUkStMRcW-T0Uk3530pA"], "expires_at": "2023-07-24T09:42:45.000000Z", "issued_at": "2023-07-24T08:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "676d9f874bfe4acf8c40d54ddc02eada", "name": "tempest-VolumesActionsTest-1646660998"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:45,968 80042 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'fd7f233e-648f-4421-9062-ffb8e9dc410f', 'name': 'tempest-VolumesActionsTest-2143035376-network', 'tenant_id': '676d9f874bfe4acf8c40d54ddc02eada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '676d9f874bfe4acf8c40d54ddc02eada', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:34Z', 'updated_at': '2023-07-24T08:42:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:45,999 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-24 08:42:46,000 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1190098863", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fd7f233e-648f-4421-9062-ffb8e9dc410f"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 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': '73', 'x-openstack-request-id': 'req-b4676e1b-4e14-4123-9697-6c2c6773a9cb', 'x-compute-request-id': 'req-b4676e1b-4e14-4123-9697-6c2c6773a9cb', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.350053s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.200232s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.255186s] ... ok {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [9.376545s] ... ok {7} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [23.398124s] ... ok {11} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [10.994778s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:54,066 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.227s 2023-07-24 08:42:54,066 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1670481610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYb2xuTGybXlqOS8AJtUDeX+Ia+s7oriV0BQh/DOUsnCNRa9ENAD7GBa7KLwHlOZKVWwDkHLhFnHjweASsmKx3kOsHt4vl+W2lrRWcNuceMxp0lxuH17MVtr5OHkKSKOg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-485b6597-12a4-4997-b81a-9bf24f925512', 'x-compute-request-id': 'req-485b6597-12a4-4997-b81a-9bf24f925512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1670481610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYb2xuTGybXlqOS8AJtUDeX+Ia+s7oriV0BQh/DOUsnCNRa9ENAD7GBa7KLwHlOZKVWwDkHLhFnHjweASsmKx3kOsHt4vl+W2lrRWcNuceMxp0lxuH17MVtr5OHkKSKOg==", "fingerprint": "de:e0:eb:87:78:c2:20:fc:d0:ad:c7:bf:26:8e:cb:ba", "user_id": "48998036a1e9421e836c236ebc2263cf"}}' 2023-07-24 08:42:54,292 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.223s 2023-07-24 08:42:54,292 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-800230454", "description": "tempest-secgroup-smoke-800230454 description", "project_id": "ce94a81cd8674915afc5564ef6040ee8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c639f23a-c2f7-449c-90b7-f53c12943a19', 'date': 'Mon, 24 Jul 2023 08:42:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "name": "tempest-secgroup-smoke-800230454", "stateful": true, "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "description": "tempest-secgroup-smoke-800230454 description", "shared": false, "security_group_rules": [{"id": "5fe551e5-6e1a-42f5-b016-c0bb9a3d0c57", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "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": 1085, "description": null, "tags": [], "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42:54Z", "revision_number": 0}, {"id": "d8591f8c-43b1-4468-959e-8a1d3cef4d3f", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "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": 1086, "description": null, "tags": [], "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42 :54Z", "revision_number": 1, "project_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:42:54,910 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.616s 2023-07-24 08:42:54,910 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f007ca1e-5461-480a-afbf-50ffa09ea481', 'date': 'Mon, 24 Jul 2023 08:42:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "26dde992-3e88-44d2-b0af-a8307400b834", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42:54Z", "revision_number": 0}}' 2023-07-24 08:42:55,198 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.288s 2023-07-24 08:42:55,199 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-4e2c25c8-749c-4955-8d39-b885011639df', 'date': 'Mon, 24 Jul 2023 08:42:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "13d007d0-0d00-4e33-9cba-f4bebfdeeaeb", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:55Z", "updated_at": "2023-07-24T08:42:55Z", "revision_number": 0}}' 2023-07-24 08:42:55,578 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.378s 2023-07-24 08:42:55,578 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-98a2a4b1-3f27-4ee1-b28e-607f2e43505b', 'date': 'Mon, 24 Jul 2023 08:42:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"se curity_group_rule": {"id": "a081ab47-2301-4780-9823-38fa1ab0c24e", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:55Z", "updated_at": "2023-07-24T08:42:55Z", "revision_number": 0}}' 2023-07-24 08:42:55,997 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.419s 2023-07-24 08:42:55,998 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-066e635a-ecf1-45d7-8c7d-9b390b975a84', 'date': 'Mon, 24 Jul 2023 08:42:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05700bb3-0a04-4a91-9383-6593e10a6cdd", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:55Z", "updated_at": "2023-07-24T08:42:55Z", "revision_number": 0}}' 2023-07-24 08:42:56,216 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.218s 2023-07-24 08:42:56,216 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fc533f5f-6e47-46c6-aa73-6944fd33416c', 'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79389b0e-4e6f-47a9-9baa-83d308a63732", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:56Z", "updated_at": "2023-07-24T08:42:56Z", "revision_number": 0}}' 2023-07-24 08:42:56,385 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-07-24 08:42:56,385 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5" , "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c6b59bb6-58d6-462e-b213-e091d194a542', 'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfc5c4f9-1347-4294-987b-46f8db86ac82", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:56Z", "updated_at": "2023-07-24T08:42:56Z", "revision_number": 0}}' 2023-07-24 08:42:56,423 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.032s 2023-07-24 08:42:56,423 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-66866e48-36c7-435d-94db-2bc7adbd10f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "48998036a1e9421e836c236ebc2263cf", "name": "tempest-TestShelveInstance-1001506721-project-member", "password_expires_at": null}, "audit_ids": ["v_HwL5wVQOq1g-7_DrUohw"], "expires_at": "2023-07-24T09:42:56.000000Z", "issued_at": "2023-07-24T08:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce94a81cd8674915afc5564ef6040ee8", "name": "tempest-TestShelveInstance-1001506721"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ce94a81cd8674915afc5564ef6040ee8", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"en dpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:56,424 80053 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '03e8d1f8-2db7-4bf0-b257-28ff366c8ef9', 'name': 'tempest-TestShelveInstance-176710369-network', 'tenant_id': 'ce94a81cd8674915afc5564ef6040ee8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ce94a81cd8674915afc5564ef6040ee8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26708, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:33Z', 'updated_at': '2023-07-24T08:42:33Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:56,818 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes 0.393s 2023-07-24 08:42:56,818 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1382671808", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71bf047f-b2e0-47ad-bea7-a9cc7da0d55d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71bf047f-b2e0-47ad-bea7-a9cc7da0d55d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:56.751857", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:42:56,873 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.045s 2023-07-24 08:42:56,874 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ecec2d-42a1-4b82-a26d-154b4c1b0469', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-r equest-id': 'req-17ecec2d-42a1-4b82-a26d-154b4c1b0469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:42:57,930 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.045s 2023-07-24 08:42:57,930 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa3d936-6ac6-44d3-a7dd-054fcf3d9548', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa3d936-6ac6-44d3-a7dd-054fcf3d9548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:42:59,010 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.067s 2023-07-24 08:42:59,011 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c9485f-66b1-4248-944d-69e320fac086', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c9485f-66b1-4248-944d-69e320fac086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volum e": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:00,114 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.089s 2023-07-24 08:43:00,114 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9123141-d313-43dc-ab95-0f15acafd376', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9123141-d313-43dc-ab95-0f15acafd376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:01,197 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.070s 2023-07-24 08:43:01,198 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e01f6c-770f-4d05-86f8-e0a021421362', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e01f6c-770f-4d05-86f8-e0a021421362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempes t.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:02,273 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.054s 2023-07-24 08:43:02,274 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d4942a-96da-44b2-ad0f-fa19eecedcb3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d4942a-96da-44b2-ad0f-fa19eecedcb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:03,398 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.113s 2023-07-24 08:43:03,399 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f22268e-c2ca-4958-87bd-da34649401ac', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f22268e-c2ca-4958-87bd-da34649401ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd86749 15afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:04,471 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.051s 2023-07-24 08:43:04,472 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2edd784e-779c-49c4-9c64-ba2e038b9c5d', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2edd784e-779c-49c4-9c64-ba2e038b9c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:43:04.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:04,485 80053 INFO [tempest.common.waiters] volume dce80369-23ad-4a89-bf7a-d60d623c7012 reached available after waiting for 8.484983 seconds 2023-07-24 08:43:04,521 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-24 08:43:04,521 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-670393015", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1670481610", "security_groups": [{"name": "tempest-secgroup-smoke-800230454"}], "networks": [{"uuid": "03e8d1f8-2db7-4bf0-b257-28ff366c8ef9"}], "block_device_mapping_v2": [{"uuid": "dce80369-23ad-4a89-bf7a-d60d623c7012", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:04 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': '73', 'x-openstack-request-id': 'req-e2e3b5f4-083f-4b6a-a19c-a6ad65e89e54', 'x-compute-request-id': 'req-e2e3b5f4-083f-4b6a-a19c-a6ad65e89e54', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:43:04,789 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ab9781d7-427f-4361-a5eb-ac37b6f8a4e5 0.265s 2023-07-24 08:43:04,789 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4dea01af-99c0-4a39-8131-1ddb243cff0a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ab9781d7-427f-4361-a5eb-ac37b6f8a4e5'} Body: b'' 2023-07-24 08:43:04,829 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1670481610 0.039s 2023-07-24 08:43:04,829 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:04 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-187f8b63-2b2e-4b8c-9806-51bf2376167a', 'x-compute-request-id': 'req-187f8b63-2b2e-4b8c-9806-51bf2376167a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1670481610'} Body: b'' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [0.362965s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:43:06,632 80050 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.098s 2023-07-24 08:43:06,632 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7dbc28c5-1cc9-4fef-8326-c46069a855ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90cc011a4ee144dba0a9659c2de45583", "name": "tempest-VolumesActionsTest-1805325648-project-member", "password_expires_at": null}, "audit_ids": ["GJBuNubZSN22fDEiFKw_nQ"], "expires_at": "2023-07-24T09:43:06.000000Z", "issued_at": "2023-07-24T08:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2b1de59a4f542c1b35f0595b314280d", "name": "tempest-VolumesActionsTest-1805325648"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2b1de59a4f542c1b35f0595b314280d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2b1de59a4f542c1b35f0595b314280d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2b1de59a4f542c1b35f0595b314280d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:43:06,633 80050 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '31a00a8c-8337-448b-9159-27df0a925e4b', 'name': 'tempest-VolumesActionsTest-89028956-network', 'tenant_id': 'e2b1de59a4f542c1b35f0595b314280d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2b1de59a4f542c1b35f0595b314280d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46158, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:50Z', 'updated_at': '2023-07-24T08:42:50Z', 'revision_number': 1} available for tenant 2023-07-24 08:43:06,794 80050 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.160s 2023-07-24 08:43:06,794 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1722431320", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "31a00a8c-8337-448b-9159-27df0a925e4b"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:06 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': '73', 'x-openstack-request-id': 'req-6bd91d2e-db00-438a-ae46-bb520f5069f9', 'x-compute-request-id': 'req-6bd91d2e-db00-438a-ae46-bb520f5069f9', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {5} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [20.131655s] ... ok {7} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [18.820109s] ... ok {7} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [29.670619s] ... ok {9} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [3.034894s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 72, in test_server_detach_rules server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:43:15,072 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.112s 2023-07-24 08:43:15,072 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2841', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d2892242-5fa1-4d81-8a1c-983c092b20e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "73c744991d684f99a566156c366ae303", "name": "tempest-TestServerVolumeAttachmentScenario-1949035174-project-member", "password_expires_at": null}, "audit_ids": ["0od1QEUKSouoiTqwK2fMww"], "expires_at": "2023-07-24T09:43:14.000000Z", "issued_at": "2023-07-24T08:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ea06b80e24e46b0af7acb83c9dee084", "name": "tempest-TestServerVolumeAttachmentScenario-1949035174"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ea06b80e24e46b0af7acb83c9dee084", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3ea06b80e24e46b0af7acb83c9dee084", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3ea06b80e24e46b0af7acb83c9dee084", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:43:15,073 80048 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '932d92c4-b287-4ad3-a703-a1939e39d8a5', 'name': 'tempest-TestServerVolumeAttachmentScenario-1004506327-network', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', ' port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42755, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:53Z', 'updated_at': '2023-07-24T08:42:54Z', 'revision_number': 1} available for tenant 2023-07-24 08:43:15,075 80048 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:43:15,075 80048 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:43:15,273 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.194s 2023-07-24 08:43:15,273 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-883103104", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCx7vneMdBlkEnrkWVV1xMvDAHcPqKFC4pX5T/Y1q7gHP3m1X3nIHPWgxebllqgYzdsO+vm8A3XgEUbLrXeAed8BPyNdy95CCuDVNGEVdIKkEoNDxxpeUL37CfZkMAO6xQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:15 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-5910e5fa-0ca7-472f-b20b-57b814f7a242', 'x-compute-request-id': 'req-5910e5fa-0ca7-472f-b20b-57b814f7a242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-883103104", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCx7vneMdBlkEnrkWVV1xMvDAHcPqKFC4pX5T/Y1q7gHP3m1X3nIHPWgxebllqgYzdsO+vm8A3XgEUbLrXeAed8BPyNdy95CCuDVNGEVdIKkEoNDxxpeUL37CfZkMAO6xQ==", "fingerprint": "82:ef:21:61:82:de:33:0e:78:26:6a:10:9a:29:3a:3f", "user_id": "73c744991d684f99a566156c366ae303"}}' 2023-07-24 08:43:15,276 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-883103104 created 2023-07-24 08:43:15,589 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.313s 2023-07-24 08:43:15,590 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--612231361", "description": "tempest-description--202539475"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-88fd100b-ed47-4cfe-a150-08b3e06359fb', 'date': 'Mon, 24 Jul 2023 08:43:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c06dd429-0375-4295-b0ff-b466656e810e", "name": "tempest-securitygroup--612231361", "stateful": true, "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "description": "tempest-description--202539475", "shared": false, "security_group_rules": [{"id": "2e4532fd-c10a-455c-ac16-d354ee86deac", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "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": 1130, "description": null, " tags": [], "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}, {"id": "88ce64f6-2a39-4811-859a-d72b684647b4", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "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": 1129, "description": null, "tags": [], "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 1, "project_id": "3ea06b80e24e46b0af7acb83c9dee084"}}' 2023-07-24 08:43:15,929 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.338s 2023-07-24 08:43:15,929 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-334862be-9233-4d21-9a44-52e7979a44d7', 'date': 'Mon, 24 Jul 2023 08:43:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fdf56798-69dc-4d72-b545-cc7da673531b", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}}' 2023-07-24 08:43:16,090 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-07-24 08:43:16,090 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-47c47032-3bdf-45fb-896d-2954e40bc9c9', 'date': 'Mon, 24 Jul 2023 08:43:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8db7bfd8-d5f0-4a76-86a4-8c28056f3818", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}}' 2023-07-24 08:43:16,090 80048 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--612231361 created 2023-07-24 08:43:16,890 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:se tUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.799s 2023-07-24 08:43:16,890 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c1b0bc16-1271-4b20-b8f5-8cbbb3560389', 'date': 'Mon, 24 Jul 2023 08:43:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f56f17de-b9b0-4db0-86ab-068ac7534360", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "floating_ip_address": "172.24.4.205", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:43:16Z", "updated_at": "2023-07-24T08:43:16Z", "revision_number": 0}}' 2023-07-24 08:43:16,891 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f56f17de-b9b0-4db0-86ab-068ac7534360', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'floating_ip_address': '172.24.4.205', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:43:16Z', 'updated_at': '2023-07-24T08:43:16Z', 'revision_number': 0, 'ip': '172.24.4.205'} created 2023-07-24 08:43:16,891 80048 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-883103104', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCx7vneMdBlkEnrkWVV1xMvDAHcPqKFC4pX5T/Y1q7gHP3m1X3nIHPWgxebllqgYzdsO+vm8A3XgEUbLrXeAed8BPyNdy95CCuDVNGEVdIKkEoNDxxpeUL37CfZkMAO6xQ==', 'fingerprint': '82:ef:21:61:82:de:33:0e:78:26:6a:10:9a:29:3a:3f', 'user_id': '73c744991d684f99a566156c366ae303', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCCJ4LKu7dSGU6rZ/aaiF5cnRcmUFuVYAySoouATQGcLOmwKxx4IGRB\nkZj3hLIrJVOgBwYFK4EEACKhZANiAAQse753jHQZZBJ65FlVdcTLwwB3D6ihQuKV\n+U/2Nau4Bz95tV95yBz1oMXm5ZaoGM3bDvr5vAN14BFGy613gHnfAT8jXcveQgrg\n1TRhFXSCpBKDQ8caXlC9+wn2ZDADusU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c06dd429-0375-4295-b0ff-b466656e810e', 'name': 'tempest-securitygroup--612231361', 'stateful': True, 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'description': 'tempest-description--202539475', 'shared': False, 'security_group_rules': [{'id': '2e4532fd-c10a-455c-ac16-d354ee86deac', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'security_group_id': 'c06dd429-0375-4295-b0ff-b466656e810e', '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': 1130, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:43:15Z', 'updated_at': '2023-07-24T08:43:15Z', 'revision_number': 0}, {'id': '88ce64f6-2a39-4811-859a-d72b684647b4', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'security_group_id': 'c06dd429-0375-4295-b0ff-b466656e810e', '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': 1129, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:43:15Z', 'updated_at': '2023-07-24T08:43:15Z', 're vision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:43:15Z', 'updated_at': '2023-07-24T08:43:15Z', 'revision_number': 1, 'project_id': '3ea06b80e24e46b0af7acb83c9dee084'}, 'floating_ip': {'id': 'f56f17de-b9b0-4db0-86ab-068ac7534360', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'floating_ip_address': '172.24.4.205', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:43:16Z', 'updated_at': '2023-07-24T08:43:16Z', 'revision_number': 0, 'ip': '172.24.4.205'}} 2023-07-24 08:43:16,918 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-24 08:43:16,919 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-727482227", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "932d92c4-b287-4ad3-a703-a1939e39d8a5"}], "security_groups": [{"name": "tempest-securitygroup--612231361"}], "key_name": "tempest-keypair-883103104", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:16 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': '73', 'x-openstack-request-id': 'req-f98d19d3-2d2e-4db4-8d33-de3d3973be7e', 'x-compute-request-id': 'req-f98d19d3-2d2e-4db4-8d33-de3d3973be7e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:43:16,948 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-883103104 0.027s 2023-07-24 08:43:16,948 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:16 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-0cd1af97-ed6c-4598-98c5-35338ec146bb', 'x-compute-request-id': 'req-0cd1af97-ed6c-4598-98c5-35338ec146bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-883103104'} Body: b'' 2023-07-24 08:43:17,497 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e 0.548s 2023-07-24 08:43:17,497 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5e643e6b-a182-434a-b832-695357b8ac15', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e'} Body: b'' 2023-07-24 08:43:17,515 80048 INFO [tempest. lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e 0.017s 2023-07-24 08:43:17,515 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-654bd1ca-f8d1-4ba5-86ec-53cc5cdad1b3', 'date': 'Mon, 24 Jul 2023 08:43:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c06dd429-0375-4295-b0ff-b466656e810e does not exist", "detail": ""}}' 2023-07-24 08:43:17,983 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f56f17de-b9b0-4db0-86ab-068ac7534360 0.467s 2023-07-24 08:43:17,984 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-195d7836-2b57-4265-9a50-2486ce2ef57f', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f56f17de-b9b0-4db0-86ab-068ac7534360'} Body: b'' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [14.730792s] ... ok {7} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [8.828534s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [9.325549s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.083103s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.383632s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.491726s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.489550s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.159514s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.315858s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.066888s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.076308s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [9.110974s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.104905s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.090245s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.091322s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.080710s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.141669s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.171376s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.138587s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.087378s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.102855s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.128716s] ... ok {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [7.964778s] ... ok {11} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [13.172689s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 88, in test_stamp_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:43:37,820 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.243s 2023-07-24 08:43:37,820 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1163412727", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9u2lEat1WTVt2Zgrn2Qmr78/NC61pjJMrgAjGt2k+jwmt0GLMNrujoG08UrO0XdHtpmKpvBcwi9GeZu7Sx+3ANQRNko2laZ68X84apVcSnDZqC4+M/CX7sDmg4vmls7w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6742a4b7-6e66-4a5c-8f61-a56644891a0f', 'x-compute-request-id': 'req-6742a4b7-6e66-4a5c-8f61-a56644891a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1163412727", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9u2lEat1WTVt2Zgrn2Qmr78/NC61pjJMrgAjGt2k+jwmt0GLMNrujoG08UrO0XdHtpmKpvBcwi9GeZu7Sx+3ANQRNko2laZ68X84apVcSnDZqC4+M/CX7sDmg4vmls7w==", "fingerprint": "e4:7b:86:b6:63:27:d1:04:e5:b2:20:62:e2:a5:dc:28", "user_id": "2ce4fde1ab7f4242a8b8145142184f9d"}}' 2023-07-24 08:43:37,967 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.144s 2023-07-24 08:43:37,967 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-415568563", "description": "tempest-secgroup-smoke-415568563 description", "project_id": "a87168aaf5044b43afc2ffbee2de838a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-141998c1-a0cb-4e3e-9bae-0d58d55ff298', 'date': 'Mon, 24 Jul 2023 08:43:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "name": "tempest-secgroup-smoke-415568563", "stateful": true, "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "description": "tempest-secgroup-smoke-415568563 description", "shared": false, "security_group_rules": [{"id": "3188ed86-452c-46a6-93e1-9a6a3ed18c50", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "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": 1160, "description": null, "tags": [], "created_at": "2023-07-24T08:43:37Z", "updated_at": "2023-07-24T08:43:37Z", "revision_number": 0}, {"id": "f00a6158-fee5-4191-9a61-1fe12ea51fd4", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "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": 1161, "description": null, "tags": [], "created_at": "2023-07-24T08:43:37Z", "updated_at": "2023-07-24T08:43:37Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:43:37Z", "updated_at": "2023-07-24T08:43:37Z", "revision_number": 1, "project_id ": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:38,120 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-07-24 08:43:38,120 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-2e31a015-d2b3-4558-85b0-4246d359cc93', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b0e266ed-f608-4c11-80e5-d39e55029c24", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:38,522 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.400s 2023-07-24 08:43:38,522 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-16a5eb07-adb6-4316-9d06-d5b8d269b544', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7241886-67f4-4ff0-a9e6-20f6f6fe5abf", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:38,695 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-07-24 08:43:38,696 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-12caf5d9-9f15-4dba-870b-164029f141e8', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be0f81c8-8c11-4a9e-9749-c5f2b06c9dd2", "project_id": "a87168aaf504 4b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:38,870 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-07-24 08:43:38,871 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-165f9d7f-0c77-4e3e-ab28-968cfd2e525d', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "460587de-c254-4769-a19a-1b1c98d0e39c", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:39,043 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-07-24 08:43:39,044 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-01c2838f-bfb7-43c8-a9f1-86685e00163a', 'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0306ccdf-b4bd-488b-b737-95dbaced4783", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:39,234 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-07-24 08:43:39,234 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d713525a-2d83-4262-92ab-f5b351140752', 'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "95a75823-1fe7-47f5-9460-ac1a762a688a", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:39Z", "updated_at": "2023-07-24T08:43:39Z", "revision_number": 0}}' 2023-07-24 08:43:39,591 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes 0.356s 2023-07-24 08:43:39,591 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-615204800", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff9c05e-74b0-43b9-8328-7bd5bea46d23', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff9c05e-74b0-43b9-8328-7bd5bea46d23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:39.528409", "updated_at": null, "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:43:39,646 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.044s 2023-07-24 08:43:39,647 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b25f4dd-4738-48f6-9f04-f87bc27cad4a', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b25f4dd-4738-48f6-9f04-f87bc27cad4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "m etadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:40,717 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.057s 2023-07-24 08:43:40,718 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17a5ceb5-6476-4d04-a7a2-0a13469fa4b7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17a5ceb5-6476-4d04-a7a2-0a13469fa4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:40.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:41,776 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.039s 2023-07-24 08:43:41,776 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c548e77-5193-42c7-b3fd-6f8c36411fc7', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c548e77-5193-42c7-b3fd-6f8c36411fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:41.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a 10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:41,790 80053 INFO [tempest.common.waiters] volume 19a7bf77-c723-4cc3-a10d-61407e0c7180 reached available after waiting for 2.790355 seconds 2023-07-24 08:43:41,830 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.040s 2023-07-24 08:43:41,831 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d92c8d-3136-4c23-acea-974968ac539c', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d92c8d-3136-4c23-acea-974968ac539c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:41.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:41,887 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.039s 2023-07-24 08:43:41,887 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-774bdbc4-9a2a-41b0-82a0-f9c8fa6cbbfe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2ce4fde1ab7f4242a8b8145142184f9d", "name": "tempest-TestStampPattern-574648262-project-member", "password_expires_at": null}, "audit_ids": ["5EARBJESRcKoyjXfr4I5Gw"], "expires_at": "2023-07-24T09:43:41.000000Z", "issued_at": "2023-07-24T08:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a87168aaf5044b43afc2ffbee2de838a", "name": "tempest-TestStampPattern-574648262"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a87168aaf5044b43afc2ffbee2de838a", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoi nts": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:43:41,888 80053 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '79d7fa60-0b51-42d8-8d67-d8fd3cb0a199', 'name': 'tempest-TestStampPattern-2043837042-network', 'tenant_id': 'a87168aaf5044b43afc2ffbee2de838a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a87168aaf5044b43afc2ffbee2de838a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34945, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:20Z', 'updated_at': '2023-07-24T08:43:20Z', 'revision_number': 1} available for tenant 2023-07-24 08:43:41,913 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:43:41,913 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-2137120271", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1163412727", "security_groups": [{"name": "tempest-secgroup-smoke-415568563"}], "networks": [{"uuid": "79d7fa60-0b51-42d8-8d67-d8fd3cb0a199"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 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': '73', 'x-openstack-request-id': 'req-da716910-fe1a-4e4a-bfcd-d813f5fa1ab8', 'x-compute-request-id': 'req-da716910-fe1a-4e4a-bfcd-d813f5fa1ab8', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:43:41,991 80053 INFO [tempest.lib.common.re st_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.076s 2023-07-24 08:43:41,991 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1293f3-e446-487f-b4ac-432dc92c6e16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'' 2023-07-24 08:43:42,034 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.043s 2023-07-24 08:43:42,035 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc571aa-9fd2-4c99-b663-5340864ea257', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc571aa-9fd2-4c99-b663-5340864ea257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:43,089 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.043s 2023-07-24 08:43:43,089 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93aeb8f6-ce06-4eef-a06b-2a5302df5798', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93aeb8f6-ce06-4eef-a06b-2a5302df5798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2" , "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:44,151 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.050s 2023-07-24 08:43:44,151 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788b0466-7454-4ac2-bfaa-8888ff02efbc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788b0466-7454-4ac2-bfaa-8888ff02efbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:45,231 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.066s 2023-07-24 08:43:45,231 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272bc6f1-37b2-4637-9db6-f2c9bb9afed0', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272bc6f1-37b2-4637-9db6-f2c9bb9afed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee 2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:46,286 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.041s 2023-07-24 08:43:46,287 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e3a832-0857-4e36-b5bb-97665a11e789', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e3a832-0857-4e36-b5bb-97665a11e789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:47,347 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.042s 2023-07-24 08:43:47,347 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6d72f2-47ad-48ba-b253-bd3406330e14', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6d72f2-47ad-48ba-b253-bd3406330e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aa f5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:48,421 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.055s 2023-07-24 08:43:48,421 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1654b370-31dc-48cf-a2de-f92d426f8e45', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1654b370-31dc-48cf-a2de-f92d426f8e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:49,480 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.040s 2023-07-24 08:43:49,481 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e56ef265-d2e1-42de-9ed1-70c847d28131', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e56ef265-d2e1-42de-9ed1-70c847d28131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:50,517 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.022s 2023-07-24 08:43:50, 517 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8d2119-6b0c-4bdf-9dc2-8b4102d5e546', 'x-openstack-request-id': 'req-4a8d2119-6b0c-4bdf-9dc2-8b4102d5e546', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19a7bf77-c723-4cc3-a10d-61407e0c7180 could not be found."}}' 2023-07-24 08:43:50,712 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/100fe0b7-b5c8-42b3-bd67-0153b6997506 0.194s 2023-07-24 08:43:50,712 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-25df79ef-606c-40af-8945-0f3688f70ca4', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/100fe0b7-b5c8-42b3-bd67-0153b6997506'} Body: b'' 2023-07-24 08:43:50,744 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1163412727 0.031s 2023-07-24 08:43:50,745 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:50 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-1c592e0d-990b-4d5e-9900-c47ce527d256', 'x-compute-request-id': 'req-1c592e0d-990b-4d5e-9900-c47ce527d256', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1163412727'} Body: b'' {9} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [24.502575s] ... ok {9} tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume c465c042-6b7a-453b-9958-e704a40052b6 failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) {9} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {9} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {7} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {11} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [11.772065s] ... ok {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.026674s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.051624s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.024225s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.070764s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.037262s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.060206s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.026057s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.039534s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.034610s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.038992s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.042104s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.115178s] ... ok {10} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.074838s] ... ok {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [17.785257s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:44:12,276 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.164s 2023-07-24 08:44:12,276 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-da407548-32a9-4893-8dc1-6c8bae3478df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:44:12,600 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes 0.323s 2023-07-24 08:44:12,600 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "snapshot_id": null, "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3fd8ba8-3e27-46db-9d5e-6cc5ead7f189', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3fd8ba8-3e27-46db-9d5e-6cc5ead7f189', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:12.540055", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:44:12,652 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.038s 2023-07-24 08:44:12,652 80042 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-654e2614-75be-4634-ad5d-afeda1273ec1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-654e2614-75be-4634-ad5d-afeda1273ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:13,705 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.042s 2023-07-24 08:44:13,706 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c40dbd-9c02-4f7e-a508-0b42c18012f0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c40dbd-9c02-4f7e-a508-0b42c18012f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:14,763 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.045s 2023-07-24 08:44:14,763 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:14 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3002ac98-33e5-406c-9c1e-67dfe6e70eaa', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3002ac98-33e5-406c-9c1e-67dfe6e70eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:15,811 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.036s 2023-07-24 08:44:15,811 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b3f994-cb96-4773-86b3-d7f2f9390e07', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b3f994-cb96-4773-86b3-d7f2f9390e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:16,901 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.077s 2023-07-24 08:44:16,901 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34bc3c97-a832-409f-a69e-0fd13179ddc0', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34bc3c97-a832-409f-a69e-0fd13179ddc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:16,917 80042 INFO [tempest.common.waiters] volume 33791a8e-b3f6-41d1-9e60-170345ab6560 reached available after waiting for 4.917718 seconds 2023-07-24 08:44:16,956 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.038s 2023-07-24 08:44:16,956 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f638440a-4cd7-4f24-9fdc-ee4bce9f99dc', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f638440a-4cd7-4f24-9fdc-ee4bce9f99dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:17,110 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots 0.140s 2023-07-24 08:44:17,111 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "metadata": null}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-935696ce-8336-431e-ad41-27f9981cbe6e', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-935696ce-8336-431e-ad41-27f9981cbe6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.056410", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 08:44:17,151 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.037s 2023-07-24 08:44:17,151 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad7fd8b-6b67-471c-8ddf-466de50b6aa1', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad7fd8b-6b67-471c-8ddf-466de50b6aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:18,180 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.023s 2023-07-24 08:44:18,180 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242b49a1-cbfc-4946-b4e9-81d5f4297ea7', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242b49a1-cbfc-4946-b4e9-81d5f4297ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a -c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:19,206 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.021s 2023-07-24 08:44:19,206 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b41f3d7-7b04-425d-8647-8a1d6c170447', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b41f3d7-7b04-425d-8647-8a1d6c170447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:20,244 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.033s 2023-07-24 08:44:20,245 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8b991a4-c963-4d72-9e47-d2e69ce81060', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8b991a4-c963-4d72-9e47-d2e69ce81060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:21,275 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.025s 2023-07-24 08:44:21,276 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cedd7179-854a-4258-8aeb-782aaa87eca3', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cedd7179-854a-4258-8aeb-782aaa87eca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:21,279 80042 INFO [tempest.common.waiters] snapshot 132d092a-c653-4e9c-8289-6ce644330bec reached available after waiting for 4.279930 seconds 2023-07-24 08:44:21,305 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.025s 2023-07-24 08:44:21,306 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6aca11-c6ba-47c7-baa7-60a1c6e33b04', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6aca11-c6ba-47c7-baa7-60a1c6e33b04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:21,353 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-24 08:44:21,353 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-45e2210f-05a3-42d4-8024-8ae072f55790', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cea5008afcd74cee86a8e434d2ada0f4", "name": "tempest-TestVolumeBootPattern-1059583766-project-member", "password_expires_at": null}, "audit_ids": ["1ishSEZCRDisaD-RfqIgJA"], "expires_at": "2023-07-24T09:44:21.000000Z", "issued_at": "2023-07-24T08:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1ed70d4d30c4291b7b590a0720e43ad", "name": "tempest-TestVolumeBootPattern-1059583766"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:44:21,354 80042 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'df4959d8-8514-4f07-b8c9-ce529f444a9d', 'name': 'tempest-TestVolumeBootPattern-538954042-network', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4174, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:59Z', 'updated_at': '2023-07-24T08:43:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:44:21,397 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 400 POST http://10.0.0.210/compute/v2.1/servers 0.041s 2023-07-24 08:44:21,397 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-951036121", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "132d092a-c653-4e9c-8289-6ce644330bec", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "df4959d8-8514-4f07-b8c9-ce529f444a9d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 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': '73', 'x-openstack-request-id': 'req-81984e26-c66d-4281-bf3d-683d52e58fb5', 'x-compute-request-id': 'req-81984e26-c66d-4281-bf3d-683d52e58fb5', 'connection': 'close', 'status': '400', 'content- location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:44:21,449 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.050s 2023-07-24 08:44:21,449 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df63e85-3336-4525-8175-2f9543518beb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'' 2023-07-24 08:44:21,477 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.027s 2023-07-24 08:44:21,478 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f8d691c-c535-47a5-b761-a5e76a4a1538', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f8d691c-c535-47a5-b761-a5e76a4a1538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:22,510 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.026s 2023-07-24 08:44:22,511 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe5da7f-604a-47f2-8d58-e1e2d7c77930', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe5da7f-604a-47f2-8d58-e1e2d7c77930', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:23,538 80042 INFO [tempest.lib.c ommon.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.021s 2023-07-24 08:44:23,538 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad9620ee-9fdb-4068-bd54-aa14e55acf37', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad9620ee-9fdb-4068-bd54-aa14e55acf37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:24,567 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.024s 2023-07-24 08:44:24,567 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af80027-2d23-4633-a933-ad8e6e829065', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af80027-2d23-4633-a933-ad8e6e829065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:25,592 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.019s 2023-07-24 08:44:25,592 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-85938aa0-5b75-41cd-bab4-ad76f44692ce', 'x-openstack-request-id': 'req-85938aa0-5b75-41cd-bab4-ad76f44692ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 132d092a-c653-4e9c-8289-6ce644330bec could not be found."}}' 2023-07-24 08:44:25,668 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.075s 2023-07-24 08:44:25,668 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d31e69-5c3e-4783-9734-212c12124a56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'' 2023-07-24 08:44:25,706 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.037s 2023-07-24 08:44:25,706 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443eeb44-928b-48e7-b8f7-90d7e23a521a', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443eeb44-928b-48e7-b8f7-90d7e23a521a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:26,757 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.040s 2023-07-24 08:44:26,758 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee75a2be-49f8-4b63-a3d8-1c92be76f0c5', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee75a2be-49f8-4b63-a3d8-1c92be76f0c5', 'connection': 'close', 'status': '200 ', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:27,810 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.041s 2023-07-24 08:44:27,811 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fcd9f5e-5ba6-46ea-bcfc-12b23a699f2a', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fcd9f5e-5ba6-46ea-bcfc-12b23a699f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:28,862 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6 -41d1-9e60-170345ab6560 0.039s 2023-07-24 08:44:28,862 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7bb85a0-7b1d-48af-bb3e-c1c029108269', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7bb85a0-7b1d-48af-bb3e-c1c029108269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:29,895 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.021s 2023-07-24 08:44:29,895 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07db5d7-0470-4851-b785-0779b98bb60d', 'x-openstack-request-id': 'req-b07db5d7-0470-4851-b785-0779b98bb60d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33791a8e-b3f6-41d1-9e60-170345ab6560 could not be found."}}' {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [9.943859s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:44:29,924 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.019s 2023-07-24 08:44:29,924 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3330c857-7681-4dec-a441-9ec9e7de6f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:44:30,288 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes 0.362s 2023-07-24 08:44:30,288 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "snapshot_id": null, "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58508efc-c155-4820-811f-9ee62da9e5de', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58508efc-c155-4820-811f-9ee62da9e5de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.217190", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:44:30,343 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.043s 2023-07-24 08:44:30,343 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6922cbbd-923b-42e2-9b28-a041dfa383e7', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6922cbbd-923b-42e2-9b28-a041dfa383e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:31,398 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.042s 2023-07-24 08:44:31,399 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098fba3f-8810-4127-b11e-955ac0a56d6a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098fba3f-8810-4127-b11e-955ac0a56d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:32,452 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.041s 2023-07-24 08:44:32,452 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-fc4ce03f-d5e6-450a-adca-cd6abb22d1ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4ce03f-d5e6-450a-adca-cd6abb22d1ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:33,502 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.038s 2023-07-24 08:44:33,503 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afef8c38-a69f-4b79-80fc-9c09aa7d9fb3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afef8c38-a69f-4b79-80fc-9c09aa7d9fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:34,559 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.046s 2023-07-24 08:44:34,560 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d250b16b-fd08-43e8-b6ec-f16022bf700f', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opens tack-request-id': 'req-d250b16b-fd08-43e8-b6ec-f16022bf700f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:34,570 80042 INFO [tempest.common.waiters] volume 6770ee1e-041e-4448-b7e5-d816c28da4e5 reached available after waiting for 4.570404 seconds 2023-07-24 08:44:34,608 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.037s 2023-07-24 08:44:34,608 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b7041b-d595-4bb9-af92-141d3a606079', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b7041b-d595-4bb9-af92-141d3a606079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272" }, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:34,664 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2023-07-24 08:44:34,664 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fea754f6-df5d-462f-9567-60976e5eedcb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cea5008afcd74cee86a8e434d2ada0f4", "name": "tempest-TestVolumeBootPattern-1059583766-project-member", "password_expires_at": null}, "audit_ids": ["sOba7MaDQQWwL7jac4aMEw"], "expires_at": "2023-07-24T09:44:34.000000Z", "issued_at": "2023-07-24T08:44:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1ed70d4d30c4291b7b590a0720e43ad", "name": "tempest-TestVolumeBootPattern-1059583766"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:44:34,665 80042 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'df4959d8-8514-4f07-b8c9-ce529f444a9d', 'name': 'tempest-TestVolumeBootPattern-538954042-network', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd1ed70d 4d30c4291b7b590a0720e43ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4174, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:59Z', 'updated_at': '2023-07-24T08:43:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:44:34,665 80042 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:44:34,666 80042 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:44:34,719 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-07-24 08:44:34,720 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1043450787", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDRgyw/4FFnN423gZXsMLBSDmtTMW4SGxjGg7xFfTgSqjT5wCEu2kFjpQFK/mmVTKvzjoZ4r3xwc+UvxNsrxQr5BDNaDeXY0D6k5Ko1JkvnkR06ocUB5jAiHP6HqW6xgwQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f5f4f72-5c73-47bb-9d75-90cf4f36f458', 'x-compute-request-id': 'req-7f5f4f72-5c73-47bb-9d75-90cf4f36f458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1043450787", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDRgyw/4FFnN423gZXsMLBSDmtTMW4SGxjGg7xFfTgSqjT5wCEu2kFjpQFK/mmVTKvzjoZ4r3xwc+UvxNsrxQr5BDNaDeXY0D6k5Ko1JkvnkR06ocUB5jAiHP6HqW6xgwQ==", "fingerprint": "23:16:f6:b7:71:c4:88:bf:19:54:a0:d5:c4:1b:11:8d", "user_id": "cea5008afcd74cee86a8e434d2ada0f4"}}' 2023-07-24 08:44:34,722 80042 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1043450787 created 2023-07-24 08:44:34,868 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.145s 2023-07-24 08:44:34,868 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2087501787", "description": "tempest-description--1373655308"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-9f1b532e-d386-4d9b-8d67-cc309557a191', 'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "name": "tempest-securitygroup--2087501787", "stateful": true, "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "description": "tempest-description--1373655308", "shared": false, "security_group_rules": [{"id": "a261defd-650d-4763-b485-05fd2de7c3fe", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "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_att r_id": 1218, "description": null, "tags": [], "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 0}, {"id": "eaedddf5-6c7f-4f1d-9d24-1626e92d0c2f", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1219, "description": null, "tags": [], "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 1, "project_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:35,006 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.137s 2023-07-24 08:44:35,006 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6c6185ca-64c0-4ea2-a248-e5ce833ffd7f', 'date': 'Mon, 24 Jul 2023 08:44:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e6336b3-41b3-489e-af35-8555e1a530e0", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 0}}' 2023-07-24 08:44:35,154 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-07-24 08:44:35,154 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-21ed2500-7a89-4232-8618-4a838519430f', 'date': 'Mon, 24 Jul 2023 08:44:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c699b926-05ee-4fd6-84e5-6b4352ca4f4b", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:35Z", "updated_at": "2023-07-24T08:44:35Z", "revision_number": 0}}' 2023-07-24 08:44:35,155 80042 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2087501787 created 2023-07-24 08:44:36,005 80042 INFO [tempest.lib.common.rest_client] Re quest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.849s 2023-07-24 08:44:36,005 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ee383d29-01c8-42af-a7d7-695e20950f5d', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "efb09717-31ef-4b90-8f45-02779ca6f1db", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "floating_ip_address": "172.24.4.235", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:44:35Z", "updated_at": "2023-07-24T08:44:35Z", "revision_number": 0}}' 2023-07-24 08:44:36,005 80042 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'efb09717-31ef-4b90-8f45-02779ca6f1db', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'floating_ip_address': '172.24.4.235', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:44:35Z', 'updated_at': '2023-07-24T08:44:35Z', 'revision_number': 0, 'ip': '172.24.4.235'} created 2023-07-24 08:44:36,006 80042 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1043450787', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDRgyw/4FFnN423gZXsMLBSDmtTMW4SGxjGg7xFfTgSqjT5wCEu2kFjpQFK/mmVTKvzjoZ4r3xwc+UvxNsrxQr5BDNaDeXY0D6k5Ko1JkvnkR06ocUB5jAiHP6HqW6xgwQ==', 'fingerprint': '23:16:f6:b7:71:c4:88:bf:19:54:a0:d5:c4:1b:11:8d', 'user_id': 'cea5008afcd74cee86a8e434d2ada0f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwQte0WEv2hwpXjzkwKP9oB8QM14Z7zgDK/jNUF+eqsnNngo8LzhQc\nmPhnVK5CoUqgBwYFK4EEACKhZANiAAQ0YMsP+BRZzeNt4GV7DCwUg5rUzFuEhsYx\noO8RX04Eqo0+cAhLtpBY6UBSv5plUyr846GeK98cHPlL8TbK8UK+QQzWg3l2NA+p\nOSqNSZL55EdOqHFAeYwIhz+h6lusYME=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e80760b-5576-4e09-aa3e-a281638e9ac8', 'name': 'tempest-securitygroup--2087501787', 'stateful': True, 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'description': 'tempest-description--1373655308', 'shared': False, 'security_group_rules': [{'id': 'a261defd-650d-4763-b485-05fd2de7c3fe', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'security_group_id': '3e80760b-5576-4e09-aa3e-a281638e9ac8', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1218, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:44:34Z', 'updated_at': '2023-07-24T08:44:34Z', 'revision_number': 0}, {'id': 'eaedddf5-6c7f-4f1d-9d24-1626e92d0c2f', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'security_group_id': '3e80760b-5576-4e09-aa3e-a281638e9ac8', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1219, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:44:34Z', 'u pdated_at': '2023-07-24T08:44:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:44:34Z', 'updated_at': '2023-07-24T08:44:34Z', 'revision_number': 1, 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad'}, 'floating_ip': {'id': 'efb09717-31ef-4b90-8f45-02779ca6f1db', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'floating_ip_address': '172.24.4.235', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:44:35Z', 'updated_at': '2023-07-24T08:44:35Z', 'revision_number': 0, 'ip': '172.24.4.235'}} 2023-07-24 08:44:36,034 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-24 08:44:36,035 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-volume-backed-server-658517697", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "df4959d8-8514-4f07-b8c9-ce529f444a9d"}], "security_groups": [{"name": "tempest-securitygroup--2087501787"}], "key_name": "tempest-keypair-1043450787", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 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': '73', 'x-openstack-request-id': 'req-9e262c45-4988-4f87-81cb-a459974324d3', 'x-compute-request-id': 'req-9e262c45-4988-4f87-81cb-a459974324d3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:44:36,077 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1043450787 0.042s 2023-07-24 08:44:36,078 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 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-a90c736b-7981-441a-b0f6-14d51e7e20c4', 'x-compute-request-id': 'req-a90c736b-7981-441a-b0f6-14d51e7e20c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1043450787'} Body: b'' 2023-07-24 08:44:36,200 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8 0.121s 2023-07-24 08:44:36,200 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3b5e1ee3-4da0-4670-a8eb-84419837ca44', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8'} Body: b'' 2023-07-24 08:44:36,216 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8 0.015s 2023-07-24 08:44:36,216 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-258ed4fe-940a-444d-a177-3e8f600e9263', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3e80760b-5576-4e09-aa3e-a281638e9ac8 does not exist", "detail": ""}}' 2023-07-24 08:44:36,619 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/efb09717-31ef-4b90-8f45-02779ca6f1db 0.402s 2023-07-24 08:44:36,619 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0eb4d06f-7a5e-441e-9768-d2b9fd44418e', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/efb09717-31ef-4b90-8f45-02779ca6f1db'} Body: b'' 2023-07-24 08:44:36,669 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.049s 2023-07-24 08:44:36,669 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93146870-3a39-446d-9c0e-62d7d0ec7354', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'' 2023-07-24 08:44:36,713 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.043s 2023-07-24 08:44:36,713 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1be53af-aea1-48ae-9025-86eeedd3bbc7', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1be53af-aea1-48ae-9025-86eeedd3bbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:37,764 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.039s 2023-07-24 08:44:37,765 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645f6c17-74bc-4e59-b9ca-557365738932', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645f6c17-74bc-4e59-b9ca-557365738932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:38,813 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.037s 2023-07-24 08:44:38,813 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68ac011c-a779-4483-aeee-f467a0b1a471', 'content-length': '1364', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68ac011c-a779-4483-aeee-f467a0b1a471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:39,847 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.022s 2023-07-24 08:44:39,848 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-44faba4f-af39-4293-bb46-339e1467f7ac', 'x-openstack-request-id': 'req-44faba4f-af39-4293-bb46-339e1467f7ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6770ee1e-041e-4448-b7e5-d816c28da4e5 could not be found."}}' {6} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [9.406500s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:44:39,857 80042 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-24 08:44:39,914 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2023-07-24 08:44:39,915 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-204001658", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKGYCkfApOsFK3qWGeEFfQMhdC6qXUoh0fierv6YhXzTx6qG5U4sORwBsUNCA/KsC3kRN1xpi7SNCxnPuTCt71GoYCUEtv5b9SbSJDz78UNjUHLw2OIKOn+6H8EktSJiBg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c844bf2-ba85-4c05-9995-37b3e8d5d0e6', 'x-compute-request-id': 'req-9c844bf2-ba85-4c05-9995-37b3e8d5d0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-204001658", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKGYCkfApOsFK3qWGeEFfQMhdC6qXUoh0fierv6YhXzTx6qG5U4sORwBsUNCA/KsC3kRN1xpi7SNCxnPuTCt71GoYCUEtv5b9SbSJDz78UNjUHLw2OIKOn+6H8EktSJiBg==", "fingerprint": "11:1e:e1:e6:46:ae:2f:b8:97:ed:92:26:01:0e:75:ca", "user_id": "cea5008afcd74cee86a8e434d2ada0f4"}}' 2023-07-24 08:44:40,067 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.149s 2023-07-24 08:44:40,067 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1694219510", "description": "tempest-secgroup-smoke-1694219510 description", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-ac0c970b-ca70-424a-9a48-fb7c79dc389d', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "name": "tempest-secgroup-smoke-1694219510", "stateful": true, "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "description": "tempest-secgroup-smoke-1694219510 description", "shared": false, "security_group_rules": [{"id": "247fe12d-02ca-443f-babf-be6965c7fb46", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "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": 1226, "description": null, "tags": [], "created_at": "2023-07-24T08:44:39Z", "updated_at": "2023-07-24T08:44:39Z", "revision_number": 0}, {"id": "fb4c94d8-21b2-413a-a56d-e9a3a435721f", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "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": 1225, "description": null, "tags": [], "created_at": "2023-07-24T08:44:39Z", "updated_at": "2023-07-24T08:4 4:39Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:44:39Z", "updated_at": "2023-07-24T08:44:39Z", "revision_number": 1, "project_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:40,224 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-07-24 08:44:40,224 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3b4faba2-59c5-4121-8bbb-62b70606f557', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed579111-cd37-40ae-ba47-dfb5d5e3e04b", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,431 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-24 08:44:40,432 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-faac1a9f-fa9b-42b1-97a1-cc7e7a1bd5b8', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a288021b-1ae8-420b-9e9b-c0c41a6d8980", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,584 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-07-24 08:44:40,584 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9e5f9d7f-276f-4fa7-9386-e078d6a8fa34', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-lo cation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7a1056d9-3149-4132-92ee-04887163b58d", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,729 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.144s 2023-07-24 08:44:40,730 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-72f2b3a9-0869-407e-a8da-65939ae3798c', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c0306b5-50e4-4b8a-a03a-7d5b67a04571", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,885 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.154s 2023-07-24 08:44:40,885 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d07a5b2a-f2e8-44ba-9e2b-94adbc1af4b8', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "11a4af3c-6cf3-4f04-8662-bee42f6112fb", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:41,049 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-07-24 08:44:41,050 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_gr oup_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e65df569-9db5-4b67-b9fa-b2350f0a446c', 'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4325647-2c9c-44f1-9308-6860426cb87b", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:41,050 80042 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-24 08:44:41,075 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.024s 2023-07-24 08:44:41,075 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d59b00bf-196c-4293-b661-61b8579dc9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:44:41,416 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes 0.340s 2023-07-24 08:44:41,416 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "snapshot_id": null, "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-772f72c1-7c71-40f3-9110-dfbe37c301d8', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-772f72c1-7c71-40f3-9110-dfbe37c301d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volume s'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.356350", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:44:41,468 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.040s 2023-07-24 08:44:41,468 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e919b24-6a1c-48d5-bec2-27dba593d53c', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e919b24-6a1c-48d5-bec2-27dba593d53c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:42,541 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.061s 2023-07-24 08:44:42,541 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a27a7b-29c7-434b-aaa5-5eb67d9c6042', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a27a7b-29c7-434b-aaa5-5eb67d9c6042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "sn apshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:43,600 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.042s 2023-07-24 08:44:43,600 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bec7f5b-3f86-44c7-bd01-6f2f8f5aa629', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bec7f5b-3f86-44c7-bd01-6f2f8f5aa629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:44,647 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.035s 2023-07-24 08:44:44,647 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c70d6e-7af1-4de6-8bb5-8b3427481529', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c70d6e-7af1-4de6-8bb5-8b3427481529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "h ttp://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:45,696 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.037s 2023-07-24 08:44:45,697 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809eefa7-436a-495f-8587-e3647c4408ac', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809eefa7-436a-495f-8587-e3647c4408ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:45,710 80042 INFO [tempest.common.waiters] volume 02eb799c-fca7-4370-b488-02ad2b07c03a reached available after waiting for 4.710196 seconds 2023-07-24 08:44:45,746 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.035s 2023-07-24 08:44:45,746 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e567aa3-5377-4368-b2dc-449b160298a0', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e567aa3-5377-4368-b2dc-449b160298a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_a t": "2023-07-24T08:44:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:45,848 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-07-24 08:44:45,848 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e3bbba20-5663-46d7-9cee-09a23e0da736', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cea5008afcd74cee86a8e434d2ada0f4", "name": "tempest-TestVolumeBootPattern-1059583766-project-member", "password_expires_at": null}, "audit_ids": ["tdXpjnGfTr-c3AQx3IkAkQ"], "expires_at": "2023-07-24T09:44:45.000000Z", "issued_at": "2023-07-24T08:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1ed70d4d30c4291b7b590a0720e43ad", "name": "tempest-TestVolumeBootPattern-1059583766"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": " RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:44:45,849 80042 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'df4959d8-8514-4f07-b8c9-ce529f444a9d', 'name': 'tempest-TestVolumeBootPattern-538954042-network', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4174, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:59Z', 'updated_at': '2023-07-24T08:43:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:44:45,871 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-24 08:44:45,871 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1946889298", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-1694219510"}], "block_device_mapping_v2": [{"uuid": "02eb799c-fca7-4370-b488-02ad2b07c03a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-204001658", "networks": [{"uuid": "df4959d8-8514-4f07-b8c9-ce529f444a9d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 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': '73', 'x-openstack-request-id': 'req-e782653b-d874-4f4b-85e1-e1c901878161', 'x-compute-request-id': 'req-e782653b-d874-4f4b-85e1-e1c901878161', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:44:45,918 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.046s 2023-07-24 08:44:45,918 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d8aaba-5968-40a5-9c7b-49d98493b32c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'' 2023-07-24 08:44:45,956 80042 INFO [tempest.lib.common.rest_clie nt] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.037s 2023-07-24 08:44:45,956 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96cd7d1d-b9fe-4c09-9b71-fe4a75c0f690', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96cd7d1d-b9fe-4c09-9b71-fe4a75c0f690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:47,005 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.037s 2023-07-24 08:44:47,006 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba2dc84-92d6-42bf-8aa5-957eca3beba5', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba2dc84-92d6-42bf-8aa5-957eca3beba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistency group_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:48,057 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.039s 2023-07-24 08:44:48,057 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d41b068-40d4-4721-a0c1-edd93729131a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d41b068-40d4-4721-a0c1-edd93729131a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:49,090 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.020s 2023-07-24 08:44:49,090 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fddbbe07-c9e5-4de5-b868-af8e400bedd2', 'x-openstack-request-id': 'req-fddbbe07-c9e5-4de5-b868-af8e400bedd2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 02eb799c-fca7-4370-b488-02ad2b07c03a could not be found."}}' 2023-07-24 08:44:49,236 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/316a5d5d-fb88-4302-89d8-e341269a9a04 0.145s 2023-07-24 08:44:49,236 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-08d28349-fbdc-4fd9-a208-1a6c5c398fd7', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:44:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/316a5d5d-fb88-4302-89d8-e341269a9a04'} Body: b'' 2023-07-24 08:44:49,262 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-204001658 0.025s 2023-07-24 08:44:49,262 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:49 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-d055a8d2-bd0d-4bc4-a78d-b2dc6cc450cf', 'x-compute-request-id': 'req-d055a8d2-bd0d-4bc4-a78d-b2dc6cc450cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-204001658'} Body: b'' ============================== Failed 41 tests - output below: ============================== tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:12,401 80036 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:12,401 80036 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:12,658 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.254s 2023-07-24 08:39:12,658 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-765464790", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcZpJgEZ3huuTUJvJo30KCuGKYo86azywB+x9meOOoOLcKtY92UgdLRPpiup1jTosc9JEKYtOLPAmjJwlOwemQjnBVr2ucSaKW6mf+LScmnNAFKbUg6oU+fB23O+nDDCQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-284c4436-fc94-4500-9393-c4eb3e2f908e', 'x-compute-request-id': 'req-284c4436-fc94-4500-9393-c4eb3e2f908e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-765464790", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcZpJgEZ3huuTUJvJo30KCuGKYo86azywB+x9meOOoOLcKtY92UgdLRPpiup1jTosc9JEKYtOLPAmjJwlOwemQjnBVr2ucSaKW6mf+LScmnNAFKbUg6oU+fB23O+nDDCQ==", "fingerprint": "08:6b:c8:ef:6c:e5:d4:ce:b8:df:c9:58:f1:e5:d7:a7", "user_id": "2c08e61c12554adebce7af3761b75ae1"}}' 2023-07-24 08:39:12,664 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-765464790 created 2023-07-24 08:39:13,644 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.980s 2023-07-24 08:39:13,645 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--550001694", "description": "tempest-description--1401562104"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e7f83bbe-9998-45c9-91ac-1fca26b7b859', 'date': 'Mon, 24 Jul 2023 08:39:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "name": "tempest-securitygroup--550001694", "stateful": true, "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "tempest-description--1401562104", "shared": false, "security_group_rules": [{"id": "94fcb832-bcd3-49b5-92a3-b387c2a8ab76", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "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": 152, "description": null, "tags": [], "created_at": "2023-07-24T08:39:13Z", "updated_at": "2023-07-24T08:39:13Z", "revision_number": 0}, {"id": "fcff2203-8700-4b3e-95bd-2b2a81e8d480", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ra nge_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": 153, "description": null, "tags": [], "created_at": "2023-07-24T08:39:13Z", "updated_at": "2023-07-24T08:39:13Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:12Z", "updated_at": "2023-07-24T08:39:13Z", "revision_number": 1, "project_id": "32089e7c5e404938bcacd6375fbf1ca5"}}' 2023-07-24 08:39:14,796 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.150s 2023-07-24 08:39:14,796 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c3f5e073-3588-44b4-8c04-91cf9166fcbc', 'date': 'Mon, 24 Jul 2023 08:39:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7160f25e-159b-4222-9f5a-4242e2019781", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:14Z", "updated_at": "2023-07-24T08:39:14Z", "revision_number": 0}}' 2023-07-24 08:39:15,744 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.947s 2023-07-24 08:39:15,745 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-abb44ff3-10d4-417c-87ec-ec3ef5033103', 'date': 'Mon, 24 Jul 2023 08:39:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "09115442-2b2e-44ec-b3d6-d2047788c66f", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "08d6e107-71d8-4f77-814d-c88bf0268f98", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:15Z", "updated_at": "2023-07-24T08:39:15Z", "revision_number": 0}}' 2023-07-24 08:39:15,745 80036 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--550001694 created 2023-07-24 08:39:17,326 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.580s 2023-07-24 08:39:17,326 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content- type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-954c9fbb-0469-4874-b2aa-6b833e48a365', 'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4ff8eb83-e596-4f45-8c19-989e4f0d5890", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "floating_ip_address": "172.24.4.253", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:16Z", "updated_at": "2023-07-24T08:39:16Z", "revision_number": 0}}' 2023-07-24 08:39:17,327 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4ff8eb83-e596-4f45-8c19-989e4f0d5890', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.253', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:16Z', 'updated_at': '2023-07-24T08:39:16Z', 'revision_number': 0, 'ip': '172.24.4.253'} created 2023-07-24 08:39:17,430 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-07-24 08:39:17,430 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f76af741-5135-42fb-9888-f1e4d932d7a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c08e61c12554adebce7af3761b75ae1", "name": "tempest-AttachVolumeShelveTestJSON-2048558672-project-member", "password_expires_at": null}, "audit_ids": ["2-y4W6UnSyaj4Afk37IQ-A"], "expires_at": "2023-07-24T09:39:17.000000Z", "issued_at": "2023-07-24T08:39:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32089e7c5e404938bcacd6375fbf1ca5", "name": "tempest-AttachVolumeShelveTestJSON-2048558672"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:17,431 80036 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436', 'name': 'tempest-AttachVolumeShelveTestJSON-488180503-network', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:17,431 80036 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-765464790', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAcZpJgEZ3huuTUJvJo30KCuGKYo86azywB+x9meOOoOLcKtY92UgdLRPpiup1jTosc9JEKYtOLPAmjJwlOwemQjnBVr2ucSaKW6mf+LScmnNAFKbUg6oU+fB23O+nDDCQ==', 'fingerprint': '08:6b:c8:ef:6c:e5:d4:ce:b8:df:c9:58:f1:e5:d7:a7', 'user_id': '2c08e61c12554adebce7af3761b75ae1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAJxd0zL/wCvDD1wlI+F0+xj6HNtAnICb6NHbvzaoS/oab3DYlarcv0\nGv4m3ts3elygBwYFK4EEACKhZANiAAQHGaSYBGd4brk1CbyaN9CgrhimKPOms8sA\nfsfZnjjqDi3CrWPdlIHS0T6YrqdY06LHPSRCmLTizwJoycJTsHpkI5wVa9rnEmil\nupn/i0nJpzQBSm1IOqFPnwdtzvpwwwk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '08d6e107-71d8-4f77-814d-c88bf0268f98', 'name': 'tempest-securitygroup--550001694', 'stateful': True, 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': 'tempest-description--1401562104', 'shared': False, 'security_group_rules': [{'id': '94fcb832-bcd3-49b5-92a3-b387c2a8ab76', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '08d6e107-71d8-4f77-814d-c88bf0268f98', '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': 152, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:13Z', 'updated_at': '2023-07-24T08:39:13Z', 'revision_number': 0}, {'id': 'fcff2203-8700-4b3e-95bd-2b2a81e8d480', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '08d6e107-71d8-4f77-814d-c88bf0268f98', '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': 153, 'description': None, 'tags': [], 'created_ at': '2023-07-24T08:39:13Z', 'updated_at': '2023-07-24T08:39:13Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:12Z', 'updated_at': '2023-07-24T08:39:13Z', 'revision_number': 1, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5'}, 'floating_ip': {'id': '4ff8eb83-e596-4f45-8c19-989e4f0d5890', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.253', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:16Z', 'updated_at': '2023-07-24T08:39:16Z', 'revision_number': 0, 'ip': '172.24.4.253'}} 2023-07-24 08:39:17,482 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.049s 2023-07-24 08:39:17,482 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1250977732", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436"}], "security_groups": [{"name": "tempest-securitygroup--550001694"}], "key_name": "tempest-keypair-765464790", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1ddf544f-7fe9-42d3-a9f4-b1157a4f3870', 'x-compute-request-id': 'req-1ddf544f-7fe9-42d3-a9f4-b1157a4f3870', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:17,519 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-765464790 0.034s 2023-07-24 08:39:17,519 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fa61156-2c1b-49db-9978-60ee44b7a887', 'x-compute-request-id': 'req-8fa61156-2c1b-49db-9978-60ee44b7a887', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-765464790'} Body: b'' 2023-07-24 08:39:18,441 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98 0.921s 2023-07-24 08:39:18,441 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-41f4e841-3619-4501-9c95-382dc23687be', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.2 10:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98'} Body: b'' 2023-07-24 08:39:18,479 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98 0.037s 2023-07-24 08:39:18,480 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8149355a-b063-4765-bafa-39cf5d5b48ef', 'date': 'Mon, 24 Jul 2023 08:39:18 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/08d6e107-71d8-4f77-814d-c88bf0268f98'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 08d6e107-71d8-4f77-814d-c88bf0268f98 does not exist", "detail": ""}}' 2023-07-24 08:39:19,650 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4ff8eb83-e596-4f45-8c19-989e4f0d5890 1.168s 2023-07-24 08:39:19,650 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-074ed8ea-e91b-41f8-b88e-7477c819a916', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ff8eb83-e596-4f45-8c19-989e4f0d5890'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server server1, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:19,164 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:19,164 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:19,513 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.346s 2023-07-24 08:39:19,513 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1083950228", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI4EmPt/FNRBRncVTja0cIwNq4eR5w8PmjKrLit1s/7lnBIbw0g/gkQML2FH9BnTxrRccZ3u7SDGMY8+x837Q6/cji0+OlF2P1zctrX+/W9uzVMqps9XxDEtduIZaYpoHg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf0acf45-1164-4709-a8db-ff4a643d5f50', 'x-compute-request-id': 'req-cf0acf45-1164-4709-a8db-ff4a643d5f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1083950228", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI4EmPt/FNRBRncVTja0cIwNq4eR5w8PmjKrLit1s/7lnBIbw0g/gkQML2FH9BnTxrRccZ3u7SDGMY8+x837Q6/cji0+OlF2P1zctrX+/W9uzVMqps9XxDEtduIZaYpoHg==", "fingerprint": "76:18:e9:11:e5:6d:2c:b2:d0:a1:b9:84:9f:45:55:15", "user_id": "3dcf79d5948d4e46944ab74e24d76033"}}' 2023-07-24 08:39:19,518 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1083950228 created 2023-07-24 08:39:20,157 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.638s 2023-07-24 08:39:20,158 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2028493036", "description": "tempest-description--1184014112"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-b9e0f7cd-2035-447c-99a9-463d01773ce7', 'date': 'Mon, 24 Jul 2023 08:39:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "84b049ae-6311-4140-a485-3d14ea3c163f", "name": "tempest-securitygroup--2028493036", "stateful": true, "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "tempest-description--1184014112", "shared": false, "security_group_rules": [{"id": "51d5feb8-bb52-471c-9635-f57ba2bf01b1", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "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": 174, "description": null, "tags": [], "created_at": "2023-07-24T08:39:19Z", "updated_at": "2023-07-24T08:39:19Z", "revision_number": 0}, {"id": "5ca4cb64-a8de-4bfb-aa17-00fe8089e48a", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 173, "description": null, "tags": [], "created_at": "2023-07-24T08:39:19Z", "updated_at": "2023-07-24T08:39:19Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:19Z", "updated_at": "2023-07-24T08:39:19Z", "revision_number": 1, "project_id": "81bda80ac8414996a80b50f0f0db0ca2"}}' 2023-07-24 08:39:21,007 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.849s 2023-07-24 08:39:21,007 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-50f9cc39-e900-4e6b-8900-7e66f7afa521', 'date': 'Mon, 24 Jul 2023 08:39:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cef755a1-7754-4d60-93b0-6f9af22cb197", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 0}}' 2023-07-24 08:39:22,178 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.170s 2023-07-24 08:39:22,178 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-249f21b4-ca1d-44b6-a972-bbf0f93d59fa', 'date': 'Mon, 24 Jul 2023 08:39:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e6d71b75-b117-4db9-ad31-7d1e92bfc549", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "84b049ae-6311-4140-a485-3d14ea3c163f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:21Z", "updated_at": "2023-07-24T08:39:21Z", "revision_number": 0}}' 2023-07-24 08:39:22,179 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2028493036 created 2023-07-24 08:39:25,736 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.557s 2023-07-24 08:39:25,737 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a80d03dd-af75-49b5-a66d-969e8ee85ced', 'date': 'Mon, 24 Jul 2023 08:39:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a483424c-2546-4870-9151-a426b4e7662f", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "floating_ip_address": "172.24.4.80", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:24Z", "updated_at": "2023-07-24T08:39:24Z", "revision_number": 0}}' 2023-07-24 08:39:25,737 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a483424c-2546-4870-9151-a426b4e7662f', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.80', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:24Z', 'updated_at': '2023-07-24T08:39:24Z', 'revision_number': 0, 'ip': '172.24.4.80'} created 2023-07-24 08:39:25,827 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-07-24 08:39:25,828 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-02285d3f-727b-44cd-ac57-7d38c11f4dc1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3dcf79d5948d4e46944ab74e24d76033", "name": "tempest-AttachVolumeNegativeTest-1698594553-project-member", "password_expires_at": null}, "audit_ids": ["2W5Q-Oe9QA2KqR69wDUBpA"], "expires_at": "2023-07-24T09:39:25.000000Z", "issued_at": "2023-07-24T08:39:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81bda80ac8414996a80b50f0f0db0ca2", "name": "tempest-AttachVolumeNegativeTest-1698594553"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": " http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:25,828 80034 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08', 'name': 'tempest-AttachVolumeNegativeTest-944537239-network', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3542, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:39:00Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:25,829 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1083950228', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI4EmPt/FNRBRncVTja0cIwNq4eR5w8PmjKrLit1s/7lnBIbw0g/gkQML2FH9BnTxrRccZ3u7SDGMY8+x837Q6/cji0+OlF2P1zctrX+/W9uzVMqps9XxDEtduIZaYpoHg==', 'fingerprint': '76:18:e9:11:e5:6d:2c:b2:d0:a1:b9:84:9f:45:55:15', 'user_id': '3dcf79d5948d4e46944ab74e24d76033', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCZvJlJzVbyzUbS1hxsJNVMdiHJ5KSabKSLbGPY9zyiaeB8K2MxU3SL\nxRXGzv7poVegBwYFK4EEACKhZANiAASOBJj7fxTUQUZ3FU42tHCMDauHkecPD5oy\nqy4rdbP+5ZwSG8NIP4JEDC9hR/QZ08a0XHGd7u0gxjGPPsfN+0Ov3I4tPjpRdj9c\n3La1/v1vbs1TKqbPV8QxLXbiGWmKaB4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '84b049ae-6311-4140-a485-3d14ea3c163f', 'name': 'tempest-securitygroup--2028493036', 'stateful': True, 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': 'tempest-description--1184014112', 'shared': False, 'security_group_rules': [{'id': '51d5feb8-bb52-471c-9635-f57ba2bf01b1', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '84b049ae-6311-4140-a485-3d14ea3c163f', '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': 174, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:19Z', 'updated_at': '2023-07-24T08:39:19Z', 'revision_number': 0}, {'id': '5ca4cb64-a8de-4bfb-aa17-00fe8089e48a', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '84b049ae-6311-4140-a485-3d14ea3c163f', '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': 173, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:19Z', 'updated_at': '2023-07-24T08:39:19Z', 'revi sion_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:19Z', 'updated_at': '2023-07-24T08:39:19Z', 'revision_number': 1, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2'}, 'floating_ip': {'id': 'a483424c-2546-4870-9151-a426b4e7662f', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.80', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:24Z', 'updated_at': '2023-07-24T08:39:24Z', 'revision_number': 0, 'ip': '172.24.4.80'}} 2023-07-24 08:39:25,852 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.022s 2023-07-24 08:39:25,887 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1308822418", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08"}], "security_groups": [{"name": "tempest-securitygroup--2028493036"}], "key_name": "tempest-keypair-1083950228", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:25 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': '73', 'x-openstack-request-id': 'req-a0ede400-d796-47f9-b2bc-39e0c2eb48e7', 'x-compute-request-id': 'req-a0ede400-d796-47f9-b2bc-39e0c2eb48e7', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:25,922 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1083950228 0.032s 2023-07-24 08:39:25,922 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:25 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-e7e34540-7d45-4dab-9a82-d7a9711bd2fd', 'x-compute-request-id': 'req-e7e34540-7d45-4dab-9a82-d7a9711bd2fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1083950228'} Body: b'' 2023-07-24 08:39:26,976 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f 1.052s 2023-07-24 08:39:26,976 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ed73be81-abb9-47f2-9689-e06bdb14645a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f'} Body: b'' 2023-07-24 08:39:27,025 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f 0.049s 2023-07-24 08:39:27,026 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2404869f-52f8-4b22-8d8f-37f3f67cc3f4', 'date': 'Mon, 24 Jul 2023 08:39:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/84b049ae-6311-4140-a485-3d14ea3c163f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 84b049ae-6311-4140-a485-3d14ea3c163f does not exist", "detail": ""}}' 2023-07-24 08:39:29,162 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a483424c-2546-4870-9151-a426b4e7662f 2.135s 2023-07-24 08:39:29,162 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fb4b7fe7-ab55-46a2-b988-0397a70c58bf', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a483424c-2546-4870-9151-a426b4e7662f'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:19,657 80036 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:19,658 80036 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:19,783 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.123s 2023-07-24 08:39:19,784 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1897602669", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHumpaQe6vbvJbUxOdBEYh1iKl68e3SgSUupVjFz1ByUi0V7F0vkYFIMd348kW+WUMwDD+9KKbHawi3ZDI3EBu5xkdJhU62dGOlo6HgmmPZ9Oey328JigCE2N7lIwVEhSQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d44883-5176-422f-89a0-c0211a50bf6d', 'x-compute-request-id': 'req-70d44883-5176-422f-89a0-c0211a50bf6d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1897602669", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHumpaQe6vbvJbUxOdBEYh1iKl68e3SgSUupVjFz1ByUi0V7F0vkYFIMd348kW+WUMwDD+9KKbHawi3ZDI3EBu5xkdJhU62dGOlo6HgmmPZ9Oey328JigCE2N7lIwVEhSQ==", "fingerprint": "30:4d:80:bb:46:f8:f1:60:1c:27:56:0b:f3:f6:20:a9", "user_id": "2c08e61c12554adebce7af3761b75ae1"}}' 2023-07-24 08:39:19,786 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1897602669 created 2023-07-24 08:39:20,633 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.846s 2023-07-24 08:39:20,634 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--249618733", "description": "tempest-description--278730038"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-eec86eae-c320-4fc2-a053-003e497cf8b2', 'date': 'Mon, 24 Jul 2023 08:39:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "name": "tempest-securitygroup--249618733", "stateful": true, "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "tempest-description--278730038", "shared": false, "security_group_rules": [{"id": "d5e37cd4-9742-45c2-ae20-2d3b94fd4786", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "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": 182, "description": null, "tags": [], "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 0}, {"id": "f5ac3f6b-d30f-4aa8-8305-8d8faf0ca7c1", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_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": 181, "description": null, "tags": [], "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:20Z", "updated_at": "2023-07-24T08:39:20Z", "revision_number": 1, "project_id": "32089e7c5e404938bcacd6375fbf1ca5"}}' 2023-07-24 08:39:22,272 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.638s 2023-07-24 08:39:22,273 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-b1b863e1-ebda-47fa-a83a-c084b27c42c5', 'date': 'Mon, 24 Jul 2023 08:39:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "80fc243b-901b-48f9-ad7e-80f119c1bd57", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:21Z", "updated_at": "2023-07-24T08:39:21Z", "revision_number": 0}}' 2023-07-24 08:39:23,537 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.263s 2023-07-24 08:39:23,537 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-27f386d4-baf4-4fca-955c-0f2d70d8a69c', 'date': 'Mon, 24 Jul 2023 08:39:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b72625f0-a345-45ac-b315-8ced25d5594e", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "security_group_id": "48afd93d-b774-4612-b1f0-eb272e5390f8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:23Z", "updated_at": "2023-07-24T08:39:23Z", "revision_number": 0}}' 2023-07-24 08:39:23,538 80036 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--249618733 created 2023-07-24 08:39:26,652 80036 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.113s 2023-07-24 08:39:26,652 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b3d0d469-859e-4d68-90ff-b80fa779b718', 'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45c6d6da-5203-4465-9971-65429c66c50a", "tenant_id": "32089e7c5e404938bcacd6375fbf1ca5", "floating_ip_address": "172.24.4.123", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "32089e7c5e404938bcacd6375fbf1ca5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:25Z", "updated_at": "2023-07-24T08:39:25Z", "revision_number": 0}}' 2023-07-24 08:39:26,652 80036 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '45c6d6da-5203-4465-9971-65429c66c50a', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:25Z', 'updated_at': '2023-07-24T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2023-07-24 08:39:26,765 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2023-07-24 08:39:26,766 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-67800c3e-c706-4b88-88ea-1926f38d9f97', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c08e61c12554adebce7af3761b75ae1", "name": "tempest-AttachVolumeShelveTestJSON-2048558672-project-member", "password_expires_at": null}, "audit_ids": ["Auh4uK2ARSezKkyCxdml_w"], "expires_at": "2023-07-24T09:39:26.000000Z", "issued_at": "2023-07-24T08:39:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32089e7c5e404938bcacd6375fbf1ca5", "name": "tempest-AttachVolumeShelveTestJSON-2048558672"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32089e7c5e404938bcacd6375fbf1ca5", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:26,767 80036 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436', 'name': 'tempest-AttachVolumeShelveTestJSON-488180503-network', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10320, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:26,767 80036 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1897602669', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHumpaQe6vbvJbUxOdBEYh1iKl68e3SgSUupVjFz1ByUi0V7F0vkYFIMd348kW+WUMwDD+9KKbHawi3ZDI3EBu5xkdJhU62dGOlo6HgmmPZ9Oey328JigCE2N7lIwVEhSQ==', 'fingerprint': '30:4d:80:bb:46:f8:f1:60:1c:27:56:0b:f3:f6:20:a9', 'user_id': '2c08e61c12554adebce7af3761b75ae1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBF09tgPPDkrNRaJfr3qqV4r4KqKtr14lTweJLRslzhRslpY+iFY9Oj\nRBiEeh7z6DCgBwYFK4EEACKhZANiAAR7pqWkHur27yW1MTnQRGIdYipevHt0oElL\nqVYxc9QclItFexdL5GBSDHd+PJFvllDMAw/vSimx2sIt2QyNxAbucZHSYVOtnRjp\naOh4Jpj2fTnst9vCYoAhNje5SMFRIUk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '48afd93d-b774-4612-b1f0-eb272e5390f8', 'name': 'tempest-securitygroup--249618733', 'stateful': True, 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': 'tempest-description--278730038', 'shared': False, 'security_group_rules': [{'id': 'd5e37cd4-9742-45c2-ae20-2d3b94fd4786', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '48afd93d-b774-4612-b1f0-eb272e5390f8', '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': 182, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:20Z', 'updated_at': '2023-07-24T08:39:20Z', 'revision_number': 0}, {'id': 'f5ac3f6b-d30f-4aa8-8305-8d8faf0ca7c1', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'security_group_id': '48afd93d-b774-4612-b1f0-eb272e5390f8', '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': 181, 'description': None, 'tags': [], 'created _at': '2023-07-24T08:39:20Z', 'updated_at': '2023-07-24T08:39:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:20Z', 'updated_at': '2023-07-24T08:39:20Z', 'revision_number': 1, 'project_id': '32089e7c5e404938bcacd6375fbf1ca5'}, 'floating_ip': {'id': '45c6d6da-5203-4465-9971-65429c66c50a', 'tenant_id': '32089e7c5e404938bcacd6375fbf1ca5', 'floating_ip_address': '172.24.4.123', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '32089e7c5e404938bcacd6375fbf1ca5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:25Z', 'updated_at': '2023-07-24T08:39:25Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2023-07-24 08:39:26,791 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:39:26,792 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-779059886", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c4ca26ad-d8ea-42f1-a5cc-2b63eef1a436"}], "security_groups": [{"name": "tempest-securitygroup--249618733"}], "key_name": "tempest-keypair-1897602669", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1c34417c-456d-4529-8958-68189f09bd97', 'x-compute-request-id': 'req-1c34417c-456d-4529-8958-68189f09bd97', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:26,823 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1897602669 0.030s 2023-07-24 08:39:26,824 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db022ff5-1ea2-43f9-8871-701be0e2f2af', 'x-compute-request-id': 'req-db022ff5-1ea2-43f9-8871-701be0e2f2af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1897602669'} Body: b'' 2023-07-24 08:39:27,597 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8 0.772s 2023-07-24 08:39:27,598 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-613dc85c-34da-433d-9f9f-94bbf69fd8be', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0. 0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8'} Body: b'' 2023-07-24 08:39:27,705 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8 0.107s 2023-07-24 08:39:27,706 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0c1257ed-6fa1-4082-bdc3-6ddb37711353', 'date': 'Mon, 24 Jul 2023 08:39:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/48afd93d-b774-4612-b1f0-eb272e5390f8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 48afd93d-b774-4612-b1f0-eb272e5390f8 does not exist", "detail": ""}}' 2023-07-24 08:39:29,558 80036 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/45c6d6da-5203-4465-9971-65429c66c50a 1.852s 2023-07-24 08:39:29,559 80036 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bdc54d76-856f-41ed-a0b1-2bb727316d75', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45c6d6da-5203-4465-9971-65429c66c50a'} Body: b'' setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:29,166 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:29,166 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:29,391 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.221s 2023-07-24 08:39:29,391 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-882417347", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFBr2Mv188Z1kC13AywlSi4tmobd1PLhM8KF3lXa19f+Yyf/YJ15JEEx67v1HdWq0YNsWVMH9+brTIm6YJo1HRiFA/7Mcwr7sywBki2iTvrq2ZrDETjgU7MN9AsgVcc1w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:29 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-eeccb8f7-1f9a-4a6e-af71-183d158e8e70', 'x-compute-request-id': 'req-eeccb8f7-1f9a-4a6e-af71-183d158e8e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-882417347", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFBr2Mv188Z1kC13AywlSi4tmobd1PLhM8KF3lXa19f+Yyf/YJ15JEEx67v1HdWq0YNsWVMH9+brTIm6YJo1HRiFA/7Mcwr7sywBki2iTvrq2ZrDETjgU7MN9AsgVcc1w==", "fingerprint": "4e:8a:22:aa:fe:65:f3:9d:a0:d3:be:43:6e:3b:cd:3e", "user_id": "3dcf79d5948d4e46944ab74e24d76033"}}' 2023-07-24 08:39:29,394 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-882417347 created 2023-07-24 08:39:30,153 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.759s 2023-07-24 08:39:30,154 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--156701608", "description": "tempest-description--1027669430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1c2e21ee-c239-4474-a7df-8676aec34366', 'date': 'Mon, 24 Jul 2023 08:39:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "name": "tempest-securitygroup--156701608", "stateful": true, "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "tempest-description--1027669430", "shared": false, "security_group_rules": [{"id": "780510d6-e7ca-4703-b667-e4f4a2ce560f", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "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": 236, "description": null, "tags": [], "created_at": "2023-07-24T08:39:29Z", "updated_at": "2023-07-24T08:39:29Z", "revision_number": 0}, {"id": "86cfc885-3fef-4c31-a963-af86a1ce177c", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "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": 237, "description": null, "tags": [], "created_at": "2023-07-24T08:39:29Z", "updated_at": "2023-07-24T08:39:29Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:29Z", "updated_at": "2023-07-24T08:39:29Z", "revision_number": 1, "project_id": "81bda80ac8414996a80b50f0f0db0ca2"}}' 2023-07-24 08:39:30,938 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.784s 2023-07-24 08:39:30,939 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-92313c59-e24f-4d5a-967b-92649426c445', 'date': 'Mon, 24 Jul 2023 08:39:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68b175a8-c323-434c-9bcd-e500c051950f", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:30Z", "updated_at": "2023-07-24T08:39:30Z", "revision_number": 0}}' 2023-07-24 08:39:32,150 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.211s 2023-07-24 08:39:32,150 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f24f3e28-5783-41d0-a585-1b7d8d5e2818', 'date': 'Mon, 24 Jul 2023 08:39:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a62557b8-bfb0-48d0-ad61-82824df9b6d5", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "891e3db6-ecbf-475c-9061-7fedb7da7bca", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:31Z", "updated_at": "2023-07-24T08:39:31Z", "revision_number": 0}}' 2023-07-24 08:39:32,151 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--156701608 created 2023-07-24 08:39:35,721 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.570s 2023-07-24 08:39:35,721 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-8d4a54a2-a542-4189-b8b7-4dcbe1d12965', 'date': 'Mon, 24 Jul 2023 08:39:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e1e3d4e6-b434-4adc-9e5f-9d75d890ec85", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "floating_ip_address": "172.24.4.101", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:34Z", "updated_at": "2023-07-24T08:39:34Z", "revision_number": 0}}' 2023-07-24 08:39:35,722 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e1e3d4e6-b434-4adc-9e5f-9d75d890ec85', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.101', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 0, 'ip': '172.24.4.101'} created 2023-07-24 08:39:35,828 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.101s 2023-07-24 08:39:35,829 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7acac9cc-54ff-491a-a904-8a18a2c8d6fb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3dcf79d5948d4e46944ab74e24d76033", "name": "tempest-AttachVolumeNegativeTest-1698594553-project-member", "password_expires_at": null}, "audit_ids": ["1ExChl0TRhqShuI3c7Nf0Q"], "expires_at": "2023-07-24T09:39:35.000000Z", "issued_at": "2023-07-24T08:39:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81bda80ac8414996a80b50f0f0db0ca2", "name": "tempest-AttachVolumeNegativeTest-1698594553"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://1 0.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:35,829 80034 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08', 'name': 'tempest-AttachVolumeNegativeTest-944537239-network', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3542, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:39:00Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:35,830 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-882417347', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFBr2Mv188Z1kC13AywlSi4tmobd1PLhM8KF3lXa19f+Yyf/YJ15JEEx67v1HdWq0YNsWVMH9+brTIm6YJo1HRiFA/7Mcwr7sywBki2iTvrq2ZrDETjgU7MN9AsgVcc1w==', 'fingerprint': '4e:8a:22:aa:fe:65:f3:9d:a0:d3:be:43:6e:3b:cd:3e', 'user_id': '3dcf79d5948d4e46944ab74e24d76033', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCKAB76KNOI5ccphinc7SXUloO07V2UDpTYWVYQ66vf2lguEk46xzPY\n8nS8XZCbEUKgBwYFK4EEACKhZANiAASBQa9jL9fPGdZAtdwMsJUouLZqG3dTy4TP\nChd5V2tfX/mMn/2CdeSRBMeu79R3VqtGDbFlTB/fm60yJumCaNR0YhQP+zHMK+7M\nsAZItok766tmawxE44FOzDfQLIFXHNc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '891e3db6-ecbf-475c-9061-7fedb7da7bca', 'name': 'tempest-securitygroup--156701608', 'stateful': True, 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': 'tempest-description--1027669430', 'shared': False, 'security_group_rules': [{'id': '780510d6-e7ca-4703-b667-e4f4a2ce560f', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '891e3db6-ecbf-475c-9061-7fedb7da7bca', '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': 236, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:29Z', 'updated_at': '2023-07-24T08:39:29Z', 'revision_number': 0}, {'id': '86cfc885-3fef-4c31-a963-af86a1ce177c', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '891e3db6-ecbf-475c-9061-7fedb7da7bca', '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': 237, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:29Z', 'updated_at': '2023-07-24T08:39:29Z', 'revision_number': 0 }], 'tags': [], 'created_at': '2023-07-24T08:39:29Z', 'updated_at': '2023-07-24T08:39:29Z', 'revision_number': 1, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2'}, 'floating_ip': {'id': 'e1e3d4e6-b434-4adc-9e5f-9d75d890ec85', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.101', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 0, 'ip': '172.24.4.101'}} 2023-07-24 08:39:35,875 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 400 POST http://10.0.0.210/compute/v2.1/servers 0.045s 2023-07-24 08:39:35,876 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-994633295", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08"}], "security_groups": [{"name": "tempest-securitygroup--156701608"}], "key_name": "tempest-keypair-882417347", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 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': '73', 'x-openstack-request-id': 'req-e9a95f13-77ab-4a79-8779-2bd91c057340', 'x-compute-request-id': 'req-e9a95f13-77ab-4a79-8779-2bd91c057340', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:35,932 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-882417347 0.055s 2023-07-24 08:39:35,932 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 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-4640aa73-0cfe-4f5c-bc58-30a19f5ddd48', 'x-compute-request-id': 'req-4640aa73-0cfe-4f5c-bc58-30a19f5ddd48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-882417347'} Body: b'' 2023-07-24 08:39:36,569 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca 0.636s 2023-07-24 08:39:36,569 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3dd7c752-c229-4d40-805d-1b38947ca005', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca'} Body: b'' 2023-07-24 08:39:36,593 80034 INFO [tempest.lib.common.res t_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca 0.023s 2023-07-24 08:39:36,593 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6b0aef8b-fd10-48aa-ad77-924467566375', 'date': 'Mon, 24 Jul 2023 08:39:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/891e3db6-ecbf-475c-9061-7fedb7da7bca'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 891e3db6-ecbf-475c-9061-7fedb7da7bca does not exist", "detail": ""}}' 2023-07-24 08:39:37,702 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e1e3d4e6-b434-4adc-9e5f-9d75d890ec85 1.107s 2023-07-24 08:39:37,702 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fc3d5ddf-814f-4933-ba04-0a4643a024c0', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e1e3d4e6-b434-4adc-9e5f-9d75d890ec85'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) ------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON) ---------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:37,705 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:37,705 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:37,772 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 08:39:37,773 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1164684520", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDHe/0KzCPjBJsznQmk0LyLtZtsYB08BZIF+GrRxTEmCJ/g3j8xzt15K/6eisUpRWd0q5lgscghK/QsdTZq6OUXYGDIrSjR9HyxgzPJ3XJA0ogvRv3Wjqp3qynI6C0JP+Q=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f56ff977-c8dd-4178-8043-f71a98ac7b63', 'x-compute-request-id': 'req-f56ff977-c8dd-4178-8043-f71a98ac7b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1164684520", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDHe/0KzCPjBJsznQmk0LyLtZtsYB08BZIF+GrRxTEmCJ/g3j8xzt15K/6eisUpRWd0q5lgscghK/QsdTZq6OUXYGDIrSjR9HyxgzPJ3XJA0ogvRv3Wjqp3qynI6C0JP+Q==", "fingerprint": "c0:4d:a9:42:00:ef:25:7a:7e:44:41:b0:71:01:16:a7", "user_id": "3dcf79d5948d4e46944ab74e24d76033"}}' 2023-07-24 08:39:37,777 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1164684520 created 2023-07-24 08:39:39,264 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.486s 2023-07-24 08:39:39,264 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1498531508", "description": "tempest-description--1973526650"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-873ee123-2ba5-4d93-9e6f-35654309615c', 'date': 'Mon, 24 Jul 2023 08:39:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "88906338-8f8c-44f5-816c-733df3109918", "name": "tempest-securitygroup--1498531508", "stateful": true, "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "tempest-description--1973526650", "shared": false, "security_group_rules": [{"id": "27644fcc-646c-4f43-9d8d-9ed518ae5e0e", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "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": 259, "description": null, "tags": [], "created_at": "2023-07-24T08:39:38Z", "updated_at": "2023-07-24T08:39:38Z", "revision_number": 0}, {"id": "4430c742-494d-4238-875b-c8923509e838", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 260, "description": null, "tags": [], "created_at": "2023-07-24T08:39:38Z", "updated_at": "2023-07-24T08:39:38Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:38Z", "updated_at": "2023-07-24T08:39:38Z", "revision_number": 1, "project_id": "81bda80ac8414996a80b50f0f0db0ca2"}}' 2023-07-24 08:39:40,118 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.853s 2023-07-24 08:39:40,118 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-dcd3cbb8-081f-40f7-bf12-2295193a679d', 'date': 'Mon, 24 Jul 2023 08:39:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c4666f4-ca7b-43d1-91d9-38a5c5861a8a", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:39Z", "updated_at": "2023-07-24T08:39:39Z", "revision_number": 0}}' 2023-07-24 08:39:41,549 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.429s 2023-07-24 08:39:41,549 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d4be7380-0eaa-4f3f-8e3e-8c1f16ca1a2c', 'date': 'Mon, 24 Jul 2023 08:39:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a212b2e3-199e-4d4e-aab4-cfd72908c789", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "security_group_id": "88906338-8f8c-44f5-816c-733df3109918", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:40Z", "updated_at": "2023-07-24T08:39:40Z", "revision_number": 0}}' 2023-07-24 08:39:41,549 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1498531508 created 2023-07-24 08:39:45,151 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.601s 2023-07-24 08:39:45,152 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c6ec3c45-f0bf-4fb6-9c20-6d28711db478', 'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "950ed6d2-6214-4f37-ae51-5375c0a41b96", "tenant_id": "81bda80ac8414996a80b50f0f0db0ca2", "floating_ip_address": "172.24.4.36", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81bda80ac8414996a80b50f0f0db0ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:43Z", "updated_at": "2023-07-24T08:39:43Z", "revision_number": 0}}' 2023-07-24 08:39:45,152 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '950ed6d2-6214-4f37-ae51-5375c0a41b96', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.36', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:43Z', 'updated_at': '2023-07-24T08:39:43Z', 'revision_number': 0, 'ip': '172.24.4.36'} created 2023-07-24 08:39:45,302 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.146s 2023-07-24 08:39:45,303 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b1d3dcc-11b7-4906-aade-f07fbf5005fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3dcf79d5948d4e46944ab74e24d76033", "name": "tempest-AttachVolumeNegativeTest-1698594553-project-member", "password_expires_at": null}, "audit_ids": ["rbrPjiRgQKyRlVodRhKXWA"], "expires_at": "2023-07-24T09:39:45.000000Z", "issued_at": "2023-07-24T08:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81bda80ac8414996a80b50f0f0db0ca2", "name": "tempest-AttachVolumeNegativeTest-1698594553"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/vo lume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/81bda80ac8414996a80b50f0f0db0ca2", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:45,304 80034 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08', 'name': 'tempest-AttachVolumeNegativeTest-944537239-network', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3542, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:39:00Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:45,304 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1164684520', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDHe/0KzCPjBJsznQmk0LyLtZtsYB08BZIF+GrRxTEmCJ/g3j8xzt15K/6eisUpRWd0q5lgscghK/QsdTZq6OUXYGDIrSjR9HyxgzPJ3XJA0ogvRv3Wjqp3qynI6C0JP+Q==', 'fingerprint': 'c0:4d:a9:42:00:ef:25:7a:7e:44:41:b0:71:01:16:a7', 'user_id': '3dcf79d5948d4e46944ab74e24d76033', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3HAsgbJ8kaxOYiVicgfeFlRrkASF7Rf4FPMBhuuJHzeNZk9OqjYW8\n8iuXzn8Hq8GgBwYFK4EEACKhZANiAAQx3v9Cswj4wSbM50JpNC8i7WbbGAdPAWSB\nfhq0cUxJgif4N4/Mc7deSv+norFKUVndKuZYLHIISv0LHU2aujlF2BgyK0o0fR8s\nYMzyd1yQNKIL0b91o6qd6spyOgtCT/k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '88906338-8f8c-44f5-816c-733df3109918', 'name': 'tempest-securitygroup--1498531508', 'stateful': True, 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': 'tempest-description--1973526650', 'shared': False, 'security_group_rules': [{'id': '27644fcc-646c-4f43-9d8d-9ed518ae5e0e', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '88906338-8f8c-44f5-816c-733df3109918', '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': 259, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:38Z', 'updated_at': '2023-07-24T08:39:38Z', 'revision_number': 0}, {'id': '4430c742-494d-4238-875b-c8923509e838', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'security_group_id': '88906338-8f8c-44f5-816c-733df3109918', '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': 260, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:38Z', 'updated_at': '2023-07-24T08:39:38Z', 'revision_number': 0}], 'tags': [], 'created_ at': '2023-07-24T08:39:38Z', 'updated_at': '2023-07-24T08:39:38Z', 'revision_number': 1, 'project_id': '81bda80ac8414996a80b50f0f0db0ca2'}, 'floating_ip': {'id': '950ed6d2-6214-4f37-ae51-5375c0a41b96', 'tenant_id': '81bda80ac8414996a80b50f0f0db0ca2', 'floating_ip_address': '172.24.4.36', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81bda80ac8414996a80b50f0f0db0ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:43Z', 'updated_at': '2023-07-24T08:39:43Z', 'revision_number': 0, 'ip': '172.24.4.36'}} 2023-07-24 08:39:45,345 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.040s 2023-07-24 08:39:45,345 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1550420962", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0ec75d51-aeea-4a1d-bbf6-9e1e8e698e08"}], "security_groups": [{"name": "tempest-securitygroup--1498531508"}], "key_name": "tempest-keypair-1164684520", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 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': '73', 'x-openstack-request-id': 'req-c1b5d3ff-fa26-47d9-8519-ac90796d8449', 'x-compute-request-id': 'req-c1b5d3ff-fa26-47d9-8519-ac90796d8449', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:45,403 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164684520 0.056s 2023-07-24 08:39:45,403 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 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-449c6617-9b0b-41db-8f3f-bfc7b07b0b1e', 'x-compute-request-id': 'req-449c6617-9b0b-41db-8f3f-bfc7b07b0b1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164684520'} Body: b'' 2023-07-24 08:39:46,085 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918 0.681s 2023-07-24 08:39:46,085 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e82873ef-5633-4bad-a692-5d30f41ea4a3', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918'} Body: b'' 2023-07-24 08:39:46,132 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegati veTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918 0.047s 2023-07-24 08:39:46,133 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0e4d67d9-862d-4f6b-b727-c64569b5db49', 'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/88906338-8f8c-44f5-816c-733df3109918'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 88906338-8f8c-44f5-816c-733df3109918 does not exist", "detail": ""}}' 2023-07-24 08:39:47,826 80034 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/950ed6d2-6214-4f37-ae51-5375c0a41b96 1.692s 2023-07-24 08:39:47,827 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-df3e4a64-e9a4-4ecb-87c9-94d6fde47604', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/950ed6d2-6214-4f37-ae51-5375c0a41b96'} Body: b'' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 94, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:42,719 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.180s 2023-07-24 08:39:42,720 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bfc1318e-4f60-47d1-84a7-e1c6e91bc2bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:39:43,581 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.825s 2023-07-24 08:39:43,582 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-02e08306-2664-4375-a865-f28b5fdb3780', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "79f8dba26e3a4499b4f2be0405ce996b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6d54a72-b371-420e-a56b-22c8393d8265", "created_at": "2023-07-24T08:39:44Z", "updated_at": "2023-07-24T08:39:44Z", "tags": [], "self": "/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265", "file": "/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:39:46,433 80032 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-24 08:39:46,434 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265/file 2.852s 2023-07-24 08:39:46,434 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-61dd4c08-1c05-4dde-8aad-3384e389ee1b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265/file'} Body: b'' 2023-07-24 08:39:46,435 80032 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:46,436 80032 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:46,981 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.540s 2023-07-24 08:39:46,981 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1392054015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAPrud/MPa0HFSLfS3w4DlmLUzWgKB86ug0TqIahAGrojQtcyZsli6xRlobUWb7p5sHzoAw58HORUwCZIOzM0WxX+qXv0DgiuBldjsjrGcEoNkjm8ixrZ6Xqh/ljj/iuVQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85733b46-026d-4053-b706-61d4b85159c0', 'x-compute-request-id': 'req-85733b46-026d-4053-b706-61d4b85159c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1392054015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAPrud/MPa0HFSLfS3w4DlmLUzWgKB86ug0TqIahAGrojQtcyZsli6xRlobUWb7p5sHzoAw58HORUwCZIOzM0WxX+qXv0DgiuBldjsjrGcEoNkjm8ixrZ6Xqh/ljj/iuVQ==", "fingerprint": "ba:29:dd:0f:f5:67:0b:06:8c:d6:56:09:b1:7a:9e:e2", "user_id": "28afc90a52444759b54cc3b0df047bc3"}}' 2023-07-24 08:39:46,986 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1392054015 created 2023-07-24 08:39:47,767 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.780s 2023-07-24 08:39:47,767 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1626910318", "description": "tempest-description--564300005"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-3f4998a1-5c71-4089-bd87-9d1162124f1c', 'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dfa060ea-370d-489b-a402-389b6af77f78", "name": "tempest-securitygroup--1626910318", "stateful": true, "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "description": "tempest-description--564300005", "shared": false, "security_group_rules": [{"id": "65fb0a5a-7ad7-40aa-b414-f5d1a14b3fdd", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "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 ": 274, "description": null, "tags": [], "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 0}, {"id": "751d9a18-fce1-49b2-89cb-6173c6d27dd6", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "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": 275, "description": null, "tags": [], "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 1, "project_id": "498a5c68c6d340b4a073280d6bfd8123"}}' 2023-07-24 08:39:48,305 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.538s 2023-07-24 08:39:48,306 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c394d98b-db2c-4a20-abcf-bb97b460a6f3', 'date': 'Mon, 24 Jul 2023 08:39:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2dc7ff28-1bfd-4785-aee2-357396059731", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:47Z", "updated_at": "2023-07-24T08:39:47Z", "revision_number": 0}}' 2023-07-24 08:39:48,786 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.479s 2023-07-24 08:39:48,786 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b78e3a2f-005a-44c6-8e52-55955bd7556d', 'date': 'Mon, 24 Jul 2023 08:39:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ffafae5c-e389-42a7-b7a9-8161b34ca7e3", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "security_group_id": "dfa060ea-370d-489b-a402-389b6af77f78", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:48Z", "updated_at": "2023-07-24T08:39:48Z", "revision_number": 0}}' 2023-07-24 08:39:48,787 80032 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1626910318 created 2023-07-24 08:39:50,142 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.355s 2023-07-24 08:39:50,143 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-98a9bef7-e57b-4794-b8b9-80e8fc5ed134', 'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "61d77b22-1a4e-4bb3-8a55-290aa88b8da6", "tenant_id": "498a5c68c6d340b4a073280d6bfd8123", "floating_ip_address": "172.24.4.166", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "498a5c68c6d340b4a073280d6bfd8123", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:49Z", "updated_at": "2023-07-24T08:39:49Z", "revision_number": 0}}' 2023-07-24 08:39:50,143 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '61d77b22-1a4e-4bb3-8a55-290aa88b8da6', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'floating_ip_address': '172.24.4.166', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:49Z', 'updated_at': '2023-07-24T08:39:49Z', 'revision_number': 0, 'ip': '172.24.4.166'} created 2023-07-24 08:39:50,316 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.167s 2023-07-24 08:39:50,316 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-094529ed-605c-4d0f-9741-9847ccc24bc7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "28afc90a52444759b54cc3b0df047bc3", "name": "tempest-AttachSCSIVolumeTestJSON-1049640577-project-member", "password_expires_at": null}, "audit_ids": ["xRj9AogrR-SD7lnNJXF4LQ"], "expires_at": "2023-07-24T09:39:50.000000Z", "issued_at": "2023-07-24T08:39:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "498a5c68c6d340b4a073280d6bfd8123", "name": "tempest-AttachSCSIVolumeTestJSON-1049640577"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/498a5c68c6d340b4a073280d6bfd8123", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/498a5c68c6d340b4a073280d6bfd8123", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/498a5c68c6d340b4a073280d6bfd8123", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:50,317 80032 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'edd994b0-99f8-4b75-a59f-14425ca79f53', 'name': 'tempest-AttachSCSIVolumeTestJSON-1378943731-network', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31638, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:50,317 80032 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1392054015', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAPrud/MPa0HFSLfS3w4DlmLUzWgKB86ug0TqIahAGrojQtcyZsli6xRlobUWb7p5sHzoAw58HORUwCZIOzM0WxX+qXv0DgiuBldjsjrGcEoNkjm8ixrZ6Xqh/ljj/iuVQ==', 'fingerprint': 'ba:29:dd:0f:f5:67:0b:06:8c:d6:56:09:b1:7a:9e:e2', 'user_id': '28afc90a52444759b54cc3b0df047bc3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPCTUVC9RiBsM5q7mB82O8y6ZgPFn5mnXUun9T90nknzuzONuhAyh7\njSjZq1SfAFSgBwYFK4EEACKhZANiAAQD67nfzD2tBxUi30t8OA5Zi1M1oCgfOroN\nE6iGoQBq6I0LXMmbJYusUZaG1Fm+6ebB86AMOfBzkVMAmSDszNFsV/ql79A4IrgZ\nXY7I6xnBKDZI5vIsa2el6of5Y4/4rlU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dfa060ea-370d-489b-a402-389b6af77f78', 'name': 'tempest-securitygroup--1626910318', 'stateful': True, 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'description': 'tempest-description--564300005', 'shared': False, 'security_group_rules': [{'id': '65fb0a5a-7ad7-40aa-b414-f5d1a14b3fdd', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'security_group_id': 'dfa060ea-370d-489b-a402-389b6af77f78', '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': 274, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:47Z', 'updated_at': '2023-07-24T08:39:47Z', 'revision_number': 0}, {'id': '751d9a18-fce1-49b2-89cb-6173c6d27dd6', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'tenant_id' : '498a5c68c6d340b4a073280d6bfd8123', 'security_group_id': 'dfa060ea-370d-489b-a402-389b6af77f78', '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': 275, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:47Z', 'updated_at': '2023-07-24T08:39:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:47Z', 'updated_at': '2023-07-24T08:39:47Z', 'revision_number': 1, 'project_id': '498a5c68c6d340b4a073280d6bfd8123'}, 'floating_ip': {'id': '61d77b22-1a4e-4bb3-8a55-290aa88b8da6', 'tenant_id': '498a5c68c6d340b4a073280d6bfd8123', 'floating_ip_address': '172.24.4.166', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '498a5c68c6d340b4a073280d6bfd8123', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:49Z', 'updated_at': '2023-07-24T08:39:49Z', 'revision_number': 0, 'ip': '172.24.4.166'}} 2023-07-24 08:39:50,369 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 400 POST http://10.0.0.210/compute/v2.1/servers 0.051s 2023-07-24 08:39:50,369 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-708071464", "imageRef": "d6d54a72-b371-420e-a56b-22c8393d8265", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "edd994b0-99f8-4b75-a59f-14425ca79f53"}], "security_groups": [{"name": "tempest-securitygroup--1626910318"}], "key_name": "tempest-keypair-1392054015", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 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': '73', 'x-openstack-request-id': 'req-f7214192-668c-4e57-9cab-19e0769975ce', 'x-compute-request-id': 'req-f7214192-668c-4e57-9cab-19e0769975ce', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:50,407 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1392054015 0.035s 2023-07-24 08:39:50,408 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 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-4a2b614b-e06e-4146-a354-82295b3c221e', 'x-compute-request-id': 'req-4a2b614b-e06e-4146-a354-82295b3c221e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1392054015'} Body: b'' 2023-07-24 08:39:50,985 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78 0.576s 2023-07-24 08:39:50,985 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-af7586ea-a832-4b94-8538-4e0a2c8a5367', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78'} Body: b'' 2023-07-24 08:39:51,023 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78 0.037s 2023-07-24 08:39:51,023 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ede58c10-6285-4908-b663-7e8b12969b5a', 'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dfa060ea-370d-489b-a402-389b6af77f78'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dfa060ea-370d-489b-a402-389b6af77f78 does not exist", "detail": ""}}' 2023-07-24 08:39:51,753 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/61d77b22-1a4e-4bb3-8a55-290aa88b8da6 0.729s 2023-07-24 08:39:51,754 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ada10b4b-da0a-4e23-8b99-beb87cff36cb', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/61d77b22-1a4e-4bb3-8a55-290aa88b8da6'} Body: b'' 2023-07-24 08:39:51,906 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265 0.151s 2023-07-24 08:39:51,907 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0c7587ae-99af-4c54-8a06-f0ccce6f525e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265'} Body: b'' 2023-07-24 08:39:51,925 80032 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265 0.017s 2023-07-24 08:39:51,925 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8cf984b8-da3c-4997-a73f-0e07ca9498e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/d6d54a72-b371-420e-a56b-22c8393d8265'} Body: b'{"message": "No image found with ID d6d54a72-b371-420e-a56b-22c8393d8265

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:51,663 80030 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:51,663 80030 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:52,134 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.468s 2023-07-24 08:39:52,135 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1938996368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNW4COSl9CFQ6sGgKi4QWImAvSgPTqegM5Ejcb9FP8AXJBINFi5Y+dqTvFtU67dr32x1TzjoWwacezyGIeykce8Gft07QOrTl4hdv6TKzJXoC528YR7EA2YvDwoMg/9yVg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d9ed921-8769-4dd9-a4bc-671099239011', 'x-compute-request-id': 'req-7d9ed921-8769-4dd9-a4bc-671099239011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1938996368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNW4COSl9CFQ6sGgKi4QWImAvSgPTqegM5Ejcb9FP8AXJBINFi5Y+dqTvFtU67dr32x1TzjoWwacezyGIeykce8Gft07QOrTl4hdv6TKzJXoC528YR7EA2YvDwoMg/9yVg==", "fingerprint": "26:bc:e1:b7:c0:d3:bf:6d:9a:f0:ee:26:96:c2:d2:85", "user_id": "bbfffc61ec234b48a9fe85548fec9a72"}}' 2023-07-24 08:39:52,140 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1938996368 created 2023-07-24 08:39:52,551 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.411s 2023-07-24 08:39:52,552 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1656385321", "description": "tempest-description--1419033433"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f844f73a-0504-45c7-943b-af186b67e17c', 'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "name": "tempest-securitygroup--1656385321", "stateful": true, "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "tempest-description--1419033433", "shared": false, "security_group_rules": [{"id": "5bc9832b-5547-4590-9fa6-0488751a0ab9", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "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": 297, "description": null, "tags": [], "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 0}, {"id": "afd9e031-8875-49fb-a51f-25dfb3cff595", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 298, "description": null, "tags": [], "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 1, "project_id": "7a9e77e4c74a485a8f3216e3e993368e"}}' 2023-07-24 08:39:53,220 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.667s 2023-07-24 08:39:53,221 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-877c6c9f-3653-48cf-82b1-682b699b6bfa', 'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fdcff959-ce4e-4e2b-a711-dbfaef348d75", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:52Z", "updated_at": "2023-07-24T08:39:52Z", "revision_number": 0}}' 2023-07-24 08:39:53,604 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.382s 2023-07-24 08:39:53,605 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-29dfed12-79c6-4798-bf0b-71394836e631', 'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "db8dd552-ce28-4742-b72d-40bdd3001ccf", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "a91ac941-b62d-4eb9-9287-8471142ad02f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}}' 2023-07-24 08:39:53,605 80030 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1656385321 created 2023-07-24 08:39:55,147 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.541s 2023-07-24 08:39:55,147 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8012e924-35e7-4f46-a9e7-2904f9954960', 'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5c066fcb-8239-412f-be0c-6deeae2ffb63", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "floating_ip_address": "172.24.4.130", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:54Z", "updated_at": "2023-07-24T08:39:54Z", "revision_number": 0}}' 2023-07-24 08:39:55,148 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5c066fcb-8239-412f-be0c-6deeae2ffb63', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.130', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:54Z', 'updated_at': '2023-07-24T08:39:54Z', 'revision_number': 0, 'ip': '172.24.4.130'} created 2023-07-24 08:39:55,269 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.115s 2023-07-24 08:39:55,270 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-723fcc1e-62ca-48cc-9986-c7ed76ec7f25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bbfffc61ec234b48a9fe85548fec9a72", "name": "tempest-AttachVolumeTestJSON-720449817-project-member", "password_expires_at": null}, "audit_ids": ["Ql4fGQK4R8K_RB11mo9gRA"], "expires_at": "2023-07-24T09:39:55.000000Z", "issued_at": "2023-07-24T08:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a9e77e4c74a485a8f3216e3e993368e", "name": "tempest-AttachVolumeTestJSON-720449817"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9e7 7e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:55,270 80030 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '0e361588-b51f-4e91-a8bc-cb91e15c2b1f', 'name': 'tempest-AttachVolumeTestJSON-503125765-network', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30649, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:55,271 80030 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1938996368', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNW4COSl9CFQ6sGgKi4QWImAvSgPTqegM5Ejcb9FP8AXJBINFi5Y+dqTvFtU67dr32x1TzjoWwacezyGIeykce8Gft07QOrTl4hdv6TKzJXoC528YR7EA2YvDwoMg/9yVg==', 'fingerprint': '26:bc:e1:b7:c0:d3:bf:6d:9a:f0:ee:26:96:c2:d2:85', 'user_id': 'bbfffc61ec234b48a9fe85548fec9a72', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA+YLL5wWLIhkGGERIS2GUsGuMrX9BhgRWmVN9vd/AXI4zt4teRQQMI\nDQ04xDF4/2igBwYFK4EEACKhZANiAATVuAjkpfQhUOrBoCouEFiJgL0oD06noDOR\nI3G/RT/AFyQSDRYuWPnak7xbVOu3a99sdU846FsGnHs8hiHspHHvBn7dO0Dq05eI\nXb+kysyV6AudvGEexANmLw8KDIP/clY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a91ac941-b62d-4eb9-9287-8471142ad02f', 'name': 'tempest-securitygroup--1656385321', 'stateful': True, 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': 'tempest-description--1419033433', 'shared': False, 'security_group_rules': [{'id': '5bc9832b-5547-4590-9fa6-0488751a0ab9', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'a91ac941-b62d-4eb9-9287-8471142ad02f', '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': 297, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:52Z', 'updated_at': '2023-07-24T08:39:52Z', 'revision_number': 0}, {'id': 'afd9e031-8875-49fb-a51f-25dfb3cff595', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'a91ac941-b62d-4eb9-9287-8471142ad02f', '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': 298, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:52Z', 'updated_at': '2023-07-24T08:39:52Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39 :52Z', 'updated_at': '2023-07-24T08:39:52Z', 'revision_number': 1, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e'}, 'floating_ip': {'id': '5c066fcb-8239-412f-be0c-6deeae2ffb63', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.130', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:54Z', 'updated_at': '2023-07-24T08:39:54Z', 'revision_number': 0, 'ip': '172.24.4.130'}} 2023-07-24 08:39:55,304 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.031s 2023-07-24 08:39:55,304 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-698318711", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0e361588-b51f-4e91-a8bc-cb91e15c2b1f"}], "security_groups": [{"name": "tempest-securitygroup--1656385321"}], "key_name": "tempest-keypair-1938996368", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 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': '73', 'x-openstack-request-id': 'req-23cb9610-32a6-4c3a-a82f-9f72e5f4afce', 'x-compute-request-id': 'req-23cb9610-32a6-4c3a-a82f-9f72e5f4afce', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:55,341 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1938996368 0.034s 2023-07-24 08:39:55,341 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 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-a593f9ba-b07f-46fb-aa22-6c710dbf6a01', 'x-compute-request-id': 'req-a593f9ba-b07f-46fb-aa22-6c710dbf6a01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1938996368'} Body: b'' 2023-07-24 08:39:55,564 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f 0.222s 2023-07-24 08:39:55,564 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-9fa26a1c-11aa-47d7-8880-1a30cc870053', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f'} Body: b'' 2023-07-24 08:39:55,596 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0. 0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f 0.031s 2023-07-24 08:39:55,597 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0cc31720-eb59-451b-a3d7-de55ee8a54ae', 'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a91ac941-b62d-4eb9-9287-8471142ad02f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a91ac941-b62d-4eb9-9287-8471142ad02f does not exist", "detail": ""}}' 2023-07-24 08:39:56,151 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5c066fcb-8239-412f-be0c-6deeae2ffb63 0.554s 2023-07-24 08:39:56,152 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-dc98cd36-ffdc-48cd-a911-6fcde1f25143', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5c066fcb-8239-412f-be0c-6deeae2ffb63'} Body: b'' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 113, in test_volume_swap server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:46,134 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes 0.947s 2023-07-24 08:39:46,134 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TestVolumeSwap-volume-2135094559"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aad4049-5bff-4ea9-b3fe-01756eb8e5fc', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aad4049-5bff-4ea9-b3fe-01756eb8e5fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.032913", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:46,258 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.110s 2023-07-24 08:39:46,258 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-876b62f8-5705-4ecf-a755-390c125a58f7', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-876b62f8-5705-4ecf-a755-390c125a58f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:47,336 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.062s 2023-07-24 08:39:47,336 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f6d23e2-2789-4192-8901-04288a8ed2be', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6d23e2-2789-4192-8901-04288a8ed2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": "2023-07-24T08:39:46.000000", "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:48,413 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.065s 2023-07-24 08:39:48,414 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e59de3-fabb-4339-b0a4-efcfe288ddef', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e59de3-fabb-4339-b0a4-efcfe288ddef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": "2023-07-24T08:39:46.000000", "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:49,515 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2 0.083s 2023-07-24 08:39:49,516 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a2172ec-053f-459b-96a0-b5f06f3f872e', 'content-length': '905', 'open stack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a2172ec-053f-459b-96a0-b5f06f3f872e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2'} Body: b'{"volume": {"id": "ed2ea862-e7f4-4ee9-a296-818cf68c65b2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:46.000000", "updated_at": "2023-07-24T08:39:49.000000", "name": "tempest-TestVolumeSwap-volume-2135094559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/ed2ea862-e7f4-4ee9-a296-818cf68c65b2"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:49,543 80038 INFO [tempest.common.waiters] volume ed2ea862-e7f4-4ee9-a296-818cf68c65b2 reached available after waiting for 3.543911 seconds 2023-07-24 08:39:49,893 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes 0.349s 2023-07-24 08:39:49,894 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TestVolumeSwap-volume-453851253"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be177d88-a97b-4bcc-aecd-8739ed9d839a', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be177d88-a97b-4bcc-aecd-8739ed9d839a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:49.797746", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:49,955 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.051s 2023-07-24 08:39:49,956 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3b858e-8613-4bfe-aa10-c68df5b5a410', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3b858e-8613-4bfe-aa10-c68df5b5a410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:51,039 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.068s 2023-07-24 08:39:51,040 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be70d040-46e2-4005-8583-3e847fc5971d', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be70d040-46e2-4005-8583-3e847fc5971d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:50.000000", "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:52,118 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.066s 2023-07-24 08:39:52,118 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c815bef5-0881-4b39-b342-9502f9e0c76c', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c815bef5-0881-4b39-b342-9502f9e0c76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:50 .000000", "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:53,223 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040 0.093s 2023-07-24 08:39:53,224 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68592511-ffd1-4f3b-bdcc-81844df81e23', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68592511-ffd1-4f3b-bdcc-81844df81e23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040'} Body: b'{"volume": {"id": "76ee39bd-ae1b-4889-8e38-5f58e970c040", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:53.000000", "name": "tempest-TestVolumeSwap-volume-453851253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/90d96663f0c841fe96dfe9c846e8c0f6/volumes/76ee39bd-ae1b-4889-8e38-5f58e970c040"}], "user_id": "52328b5abbdc407fa7230e36006785cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:53,244 80038 INFO [tempest.common.waiters] volume 76ee39bd-ae1b-4889-8e38-5f58e970c040 reached available after waiting for 4.244756 seconds 2023-07-24 08:39:53,246 80038 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:53,315 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 08:39:53,315 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-619715792", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXPidmEmcNKHWBnlGe9HCs36e3I050Wi2ZrvNn7stbK5BKqNZ9URCmYt04tftB9FHYiUAU5W8oowsBfM9/2AEKEyGkXHd1LwzEqhikrs+mNsBqg3x54xdi9T5hBwT/wfQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 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-79f7b637-6662-4d79-a8d3-139a8c50111e', 'x-compute-request-id': 'req-79f7b637-6662-4d79-a8d3-139a8c50111e', 'connection': 'close', 'status': '200', 'content-location': 'http:// 10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-619715792", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXPidmEmcNKHWBnlGe9HCs36e3I050Wi2ZrvNn7stbK5BKqNZ9URCmYt04tftB9FHYiUAU5W8oowsBfM9/2AEKEyGkXHd1LwzEqhikrs+mNsBqg3x54xdi9T5hBwT/wfQ==", "fingerprint": "30:d7:de:ae:43:ab:d0:a0:d9:c0:91:20:05:bd:1f:a7", "user_id": "52328b5abbdc407fa7230e36006785cf"}}' 2023-07-24 08:39:53,320 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-619715792 created 2023-07-24 08:39:53,653 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.332s 2023-07-24 08:39:53,653 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1599691885", "description": "tempest-description--388379562"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5a58ff4a-e2ce-42fe-ac6d-6f309a4535c5', 'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "33429950-6b60-4e31-ae89-e4b624bccf74", "name": "tempest-securitygroup--1599691885", "stateful": true, "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "description": "tempest-description--388379562", "shared": false, "security_group_rules": [{"id": "7cb340a2-c4f9-44d4-bb30-07af142f4b25", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "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": 307, "description": null, "tags": [], "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}, {"id": "e0e5602c-7b66-4456-a764-a7643d8914e1", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "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": 308, "description": null, "tags": [], "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 1, "project_id": "90d96663f0c841fe96dfe9c846e8c0f6"}}' 2023-07-24 08:39:54,178 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.524s 2023-07-24 08:39:54,179 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-fc7cb9fc-07c7-4da1-bd12-866d735a9fa6', 'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "609e9147-0bb5-40a8-81fa-e7c94188c9b2", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846 e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:53Z", "updated_at": "2023-07-24T08:39:53Z", "revision_number": 0}}' 2023-07-24 08:39:54,700 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.520s 2023-07-24 08:39:54,701 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-43b3cc89-aae7-4756-b43a-93be8c575e9a', 'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7bef0610-766a-405a-a207-592bdc082523", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "security_group_id": "33429950-6b60-4e31-ae89-e4b624bccf74", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:54Z", "updated_at": "2023-07-24T08:39:54Z", "revision_number": 0}}' 2023-07-24 08:39:54,701 80038 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1599691885 created 2023-07-24 08:39:57,427 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.726s 2023-07-24 08:39:57,428 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2acf2b5f-e78f-4bda-b29e-078144b37106', 'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6b8a53ce-5f4a-410f-b301-7254e1671383", "tenant_id": "90d96663f0c841fe96dfe9c846e8c0f6", "floating_ip_address": "172.24.4.159", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "90d96663f0c841fe96dfe9c846e8c0f6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}}' 2023-07-24 08:39:57,428 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6b8a53ce-5f4a-410f-b301-7254e1671383', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'floating_ip_address': '172.24.4.159', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0, 'ip': '172.24.4.159'} created 2023-07-24 08:39:57,523 80038 INFO [tempest.lib.common.rest_client] Requ est (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.088s 2023-07-24 08:39:57,523 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2799', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6f5a7c57-a8c1-47aa-b987-73346a4286b5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "52328b5abbdc407fa7230e36006785cf", "name": "tempest-TestVolumeSwap-126368323-project-member", "password_expires_at": null}, "audit_ids": ["Fqc1MGwLRUO6TWEQ5T5CZA"], "expires_at": "2023-07-24T09:39:57.000000Z", "issued_at": "2023-07-24T08:39:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90d96663f0c841fe96dfe9c846e8c0f6", "name": "tempest-TestVolumeSwap-126368323"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/90d96663f0c841fe96dfe9c846e8c0f6", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/90d96663f0c841fe96dfe9c846e8c0f6", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:57,524 80038 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '3a597d4e-1aea-44e9-ac55-16b8f9b44fff', 'name': 'tempest-TestVolumeSwap-1190652798-network', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49331, 'is_default': False, 'availabilit y_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:58Z', 'updated_at': '2023-07-24T08:38:58Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:57,525 80038 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-619715792', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXPidmEmcNKHWBnlGe9HCs36e3I050Wi2ZrvNn7stbK5BKqNZ9URCmYt04tftB9FHYiUAU5W8oowsBfM9/2AEKEyGkXHd1LwzEqhikrs+mNsBqg3x54xdi9T5hBwT/wfQ==', 'fingerprint': '30:d7:de:ae:43:ab:d0:a0:d9:c0:91:20:05:bd:1f:a7', 'user_id': '52328b5abbdc407fa7230e36006785cf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3sbMQrZmqg8Bn+D9T7sMvOV2sDoOqGRBNELTaq1wr5QANPkU7U/rx\nNnpPrkgFzLCgBwYFK4EEACKhZANiAAT1z4nZhJnDSh1gZ5RnvRwrN+ntyNOdFotm\na7zZ+7LWyuQSqjWfVEQpmLdOLX7QfRR2IlAFOVvKKMLAXzPf9gBChMhpFx3dS8Mx\nKoYpK7PpjbAaoN8eeMXYvU+YQcE/8H0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '33429950-6b60-4e31-ae89-e4b624bccf74', 'name': 'tempest-securitygroup--1599691885', 'stateful': True, 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'description': 'tempest-description--388379562', 'shared': False, 'security_group_rules': [{'id': '7cb340a2-c4f9-44d4-bb30-07af142f4b25', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'security_group_id': '33429950-6b60-4e31-ae89-e4b624bccf74', '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': 307, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:53Z', 'updated_at': '2023-07-24T08:39:53Z', 'revision_number': 0}, {'id': 'e0e5602c-7b66-4456-a764-a7643d8914e1', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'security_group_id': '33429950-6b60-4e31-ae89-e4b624bccf74', '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': 308, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:53Z', 'updated_at': '2023-07-24T08:39:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:53Z', 'updated_at': '2023-07-24T08:39:53Z', 'revision_number': 1, 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6'}, 'floating_ip': {'id': '6b8a53ce-5f4a-410f-b301-7254e1671383', 'tenant_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'floating_ip_address': '172.24.4.159', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '90d96663f0c841fe96dfe9c846e8c0f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0, 'ip': '172.24.4.159'}} 2023-07-24 08:39:57,568 80038 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.042s 2023-07-24 08:39:57,569 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-797762975", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "3a597d4e-1aea-44e9-ac55-16b8f9b44fff"}], "security_groups": [{"name": "tempest-securitygroup--1599691885"}], "key_name": "tempest-keypair-619715792", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 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': '73', 'x-openstack-request-id': 'req-12c0f2d8-7cb9-4fbf-99bf-de12c2018b3c', 'x-compute-request-id': 'req-12c0f2d8-7cb9-4fbf-99bf-de12c2018b3c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:56,155 80030 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:56,155 80030 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:56,229 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.071s 2023-07-24 08:39:56,230 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1933416534", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/mm3p/3Fl/4osPY6m09xDRWxMq8or84p3lcYRfgAzgl9uYZeY5kpl7o1J2rx3zDMWGv8QJVqkSCZr2I+l8P+jYEtCgjq90ECDtCJkZ68vSS/+MT3V6oaDAuxX7zpXsIA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5917d3d-eff6-4ede-8df7-a752fd709645', 'x-compute-request-id': 'req-b5917d3d-eff6-4ede-8df7-a752fd709645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1933416534", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/mm3p/3Fl/4osPY6m09xDRWxMq8or84p3lcYRfgAzgl9uYZeY5kpl7o1J2rx3zDMWGv8QJVqkSCZr2I+l8P+jYEtCgjq90ECDtCJkZ68vSS/+MT3V6oaDAuxX7zpXsIA==", "fingerprint": "0e:78:44:df:04:3e:e2:cc:63:31:eb:aa:43:79:5b:18", "user_id": "bbfffc61ec234b48a9fe85548fec9a72"}}' 2023-07-24 08:39:56,234 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1933416534 created 2023-07-24 08:39:56,421 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.186s 2023-07-24 08:39:56,421 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--546755573", "description": "tempest-description--104329010"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-81597008-b7ff-4f3f-9e3f-ff5ddfd1450e', 'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "name": "tempest-securitygroup--546755573", "stateful": true, "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "tempest-description--104329010", "shared": false, "security_group_rules": [{"id": "b42b483d-8fec-4bf1-bacb-b809f4eddb06", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "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": 327, "description": null, "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}, {"id": "e735e7cf-2307-47f3-bdad-76434e513be9", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefi x": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 326, "description": null, "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 1, "project_id": "7a9e77e4c74a485a8f3216e3e993368e"}}' 2023-07-24 08:39:56,915 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.492s 2023-07-24 08:39:56,915 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-65862fe7-fab8-46c8-b608-594a52917ba4', 'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "144f41fb-9e26-476e-9213-67a853707dae", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:56Z", "updated_at": "2023-07-24T08:39:56Z", "revision_number": 0}}' 2023-07-24 08:39:57,164 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.248s 2023-07-24 08:39:57,164 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a6f53b76-933f-4417-870a-94516a8609d1', 'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7c550696-b799-40b6-b881-434acaa469b5", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "security_group_id": "cd13841e-c166-4da7-8e1c-4bf1590dbf02", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:57Z", "updated_at": "2023-07-24T08:39:57Z", "revision_number": 0}}' 2023-07-24 08:39:57,165 80030 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--546755573 created 2023-07-24 08:39:58,350 80030 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.185s 2023-07-24 08:39:58,351 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-6497a5f9-6fa7-448a-aa03-11607aecb840', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "206237d5-2538-44e9-bae5-00e0a1490ce9", "tenant_id": "7a9e77e4c74a485a8f3216e3e993368e", "floating_ip_address": "172.24.4.187", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7a9e77e4c74a485a8f3216e3e993368e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:39:57Z", "updated_at": "2023-07-24T08:39:57Z", "revision_number": 0}}' 2023-07-24 08:39:58,351 80030 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '206237d5-2538-44e9-bae5-00e0a1490ce9', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.187', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:57Z', 'updated_at': '2023-07-24T08:39:57Z', 'revision_number': 0, 'ip': '172.24.4.187'} created 2023-07-24 08:39:58,457 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2023-07-24 08:39:58,457 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7235ea64-2d00-46dd-a849-b8f957158773', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bbfffc61ec234b48a9fe85548fec9a72", "name": "tempest-AttachVolumeTestJSON-720449817-project-member", "password_expires_at": null}, "audit_ids": ["2M_GhhPMTi6tsWG4OPlZlA"], "expires_at": "2023-07-24T09:39:58.000000Z", "issued_at": "2023-07-24T08:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a9e77e4c74a485a8f3216e3e993368e", "name": "tempest-AttachVolumeTestJSON-720449817"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9 e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a9e77e4c74a485a8f3216e3e993368e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:39:58,458 80030 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '0e361588-b51f-4e91-a8bc-cb91e15c2b1f', 'name': 'tempest-AttachVolumeTestJSON-503125765-network', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30649, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:39:34Z', 'updated_at': '2023-07-24T08:39:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:39:58,458 80030 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1933416534', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM/mm3p/3Fl/4osPY6m09xDRWxMq8or84p3lcYRfgAzgl9uYZeY5kpl7o1J2rx3zDMWGv8QJVqkSCZr2I+l8P+jYEtCgjq90ECDtCJkZ68vSS/+MT3V6oaDAuxX7zpXsIA==', 'fingerprint': '0e:78:44:df:04:3e:e2:cc:63:31:eb:aa:43:79:5b:18', 'user_id': 'bbfffc61ec234b48a9fe85548fec9a72', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDwrUb+V2o+ODZ4LT0dpIotmzt5SYHDF8Ax4J7iiiCFkpnHfqaDUqR6\nFEvJjAp4FbGgBwYFK4EEACKhZANiAATP5pt6f9xZf+KLD2OptPcQ0VsTKvKK/OKd\n5XGEX4AM4JfbmGXmOZKZe6NSdq8d8wzFhr/ECVapEgma9iPpfD/o2BLQoI6vdBAg\n7QiZGevL0kv/jE91eqGgwLsV+86V7CA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cd13841e-c166-4da7-8e1c-4bf1590dbf02', 'name': 'tempest-securitygroup--546755573', 'stateful': True, 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': 'tempest-description--104329010', 'shared': False, 'security_group_rules': [{'id': 'b42b483d-8fec-4bf1-bacb-b809f4eddb06', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'cd13841e-c166-4da7-8e1c-4bf1590dbf02', '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': 327, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0}, {'id': 'e735e7cf-2307-47f3-bdad-76434e513be9', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'security_group_id': 'cd13841e-c166-4da7-8e1c-4bf1590dbf02', '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': 326, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-2 4T08:39:56Z', 'updated_at': '2023-07-24T08:39:56Z', 'revision_number': 1, 'project_id': '7a9e77e4c74a485a8f3216e3e993368e'}, 'floating_ip': {'id': '206237d5-2538-44e9-bae5-00e0a1490ce9', 'tenant_id': '7a9e77e4c74a485a8f3216e3e993368e', 'floating_ip_address': '172.24.4.187', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7a9e77e4c74a485a8f3216e3e993368e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:39:57Z', 'updated_at': '2023-07-24T08:39:57Z', 'revision_number': 0, 'ip': '172.24.4.187'}} 2023-07-24 08:39:58,482 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:39:58,482 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1932193085", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0e361588-b51f-4e91-a8bc-cb91e15c2b1f"}], "security_groups": [{"name": "tempest-securitygroup--546755573"}], "key_name": "tempest-keypair-1933416534", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 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': '73', 'x-openstack-request-id': 'req-73c45353-f479-4d43-ade2-bb4053986e06', 'x-compute-request-id': 'req-73c45353-f479-4d43-ade2-bb4053986e06', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:39:58,515 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1933416534 0.032s 2023-07-24 08:39:58,516 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 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-4c2a8f26-17c4-419f-b86f-d193def86119', 'x-compute-request-id': 'req-4c2a8f26-17c4-419f-b86f-d193def86119', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1933416534'} Body: b'' 2023-07-24 08:39:58,921 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02 0.405s 2023-07-24 08:39:58,922 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0a00c0f3-2c65-4fcc-99c1-8e71d0c8658a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02'} Body: b'' 2023-07-24 08:39:58,973 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GE T http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02 0.050s 2023-07-24 08:39:58,973 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-853a4f0c-f236-4fbe-8979-0ae8a93aefbc', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cd13841e-c166-4da7-8e1c-4bf1590dbf02'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group cd13841e-c166-4da7-8e1c-4bf1590dbf02 does not exist", "detail": ""}}' 2023-07-24 08:39:59,844 80030 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/206237d5-2538-44e9-bae5-00e0a1490ce9 0.870s 2023-07-24 08:39:59,844 80030 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c78b3ed0-0001-4b17-93bc-0a58cc4cfa67', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/206237d5-2538-44e9-bae5-00e0a1490ce9'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 399, in test_tagged_attachment server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:46,936 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.944s 2023-07-24 08:39:46,936 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-tagged-attachments-test-net-1408670686"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-2bf6a49f-b5d4-4343-abee-2db2934fe63e', 'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"49b9675a-d4da-4e71-95f1-75b455195fb4","name":"tempest-tagged-attachments-test-net-1408670686","tenant_id":"d063f332813f4c3981cc357fe281180d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d063f332813f4c3981cc357fe281180d","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:39:44Z","updated_at":"2023-07-24T08:39:44Z","revision_number":1}}' 2023-07-24 08:39:51,602 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 4.664s 2023-07-24 08:39:51,602 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "49b9675a-d4da-4e71-95f1-75b455195fb4", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-2f2d6b72-211e-414c-849d-b51fe6e693e4', 'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"57c266b9-fd61-4686-bd18-90751171048d","name":"","tenant_id":"d063f332813f4c3981cc357fe281180d","network_id":"49b9675a-d4da-4e71-95f1-75b455195fb4","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:39:47Z","updated_at":"2023-07-24T08:39:47Z","revision_number":0,"project_id":"d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:51,973 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes 0.370s 2023-07-24 08:39:51,974 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedAttachmentsTest-volume-836326930"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8fa9f01-7b18-4f9f-9515-f76362e980b2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8fa9f01-7b18-4f9f-9515-f76362e980b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:51.854480", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:52,106 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.119s 2023-07-24 08:39:52,107 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72f5015-b167-4a74-bb47-0f6deb7b1be3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72f5015-b167-4a74-bb47-0f6deb7b1be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:53,219 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.098s 2023-07-24 08:39:53,220 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca44c637-2afc-4854-b06e-570c38814f1b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca44c637-2afc-4854-b06e-570c38814f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4 792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:54,301 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.068s 2023-07-24 08:39:54,301 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb9a9914-c11c-4680-9a44-d237a85a2ac9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb9a9914-c11c-4680-9a44-d237a85a2ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:55,409 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.087s 2023-07-24 08:39:55,409 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91c40ff0-63af-48df-a35f-509bd4d17aee', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91c40ff0-63af-48df-a35f-509bd4d17aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d 063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:56,487 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.065s 2023-07-24 08:39:56,487 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155a1e6f-2e85-4f99-bb08-e7cbc114f0ab', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155a1e6f-2e85-4f99-bb08-e7cbc114f0ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:57,568 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60 0.068s 2023-07-24 08:39:57,568 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274da357-7264-4acf-a735-68a8eda47e39', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274da357-7264-4acf-a735-68a8eda47e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:52.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:58,628 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756 313-9894-4792-b684-763e9888ea60 0.043s 2023-07-24 08:39:58,629 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ec698a-2ed1-4678-97dd-9f61ff8cc9ff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ec698a-2ed1-4678-97dd-9f61ff8cc9ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60'} Body: b'{"volume": {"id": "45756313-9894-4792-b684-763e9888ea60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:52.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedAttachmentsTest-volume-836326930", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d063f332813f4c3981cc357fe281180d/volumes/45756313-9894-4792-b684-763e9888ea60"}], "user_id": "e76afd8469fd44a7b46af70e059df6e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:58,640 80050 INFO [tempest.common.waiters] volume 45756313-9894-4792-b684-763e9888ea60 reached available after waiting for 6.640188 seconds 2023-07-24 08:39:58,640 80050 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:39:58,641 80050 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:39:58,707 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-07-24 08:39:58,708 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1846029426", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuiy6LpZRNpStC79fXS/xeZN0x8nzmoscEuz7Nv1hM1RnEc/ThHUosb0Ccdoc3S+IrfzkCzyBRNHWidXnlZPrDV8oXYrWmSUbL/XOUOXX7x2NEtWqm2EGhfksYPUrqjUA=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651c6ad6-ba1c-4b81-8b30-9fe760336323', 'x-compute-request-id': 'req-651c6ad6-ba1c-4b81-8b30-9fe760336323', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1846029426", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuiy6LpZRNpStC79fXS/xeZN0x8nzmoscEuz7Nv1hM1RnEc/ThHUosb0Ccdoc3S+IrfzkCzyBRNHWidXnlZPrDV8oXYrWmSUbL/XOUOXX7x2NEtWqm2EGhfksYPUrqjUA==", "fingerprint": "0b:19:f8:9c:f3:7c:66:14:d9:64:5a:3b:2c:f1:b6:24", "user_id": "e76afd8469fd44a7b46af70e059df6e4"}}' 2023-07-24 08:39:58,710 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1846029426 created 2023-07-24 08:39:58,921 80050 INFO [tempest.lib.common.rest_client] Request (Val idationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.210s 2023-07-24 08:39:58,922 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--731397251", "description": "tempest-description--1798083492"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c20fd665-2873-4019-b32a-5bb127b86657', 'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8ac529ac-aa2e-437d-a982-9407324207f2", "name": "tempest-securitygroup--731397251", "stateful": true, "tenant_id": "d063f332813f4c3981cc357fe281180d", "description": "tempest-description--1798083492", "shared": false, "security_group_rules": [{"id": "4a8fae59-357a-45a9-9cc2-1865ffddafcc", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "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": 343, "description": null, "tags": [], "created_at": "2023-07-24T08:39:58Z", "updated_at": "2023-07-24T08:39:58Z", "revision_number": 0}, {"id": "893d143c-a378-4fdd-ae09-8553b1aab5bd", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "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": 344, "description": null, "tags": [], "created_at": "2023-07-24T08:39:58Z", "updated_at": "2023-07-24T08:39:58Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:39:58Z", "updated_at": "2023-07-24T08:39:58Z", "revision_number": 1, "project_id": "d063f332813f4c3981cc357fe281180d"}}' 2023-07-24 08:39:59,577 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.655s 2023-07-24 08:39:59,577 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-dc3667ad-c7d1-419c-8bc7-f21860b7b303', 'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27d89481-e834-4693-beab-49e87a80e9be", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:59Z", "updated_at": "2023-07-24T08:39:59Z", "revision_number": 0}}' 2023-07-24 08:39:59,812 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.233s 2023-07-24 08:39:59,812 80050 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4793d550-7845-4788-8d61-4e866f429068', 'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ddf781e-effa-43b4-98af-9659657669f9", "project_id": "d063f332813f4c3981cc357fe281180d", "tenant_id": "d063f332813f4c3981cc357fe281180d", "security_group_id": "8ac529ac-aa2e-437d-a982-9407324207f2", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:39:59Z", "updated_at": "2023-07-24T08:39:59Z", "revision_number": 0}}' 2023-07-24 08:39:59,813 80050 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--731397251 created 2023-07-24 08:40:01,473 80050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.659s 2023-07-24 08:40:01,473 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-80c66d5c-ee2d-4236-b937-da356fcc6d92', 'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f2ac4bda-2587-4a8f-8218-9ed58f69e770", "tenant_id": "d063f332813f4c3981cc357fe281180d", "floating_ip_address": "172.24.4.23", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d063f332813f4c3981cc357fe281180d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:00Z", "updated_at": "2023-07-24T08:40:00Z", "revision_number": 0}}' 2023-07-24 08:40:01,474 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f2ac4bda-2587-4a8f-8218-9ed58f69e770', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'floating_ip_address': '172.24.4.23', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:00Z', 'updated_at': '2023-07-24T08:40:00Z', 'revision_number': 0, 'ip': '172.24.4.23'} created 2023-07-24 08:40:01,565 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2023-07-24 08:40:01,565 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c0261722-84e2-4d09-ba2c-163050d3b7d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/ide ntity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e76afd8469fd44a7b46af70e059df6e4", "name": "tempest-TaggedAttachmentsTest-1559013816-project-member", "password_expires_at": null}, "audit_ids": ["UmiaMHlnTcSDRWfgz3ZFcw"], "expires_at": "2023-07-24T09:40:01.000000Z", "issued_at": "2023-07-24T08:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d063f332813f4c3981cc357fe281180d", "name": "tempest-TaggedAttachmentsTest-1559013816"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:01,566 80050 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '31a0122e-b850-4b93-868f-96d4df57f4a7', 'name': 'tempest-TaggedAttachmentsTest-1214780805-network', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd063f332813f4c3981cc357fe281180d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57741, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:01,679 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2023-07-24 08:40:01,680 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1957c545-c138-4e6d-a75c-d935afd6caf5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e76afd8469fd44a7b46af70e059df6e4", "name": "tempest-TaggedAttachmentsTest-1559013816-project-member", "password_expires_at": null}, "audit_ids": ["-F9aAxCwSMSejOJys4tH2Q"], "expires_at": "2023-07-24T09:40:01.000000Z", "issued_at": "2023-07-24T08:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d063f332813f4c3981cc357fe281180d", "name": "tempest-TaggedAttachmentsTest-1559013816"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d063f332813f4c3981cc357fe281180d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:01,680 80050 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '31a0122e-b850-4b93-868f-96d4df57f4a7', 'name': 'tempest-TaggedAttachmentsTest-1214780805-network', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd063f332813f4c3981cc357fe281180d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57741, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:01,681 80050 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1846029426', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAuiy6LpZRNpStC79fXS/xeZN0x8nzmoscEuz7Nv1hM1RnEc/ThHUosb0Ccdoc3S+IrfzkCzyBRNHWidXnlZPrDV8oXYrWmSUbL/XOUOXX7x2NEtWqm2EGhfksYPUrqjUA==', 'fingerprint': '0b:19:f8:9c:f3:7c:66:14:d9:64:5a:3b:2c:f1:b6:24', 'user_id': 'e76afd8469fd44a7b46af70e059df6e4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDaFjvyUBe3GG2mjktMft5pcoR8jwORXOYws2NyQj2DbMXOfOX0aac\n6u/upMcMEi+gBwYFK4EEACKhZANiAAQLosui6WUTaUrQu/X10v8XmTdMfJ85qLHB\nLs+zb9YTNUZxHP04R1KLG9AnHaHN0viK385As8gUTR1onV55WT6w1fKF2K1pklGy\n/1zlDl1+8djRLVqpthBoX5LGD1K6o1A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8ac529ac-aa2e-437d-a982-9407324207f2', 'name': 'tempest-securitygroup--731397251', 'stateful': True, 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'description': 'tempest-description--1798083492', 'shared': False, 'security_group_rules': [{'id': '4a8fae59-357a-45a9-9cc2-1865ffddafcc', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'security_group_id': '8ac529ac-aa2e-437d-a982-9407324207f2', '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': 343, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:58Z', 'updated_at': '2023-07-24T08:39:58Z', 'revision_number': 0}, {'id': '893d143c-a378-4fdd-ae09-8553b1aab5bd', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'security_group_id': '8ac529ac-aa2e-437d-a982-9407324207f2', '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': 344, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:39:58Z', 'updated_at': '2023-07-24T08:39:58Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:39:58Z', 'updated_at': '2023-07-24T08:39:58Z', 'revision_number': 1, 'project_id': 'd063f332813f4c3981cc357fe281180d'}, 'floating_ip': {'id': 'f2ac4bda-2587-4a8f-8218-9ed58f69e770', 'tenant_id': 'd063f332813f4c3981cc357fe281180d', 'floating_ip_address': '172.24.4.23', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd063f332813f4c3981cc357fe281180d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:00Z', 'updated_at': '2023-07-24T08:40:00Z', 'revision_number': 0, 'ip': '172.24.4.23'}} 2023-07-24 08:40:01,711 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:40:01,711 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-49180898", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "31a0122e-b850-4b93-868f-96d4df57f4a7"}], "security_groups": [{"name": "tempest-securitygroup--731397251"}], "key_name": "tempest-keypair-1846029426", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Versi on,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-87567eaa-1bbd-4edd-9d84-be72de2123d8', 'x-compute-request-id': 'req-87567eaa-1bbd-4edd-9d84-be72de2123d8', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:01,759 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1846029426 0.045s 2023-07-24 08:40:01,759 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a43e6ae9-0124-464a-9628-5ccebc8f5a32', 'x-compute-request-id': 'req-a43e6ae9-0124-464a-9628-5ccebc8f5a32', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1846029426'} Body: b'' 2023-07-24 08:40:01,983 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2 0.222s 2023-07-24 08:40:01,983 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-eb4c90d3-e6ee-4a52-99df-1e52918a135a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2'} Body: b'' 2023-07-24 08:40:02,015 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2 0.030s 2023-07-24 08:40:02,015 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-1246373e-fea6-4518-a06f-d1d2a900ad7b', 'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8ac529ac-aa2e-437d-a982-9407324207f2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8ac529ac-aa2e-437d-a982-9407324207f2 does not exist", "detail": ""}}' 2023-07-24 08:40:02,692 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f2ac4bda-2587-4a8f-8218-9ed58f69e770 0.676s 2023-07-24 08:40:02,692 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3976fab9-64fb-487e-81bf-c3c9a0778c55', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f2ac4bda-2587-4a8f-8218-9ed58f69e770'} Body: b'' 2023-07-24 08:40:03,419 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networ king/v2.0/subnets/57c266b9-fd61-4686-bd18-90751171048d 0.726s 2023-07-24 08:40:03,419 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-73a51f0e-3072-4ab7-af95-149046360047', 'date': 'Mon, 24 Jul 2023 08:40:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/57c266b9-fd61-4686-bd18-90751171048d'} Body: b'' 2023-07-24 08:40:04,721 80050 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/49b9675a-d4da-4e71-95f1-75b455195fb4 1.301s 2023-07-24 08:40:04,721 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-f1133494-d103-4ee9-90d7-a69b13e10cbd', 'date': 'Mon, 24 Jul 2023 08:40:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/49b9675a-d4da-4e71-95f1-75b455195fb4'} Body: b'' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:15,541 80032 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.050s 2023-07-24 08:40:15,541 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b60517b0-d490-4bfd-a54c-20885ac9119e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b4b988cce17d4384939efb3695acfaea", "name": "tempest-DeleteServersTestJSON-707399407-project-member", "password_expires_at": null}, "audit_ids": ["hN26MWLgRFeRdX2RyJ6XEQ"], "expires_at": "2023-07-24T09:40:15.000000Z", "issued_at": "2023-07-24T08:40:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb1d5e3762a04e059ee6ebe20cc92e38", "name": "tempest-DeleteServersTestJSON-707399407"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bb1d5e3762a04e059ee6ebe20cc92e38", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb1d5e3762a04e059ee6ebe20cc92e38", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bb1d5e3762a04e059ee6ebe20cc92e38", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:15,542 80032 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '51073784-255c-496c-b091-ec49de985f17', 'name': 'tempest-DeleteServersTestJSON-923100923-network', 'tenant_id': 'bb1d5e3762a04e059ee6ebe20cc92e38', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bb1d5e3762a04e059ee6ebe20cc92e38', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7155, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:08Z', 'updated_at': '2023-07-24T08:40:08Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:15,729 80032 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.186s 2023-07-24 08:40:15,730 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-246677002", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "51073784-255c-496c-b091-ec49de985f17"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 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': '73', 'x-openstack-request-id': 'req-20e2437a-8020-42ba-84fc-f7d830d5a44f', 'x-compute-request-id': 'req-20e2437a-8020-42ba-84fc-f7d830d5a44f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:50,613 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes 0.883s 2023-07-24 08:39:50,613 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde2f2fa-fb5a-4fae-953e-f7c906cc83e7', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde2f2fa-fb5a-4fae-953e-f7c906cc83e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.494081", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:50,688 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.060s 2023-07-24 08:39:50,689 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7cf7e78-bd68-4426-8ace-dd6c656862a3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7cf7e78-bd68-4426-8ace-dd6c656862a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:51,770 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.067s 2023-07-24 08:39:51,770 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7ba9a7-4710-431a-96da-bfeb807ea994', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7ba9a7-4710-431a-96da-bfeb807ea994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:52,829 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.045s 2023-07-24 08:39:52,829 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d9aa1c-2541-40fb-80b8-72af1a7b17aa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d9aa1c-2541-40fb-80b8-72af1a7b17aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:53,893 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.051s 2023-07-24 08:39:53,894 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fef09db7-7603-4e98-b46c-efe7fd07603c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fef09db7-7603-4e98-b46c-efe7fd07603c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:54,977 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.071s 2023-07-24 08:39:54,977 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b797e470-4354-409c-897d-1df4dd72ab27', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b797e470-4354-409c-897d-1df4dd72ab27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:56,068 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.076s 2023-07-24 08:39:56,069 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5892544d-40aa-4907-b191-a892473cb187', 'content-length': '916', 'openstack-ap i-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5892544d-40aa-4907-b191-a892473cb187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:57,131 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.049s 2023-07-24 08:39:57,131 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f64dac9c-7102-43b1-9cfc-969f302828e2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f64dac9c-7102-43b1-9cfc-969f302828e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:58,222 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.077s 2023-07-24 08:39:58,223 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b25ca533-759a-4144-aef0-0f6d91faacf1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25ca533-759a-4144-aef0-0f6d91faacf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49 cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:39:59,331 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.093s 2023-07-24 08:39:59,331 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f20e6d-b4d5-4e9c-880e-16089cdc0b64', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f20e6d-b4d5-4e9c-880e-16089cdc0b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:00,428 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.077s 2023-07-24 08:40:00,428 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08607655-5cc3-42ba-b30f-03da085ca595', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08607655-5cc3-42ba-b30f-03da085ca595', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "creat ed_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:01,513 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.072s 2023-07-24 08:40:01,513 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a98d686-b9d0-4162-9509-066787db5136', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a98d686-b9d0-4162-9509-066787db5136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:02,578 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.053s 2023-07-24 08:40:02,579 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed58fca-d26a-4181-a777-0edce0753710', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed58fca-d26a-4181-a777-0edce0753710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "s ource_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:03,642 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.052s 2023-07-24 08:40:03,643 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1344c429-400c-46dd-ba09-a2c4c1eea1a7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1344c429-400c-46dd-ba09-a2c4c1eea1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:04,818 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.163s 2023-07-24 08:40:04,818 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3dce79-e282-4628-9afd-747e00a8c845', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3dce79-e282-4628-9afd-747e00a8c845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0 .0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:05,884 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.053s 2023-07-24 08:40:05,885 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41cb708-e037-4656-a2e0-c142b91155eb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41cb708-e037-4656-a2e0-c142b91155eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:06,944 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.047s 2023-07-24 08:40:06,945 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb07201-831b-46d9-9921-82771cbf62d5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb07201-831b-46d9-9921-82771cbf62d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consist encygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:08,036 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.073s 2023-07-24 08:40:08,037 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc872abe-f7f1-4f3d-9e7a-738b03baa156', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc872abe-f7f1-4f3d-9e7a-738b03baa156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:09,109 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.059s 2023-07-24 08:40:09,109 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfff687c-a66d-452e-9689-06320223a0d8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfff687c-a66d-452e-9689-06320223a0d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:10,196 80048 INFO [tempest.lib.common.rest_client] Request (TaggedB ootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.064s 2023-07-24 08:40:10,196 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec4f4984-7923-46bf-965a-8a87b51422c1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec4f4984-7923-46bf-965a-8a87b51422c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:11,279 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.060s 2023-07-24 08:40:11,279 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7779db9a-08aa-45c5-a389-bb28ce654089', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7779db9a-08aa-45c5-a389-bb28ce654089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:12,338 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.047s 2023-07-24 08:40:12,339 80048 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae48248-2926-46c9-a4ec-efbd287a2027', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae48248-2926-46c9-a4ec-efbd287a2027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:13,424 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.072s 2023-07-24 08:40:13,424 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c575c77-b51b-4c24-9b03-d751b111a86b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c575c77-b51b-4c24-9b03-d751b111a86b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:14,497 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.059s 2023-07-24 08:40:14,497 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4257cb0d-65bd-415c-a140-239dfc7411e3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4257cb0d-65bd-415c-a140-239dfc7411e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:15,565 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.055s 2023-07-24 08:40:15,565 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b32030f0-336c-44ef-bd5a-4e5042b28098', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b32030f0-336c-44ef-bd5a-4e5042b28098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:16,666 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.084s 2023-07-24 08:40:16,666 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087c528d-2030-466b-bb62-7e222468f557', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-087c528d-2030-466b-bb62-7e222468f557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:17,764 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.080s 2023-07-24 08:40:17,764 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfea40d5-0f54-43be-b010-aa1b59a726a4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfea40d5-0f54-43be-b010-aa1b59a726a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:18,860 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.076s 2023-07-24 08:40:18,861 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c712483c-0351-46da-9b53-6b8d2ca7407d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c712483c-0351-46da-9b53-6b8d2ca7407d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a 5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:19,929 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.047s 2023-07-24 08:40:19,929 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b030d14f-9629-48e1-a674-c3ff8bd29c42', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b030d14f-9629-48e1-a674-c3ff8bd29c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:21,030 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.080s 2023-07-24 08:40:21,030 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c7407a-8b4a-492a-8ea7-5105e7977dd1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c7407a-8b4a-492a-8ea7-5105e7977dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "upd ated_at": "2023-07-24T08:39:51.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:22,125 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24 0.073s 2023-07-24 08:40:22,126 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8046b9-74c7-48f5-815e-efc299f03019', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c8046b9-74c7-48f5-815e-efc299f03019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24'} Body: b'{"volume": {"id": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:50.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1989681602", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/96a5b1b5-7be4-408d-824d-7d89b0364a24"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:22,146 80048 INFO [tempest.common.waiters] volume 96a5b1b5-7be4-408d-824d-7d89b0364a24 reached available after waiting for 32.146739 seconds 2023-07-24 08:40:22,411 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes 0.264s 2023-07-24 08:40:22,412 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c448100-63f8-461f-9d98-ee643ed865ce', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'O penStack-API-Version', 'x-openstack-request-id': 'req-9c448100-63f8-461f-9d98-ee643ed865ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.309096", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:22,512 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.083s 2023-07-24 08:40:22,512 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755e047e-5bc5-4641-9765-62c1efadcdf5', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755e047e-5bc5-4641-9765-62c1efadcdf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:23,585 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.051s 2023-07-24 08:40:23,585 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0b8f27-91e0-42ed-b2d6-3d381b2077de', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0b8f27-91e0-42ed-b2d6-3d381b2077de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "ava ilability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": "2023-07-24T08:40:23.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:24,684 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.083s 2023-07-24 08:40:24,684 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bffc749-f48e-4421-94a1-b173a9f5f9b9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bffc749-f48e-4421-94a1-b173a9f5f9b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": "2023-07-24T08:40:23.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:25,746 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b 0.050s 2023-07-24 08:40:25,746 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78be5789-f9b4-4f19-ac0b-f5b649bf69b8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78be5789-f9b4-4f19-ac0b-f5b649bf69b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b'} Body: b'{"volume": {"id": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:22.000000", "updated_at": "2023-07-24T08:40:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1384031268", "description": null, "volume_type": "jovia ndss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/57dfc6db-21b4-4f60-a430-dc3826562f0b"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:25,757 80048 INFO [tempest.common.waiters] volume 57dfc6db-21b4-4f60-a430-dc3826562f0b reached available after waiting for 3.757936 seconds 2023-07-24 08:40:26,051 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes 0.293s 2023-07-24 08:40:26,052 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e87e3b0-2cb7-43f1-9040-0a495cba4ac6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e87e3b0-2cb7-43f1-9040-0a495cba4ac6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:25.956565", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:26,155 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.088s 2023-07-24 08:40:26,156 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-224910cd-a007-41cd-bde0-b43bd5883b15', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-224910cd-a007-41cd-bde0-b43bd5883b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4 cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:27,223 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.047s 2023-07-24 08:40:27,224 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-789ab41d-b304-46d1-95a7-4aae35b40347', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-789ab41d-b304-46d1-95a7-4aae35b40347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": "2023-07-24T08:40:26.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:28,281 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.039s 2023-07-24 08:40:28,281 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db152c1-dd62-43bb-b578-0f6fb11b1f96', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db152c1-dd62-43bb-b578-0f6fb11b1f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": "2023-07-24T08:40:26.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49a becc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:29,330 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607 0.037s 2023-07-24 08:40:29,330 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6087dab-8d60-4b0c-8552-430f4b88358a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6087dab-8d60-4b0c-8552-430f4b88358a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607'} Body: b'{"volume": {"id": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:26.000000", "updated_at": "2023-07-24T08:40:28.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1949040814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49cccccafa654cca9d9a43cbe4cee9ee/volumes/1414d437-8a43-4ec0-8fb4-cf1c6249f607"}], "user_id": "001b60ae957b4f49abecc2e3c71de772", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:29,341 80048 INFO [tempest.common.waiters] volume 1414d437-8a43-4ec0-8fb4-cf1c6249f607 reached available after waiting for 3.341060 seconds 2023-07-24 08:40:30,401 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.059s 2023-07-24 08:40:30,401 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net1-142449007"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5a33e173-08c2-42ab-a2aa-c96bfe63b4af', 'date': 'Mon, 24 Jul 2023 08:40:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","name":"tempest-device-tagging-net1-142449007","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:29Z","updated_at":"2023-07-24T08:40:29Z","revision_number":1}}' 2023-07-24 08:40:31,752 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.350s 2023-07-24 08:40:31,753 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"netw ork": {"name": "tempest-device-tagging-net2-533730419"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d139b06b-4764-4f99-b059-41030a57986d', 'date': 'Mon, 24 Jul 2023 08:40:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"c0119afb-8769-4ca9-89d9-6b4837f51caa","name":"tempest-device-tagging-net2-533730419","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:30Z","updated_at":"2023-07-24T08:40:30Z","revision_number":1}}' 2023-07-24 08:40:33,870 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.117s 2023-07-24 08:40:33,871 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-1fe0e927-c675-41e0-b90d-c23a04a10187', 'date': 'Mon, 24 Jul 2023 08:40:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"bc5edf71-dbe8-4ac3-9179-5246783d2cf5","name":"","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","network_id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:32Z","updated_at":"2023-07-24T08:40:32Z","revision_number":0,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:36,089 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.217s 2023-07-24 08:40:36,089 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "c0119afb-8769-4ca9-89d9-6b4837f51caa", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-a286a2c2-fa8b-4ca4-8042-17aa28a34e5e', 'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"16f95e16-f26b-4ea7-ae14-53ef2056b026","name":"","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","network_id":"c0119afb-8769-4ca9-89d9-6b4837f51caa","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:34Z","updated_at":"2023-07-24T08:40:34Z","revision_number":0,"project_id":"49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:37,602 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.513s 2023-07-24 08:40:37,603 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "name": "tempest-TaggedBootDevicesTest_v242-1808692401", "fixed_ips": [{"subnet_id": "bc5edf71-dbe8-4ac3-9179-5246783d2cf5"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-fb1d320d-380b-4efc-9b92-84b9e7ce0559', 'date': 'Mon, 24 Jul 2023 08:40:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"065c1807-4456-427f-85d5-34728102e45e","name":"tempest-TaggedBootDevicesTest_v242-1808692401","network_id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","mac_address":"fa:16:3e:07:19:38","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"bc5edf71-dbe8-4ac3-9179-5246783d2cf5","ip_address":"10.1.1.74"}],"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"security_groups":["1b71b302-dcba-4771-93f2-bbe9052575c2"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:36Z","updated_at":"2023-07-24T08:40:36Z","revision_number":1}}' 2023-07-24 08:40:38,731 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.128s 2023-07-24 08:40:38,732 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "name": "tempest-TaggedBootDevicesTest_v242-1363754704", "fixed_ips": [{"subnet_id": "bc5edf71-dbe8-4ac3-9179-5246783d2cf5"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-655e8d21-c8a6-4bbc-8621-a293c90b5902', 'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"080add6a-1339-4706-9740-146fae674bb5","name":"tempest-TaggedBootDevicesTest_v242-1363754704","network_id":"5d759fea-2e2a-4edd-a814-c5887d0467d9","tenant_id":"49cccccafa654cca9d9a43cbe4cee9ee","mac_address":"fa:16:3e:24:34:c4","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"bc5edf71-dbe8-4ac3-9179-5246783d2cf5","ip_address":"10.1.1.105"}],"project_id":"49cccccafa654cca9d9a43cbe4cee9ee","port_security_enabled":true,"security_groups":["1b71b302-dcba-4771-93f2-bbe9052575c2"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:37Z","updated_at":"2023-07-24T08:40:38Z","revision_number":1}}' 2023-07-24 08:40:38,733 80048 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:40:38,733 80048 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:38,813 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-07-24 08:40:38,813 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-721205231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgqRSnhEX3JwkYM+MW5fQjpUycKsFj9a4daNEEixPKrM2xgkdjb9z1nvii9f4Ct1yUqodWNHrsbzRuPxSimDFACgtrVmF0VgQ66BEkyNgFbpHBFwyvxeLvZqkP+4KYC7w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-451d0eb7-93c2-4233-bd45-d4f50337a327', 'x-compute-request-id': 'req-451d0eb7-93c2-4233-bd45-d4f50337a327', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-721205231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgqRSnhEX3JwkYM+MW5fQjpUycKsFj9a4daNEEixPKrM2xgkdjb9z1nvii9f4Ct1yUqodWNHrsbzRuPxSimDFACgtrVmF0VgQ66BEkyNgFbpHBFwyvxeLvZqkP+4KYC7w==", "fingerprint": "87:79:e4:c5:65:c6:e3:cb:20:6c:ff:b5:ed:45:5d:5f", "user_id": "001b60ae957b4f49abecc2e3c71de772"}}' 2023-07-24 08:40:38,816 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-721205231 created 2023-07-24 08:40:38,990 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.173s 2023-07-24 08:40:38,991 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1847211530", "description": "tempest-description--714893381"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-d421bf63-0b0d-48bc-9110-fb7a42e34d7d', 'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "name": "tempest-securitygroup--1847211530", "stateful": true, "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "description": "tempest-description--714893381", "shared": false, "security_group_rules": [{"id": "79b46937-74bd-4efa-a672-97f09663832b", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "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": 534, "description": null, "tags": [], "created_at": "2023-07-24T08:40:38Z", "updated_at": "2023-07-24T08:40:38Z", "revision_number": 0}, {"id": "abbf6df1-696a-44f7-bf17-488dc49cfaa1", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "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": 533, "description": null, "tags": [], "created_at": "2023-07-24T08:40:38Z", "updated_at": "2023-07-24T08:40:38Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:38Z", "updated_at": "2023-07-24T08:40:38Z", "revision_number": 1, "project_id": "49cccccafa654cca9d9a43cbe4cee9ee"}}' 2023-07-24 08:40:39,500 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.508s 2023-07-24 08:40:39,501 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-dc57e191-c864-4356-8bc4-73f825f85c36', 'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bc196004-b386-4fd7-976b-73f5ddb78efa", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:39Z", "updated_at": "2023-07-24T08:40:39Z", "revision_number": 0}}' 2023-07-24 08:40:40,248 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.746s 2023-07-24 08:40:40,248 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-64d3fddf-a610-4cc4-811f-749d96bdaa61', 'date': 'Mon, 24 Jul 2023 08:40:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ef9f8a7-b56b-43c4-b942-ecefb2d8c22c", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "security_group_id": "f15f2df3-d042-4c91-a152-a3240a55a1e3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:39Z", "updated_at": "2023-07-24T08:40:39Z", "revision_number": 0}}' 2023-07-24 08:40:40,248 80048 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1847211530 created 2023-07-24 08:40:41,451 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.201s 2023-07-24 08:40:41,451 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-226cb8aa-cdd8-4a4b-86b9-b37ca5cadb10', 'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9907c651-b270-4de1-86ba-e6084e6371be", "tenant_id": "49cccccafa654cca9d9a43cbe4cee9ee", "floating_ip_address": "172.24.4.81", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "49cccccafa654cca9d9a43cbe4cee9ee", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:40Z", "updated_at": "2023-07-24T08:40:40Z", "revision_number": 0}}' 2023-07-24 08:40:41,451 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9907c651-b270-4de1-86ba-e6084e6371be', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'floating_ip_address': '172.24.4.81', 'floating_netw ork_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:40Z', 'updated_at': '2023-07-24T08:40:40Z', 'revision_number': 0, 'ip': '172.24.4.81'} created 2023-07-24 08:40:41,580 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.121s 2023-07-24 08:40:41,580 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2192ddb9-b6ca-469b-a4ee-bea03b9bc7b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "001b60ae957b4f49abecc2e3c71de772", "name": "tempest-TaggedBootDevicesTest_v242-1744279595-project-member", "password_expires_at": null}, "audit_ids": ["4XkZY9riQzC9mNRPKuGFjw"], "expires_at": "2023-07-24T09:40:41.000000Z", "issued_at": "2023-07-24T08:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49cccccafa654cca9d9a43cbe4cee9ee", "name": "tempest-TaggedBootDevicesTest_v242-1744279595"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:41,581 80048 INFO [tempest.lib.common.fixed_network] (TaggedBootDevic esTest_v242:test_tagged_boot_devices) Found network {'id': 'e05f0efc-9066-4959-9d1e-293d742a1a53', 'name': 'tempest-TaggedBootDevicesTest_v242-854132391-network', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53676, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:41,659 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.073s 2023-07-24 08:40:41,659 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fa9515c2-e8ba-4a50-ae7f-94dfdd886a65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "001b60ae957b4f49abecc2e3c71de772", "name": "tempest-TaggedBootDevicesTest_v242-1744279595-project-member", "password_expires_at": null}, "audit_ids": ["5meMjWGwR2CHDEkZMCRl0w"], "expires_at": "2023-07-24T09:40:41.000000Z", "issued_at": "2023-07-24T08:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49cccccafa654cca9d9a43cbe4cee9ee", "name": "tempest-TaggedBootDevicesTest_v242-1744279595"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image ", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/49cccccafa654cca9d9a43cbe4cee9ee", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:41,660 80048 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e05f0efc-9066-4959-9d1e-293d742a1a53', 'name': 'tempest-TaggedBootDevicesTest_v242-854132391-network', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53676, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:59Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:41,660 80048 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-721205231', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgqRSnhEX3JwkYM+MW5fQjpUycKsFj9a4daNEEixPKrM2xgkdjb9z1nvii9f4Ct1yUqodWNHrsbzRuPxSimDFACgtrVmF0VgQ66BEkyNgFbpHBFwyvxeLvZqkP+4KYC7w==', 'fingerprint': '87:79:e4:c5:65:c6:e3:cb:20:6c:ff:b5:ed:45:5d:5f', 'user_id': '001b60ae957b4f49abecc2e3c71de772', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC8JZ4YYh3hVRZPpEBveX+xHQVTei9Ik6GjOoaa5c0QoPZChmYaKrw2\nF+WAyBfHEJOgBwYFK4EEACKhZANiAAQIKkUp4RF9ycJGDPjFuX0I6VMnCrBY/WuH\nWjRBIsTyqzNsYJHY2/c9Z74ovX+ArdclKqHVjR67G80bj8UopgxQAoLa1ZhdFYEO\nugRJMjYBW6RwRcMr8Xi72apD/uCmAu8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f15f2df3-d042-4c91-a152-a3240a55a1e3', 'name': 'tempest-securitygroup--1847211530', 'stateful': True, 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'description': 'tempest-description--714893381', 'shared': False, 'security_group_rules': [{'id': '79b46937-74bd-4efa-a672-97f09663832b', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'security_group_id': 'f15f2df3-d042-4c91-a152-a3240a55a1e3', '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': 534, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:38Z', 'updated_at': '2023-07-24T08:40:38Z', 'revision_number': 0}, {'id': 'abbf6df1-696a-44f7-bf17-488dc49cfaa1', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'security_group_id': 'f15f2df3-d042-4c91-a152-a3240a55a1e3', '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': 533, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:38Z', 'updated_at': '2023-07-24T08:40:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:38Z', 'updated_at': '2023-07-24T08:40:38Z', 'revision_number': 1, 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee'}, 'floating_ip': {'id': '9907c651-b270-4de1-86ba-e6084e6371be', 'tenant_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'floating_ip_address': '172.24.4.81', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49cccccafa654cca9d9a43cbe4cee9ee', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:40Z', 'up dated_at': '2023-07-24T08:40:40Z', 'revision_number': 0, 'ip': '172.24.4.81'}} 2023-07-24 08:40:41,690 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:40:41,691 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-1902680182", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "e05f0efc-9066-4959-9d1e-293d742a1a53"}, {"port": "065c1807-4456-427f-85d5-34728102e45e", "tag": "port-1"}, {"port": "080add6a-1339-4706-9740-146fae674bb5", "tag": "port-2"}, {"uuid": "5d759fea-2e2a-4edd-a814-c5887d0467d9", "tag": "net-1"}, {"uuid": "5d759fea-2e2a-4edd-a814-c5887d0467d9"}, {"uuid": "c0119afb-8769-4ca9-89d9-6b4837f51caa", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "c0119afb-8769-4ca9-89d9-6b4837f51caa", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "96a5b1b5-7be4-408d-824d-7d89b0364a24", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "57dfc6db-21b4-4f60-a430-dc3826562f0b", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "1414d437-8a43-4ec0-8fb4-cf1c6249f607", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1847211530"}], "key_name": "tempest-keypair-721205231", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-64721981-df93-44a7-be94-fd1651d08863', 'x-compute-request-id': 'req-64721981-df93-44a7-be94-fd1651d08863', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:41,746 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-721205231 0.051s 2023-07-24 08:40:41,747 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87631ef0-6683-4bf4-ae10-4fd503167df5', 'x-compute-request-id': 'req-87631ef0-6683-4bf4-ae10-4fd503167df5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-721205231'} Body: b'' 2023-07-24 08:40:41,916 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3 0.168s 2023-07-24 08:40:41,916 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-30281c9b-ce7b-4b35-b726-c1476f0ccd4c', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3'} Body: b'' 2023-07-24 08:40:41,939 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3 0.022s 2023-07-24 08:40:41,940 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0bfc2c79-d405-4fef-a57b-c019ae81d0d7', 'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f15f2df3-d042-4c91-a152-a3240a55a1e3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f15f2df3-d042-4c91-a152-a3240a55a1e3 does not exist", "detail": ""}}' 2023-07-24 08:40:42,748 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9907c651-b270-4de1-86ba-e6084e6371be 0.807s 2023-07-24 08:40:42,748 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-471d584a-f2bc-4857-bc91-1f1e764bbb4d', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9907c651-b270-4de1-86ba-e6084e6371be'} Body: b'' 2023-07-24 08:40:43,335 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/080add6a-1339-4706-9740-146fae674bb5 0.586s 2023-07-24 08:40:43,335 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b493d9fe-9d9b-4b4d-85fb-5839374e7125', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/080add6a-1339-4706-9740-146fae674bb5'} Body: b'' 2023-07-24 08:40:43,939 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/065c1807-4456-427f-85d5-34728102e45e 0.603s 2023-07-24 08:40:43,940 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c97adca9-6709-4085-99c9-df58c2fc8d2c', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/065c1807-4456-427f-85d5-34728102e45e'} Body: b'' 2023-07-24 08:40:44,214 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/16f95e16-f26b-4ea7-ae14-53ef2056b026 0.274s 2023-07-24 08:40:44,215 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-e6bf98c1-5cf3-4958-ba63-0b5861e37eb0', 'date': 'Mon, 24 Jul 2023 08:40:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/subnets/16f95e16-f26b-4ea7-ae14-53ef2056b026'} Body: b'' 2023-07-24 08:40:45,225 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/bc5edf71-dbe8-4ac3-9179-5246783d2cf5 1.009s 2023-07-24 08:40:45,225 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-a6a0668a-2516-49e2-bbda-3b77686a9c11', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/bc5edf71-dbe8-4ac3-9179-5246783d2cf5'} Body: b'' 2023-07-24 08:40:46,058 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/c0119afb-8769-4ca9-89d9-6b4837f51caa 0.832s 2023-07-24 08:40:46,058 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-b2723b23-9a04-403a-a5e3-b8d9ff706513', 'date': 'Mon, 24 Jul 2023 08:40:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/c0119afb-8769-4ca9-89d9-6b4837f51caa'} Body: b'' 2023-07-24 08:40:46,966 80048 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/5d759fea-2e2a-4edd-a814-c5887d0467d9 0.906s 2023-07-24 08:40:46,966 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-95df28c2-c5c6-4c10-8210-7009f50d34e5', 'date': 'Mon, 24 Jul 2023 08:40:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/5d759fea-2e2a-4edd-a814-c5887d0467d9'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:39:36,921 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes 1.046s 2023-07-24 08:39:36,922 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1233739459", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58920d03-b154-4a0d-9920-02462f2424a9', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58920d03-b154-4a0d-9920-02462f2424a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:36.838741", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:39:37,090 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.152s 2023-07-24 08:39:37,090 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad2044f-62b8-4045-a22e-85a894a31b72', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad2044f-62b8-4045-a22e-85a894a31b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:38,198 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.094s 2023-07-24 08:39:38,198 80044 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-654f5c94-7e4b-4898-b32c-b7fc0fee556b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-654f5c94-7e4b-4898-b32c-b7fc0fee556b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:39,282 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.062s 2023-07-24 08:39:39,282 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64110231-1634-449e-9f19-14241bb1ba21', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64110231-1634-449e-9f19-14241bb1ba21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:40,359 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.063s 2023-07-24 08:39:40,359 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:40 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2917922-2133-4d83-a41f-20f4877d9c16', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2917922-2133-4d83-a41f-20f4877d9c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:41,436 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.065s 2023-07-24 08:39:41,437 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46156500-d12e-419a-bee2-20aea6297264', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46156500-d12e-419a-bee2-20aea6297264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:42,519 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.063s 2023-07-24 08:39:42,520 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c356109-ac80-4cc9-a6cd-9da7a7454d96', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c356109-ac80-4cc9-a6cd-9da7a7454d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:37.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:43,625 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.093s 2023-07-24 08:39:43,626 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a1ceec-a819-4b52-8dd7-311f1609779a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a1ceec-a819-4b52-8dd7-311f1609779a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:44,721 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.083s 2023-07-24 08:39:44,721 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25789f12-79f2-4247-a541-46d0a067f8ab', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25789f12-79f2-4247-a541-46d0a067f8ab', 'con nection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:45,805 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:39:45,805 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40211b94-4660-40ca-938b-b4ce5fd72dc3', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40211b94-4660-40ca-938b-b4ce5fd72dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:46,894 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.074s 2023-07-24 08:39:46,895 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367048ce-0483-4c79-b0ad-08dc5c316e57', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367048ce-0483-4c79-b0ad-08dc5c316e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/ volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:48,055 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.138s 2023-07-24 08:39:48,055 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1423ca6-0c00-45e1-b97f-56542b75df34', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1423ca6-0c00-45e1-b97f-56542b75df34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:49,163 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.092s 2023-07-24 08:39:49,164 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826ef380-ac89-4b66-b2ae-87b94d5a10f0', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826ef380-ac89-4b66-b2ae-87b94d5a10f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305 ", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:50,265 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.081s 2023-07-24 08:39:50,266 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e38b969-a770-417c-904f-a1417fe549ca', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e38b969-a770-417c-904f-a1417fe549ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:51,353 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.067s 2023-07-24 08:39:51,354 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d226eab-8060-4793-95c1-fdced971ec9c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d226eab-8060-4793-95c1-fdced971ec9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updat ed_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:52,439 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.056s 2023-07-24 08:39:52,440 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87d86a0-1e01-4623-afc8-387e4872a122', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87d86a0-1e01-4623-afc8-387e4872a122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:53,531 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:39:53,532 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5af69d3-c744-4832-92ce-8802664dc6ec', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5af69d3-c744-4832-92ce-8802664dc6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:54,599 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.055s 2023-07-24 08:39:54,599 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9168b19d-57a9-42d9-b6ab-8c3b02ce5d4c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9168b19d-57a9-42d9-b6ab-8c3b02ce5d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:55,691 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.071s 2023-07-24 08:39:55,691 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-029f6bc1-3a93-4b6e-b39e-90245b48053a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029f6bc1-3a93-4b6e-b39e-90245b48053a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "hr ef": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:56,773 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.063s 2023-07-24 08:39:56,774 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-734865e8-84b1-488d-937f-7f88c2c6de69', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-734865e8-84b1-488d-937f-7f88c2c6de69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:57,863 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:39:57,864 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef0e154-cd9c-48a5-9518-3d0b4ba16958', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef0e154-cd9c-48a5-9518-3d0b4ba16958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:43.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"r el": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:39:59,023 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.137s 2023-07-24 08:39:59,023 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5fd3a32-8b83-4769-9a20-5700b8777d9d', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5fd3a32-8b83-4769-9a20-5700b8777d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:00,248 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.211s 2023-07-24 08:40:00,248 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad9934e-080d-4e34-8857-83dac9f335e6', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad9934e-080d-4e34-8857-83dac9f335e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9d c06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:01,342 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.082s 2023-07-24 08:40:01,342 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e838a57-8244-4147-b0a6-49ed4b29fbc5', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e838a57-8244-4147-b0a6-49ed4b29fbc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:02,400 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.045s 2023-07-24 08:40:02,400 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d45693-09ff-4147-836e-bc9000124914', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d45693-09ff-4147-836e-bc9000124914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_st atus": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:03,487 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.073s 2023-07-24 08:40:03,488 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc150366-1a3a-4a57-8f19-93b92c7547ab', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc150366-1a3a-4a57-8f19-93b92c7547ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:04,589 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.089s 2023-07-24 08:40:04,589 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8c0366-13b7-4af8-9351-031dc64eb0ee', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8c0366-13b7-4af8-9351-031dc64eb0ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signatur e_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:05,675 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.074s 2023-07-24 08:40:05,676 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c8ad4d2-4e9e-46aa-b57d-5577a220508e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c8ad4d2-4e9e-46aa-b57d-5577a220508e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:06,732 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.036s 2023-07-24 08:40:06,732 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ef3e83d-ad89-4992-8e68-f03a9e6c9c33', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ef3e83d-ad89-4992-8e68-f03a9e6c9c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:07,798 8 0044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.053s 2023-07-24 08:40:07,799 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf68a7ac-559e-43e6-bfae-b159da9afcf7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf68a7ac-559e-43e6-bfae-b159da9afcf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:08,853 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.041s 2023-07-24 08:40:08,853 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f91050-93c2-428a-bc9d-e7bba7ab72f7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f91050-93c2-428a-bc9d-e7bba7ab72f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:09,922 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http: //10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.057s 2023-07-24 08:40:09,922 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0259511-550b-49a7-915d-c7233e6dcead', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0259511-550b-49a7-915d-c7233e6dcead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:10,981 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.047s 2023-07-24 08:40:10,981 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8955586-6098-4fe5-a7d6-11c14e1bf521', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8955586-6098-4fe5-a7d6-11c14e1bf521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:39:58.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:12,063 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.064s 2023-07-24 08:40:12,064 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617de043-f3dc-4d3a-b4f4-a8f48ea75935', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617de043-f3dc-4d3a-b4f4-a8f48ea75935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:13,127 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.050s 2023-07-24 08:40:13,128 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e930518-8bee-4387-a861-3f498b3cf763', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e930518-8bee-4387-a861-3f498b3cf763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:14,212 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.072s 2023-07-24 08:40:14,213 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d38ff4-19db-40dc-84cd-1d6945274f7e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d38ff4-19db-40dc-84cd-1d6945274f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:15,287 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.059s 2023-07-24 08:40:15,287 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b520754-0feb-4139-b288-4fd5ffa2ec49', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b520754-0feb-4139-b288-4fd5ffa2ec49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:16,349 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305 0.050s 2023-07-24 08:40:16,350 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 2 4 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c226a302-d11b-4ccc-a908-233cf70ce48a', 'content-length': '1390', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c226a302-d11b-4ccc-a908-233cf70ce48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305'} Body: b'{"volume": {"id": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:39:37.000000", "updated_at": "2023-07-24T08:40:16.000000", "name": "tempest-TaggedBootDevicesTest-volume-1233739459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/9c8aca15-6196-4857-9fd6-9dc06acb3305"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:16,369 80044 INFO [tempest.common.waiters] volume 9c8aca15-6196-4857-9fd6-9dc06acb3305 reached available after waiting for 39.369660 seconds 2023-07-24 08:40:16,724 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes 0.353s 2023-07-24 08:40:16,724 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1908430311"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5596b3d7-bb3b-4190-a054-63a814221050', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5596b3d7-bb3b-4190-a054-63a814221050', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:16.579587", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:16,836 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380 359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.094s 2023-07-24 08:40:16,837 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49470ce6-b42d-47cd-b0f9-58418a94fe96', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49470ce6-b42d-47cd-b0f9-58418a94fe96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:17,926 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.068s 2023-07-24 08:40:17,926 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcb6f7cb-6a78-4914-adcc-dcfa4d5feb6c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcb6f7cb-6a78-4914-adcc-dcfa4d5feb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": "2023-07-24T08:40:17.000000", "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:19,021 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.079s 2023-07-24 08:40:19,021 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e16cbd-43f3-4bd5-b14d-88eef830fdff', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e16cbd-43f3-4bd5-b14d-88eef830fdff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": "2023-07-24T08:40:17.000000", "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:20,170 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4 0.128s 2023-07-24 08:40:20,171 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6504abbb-8965-4e84-be14-806b6255c3e9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6504abbb-8965-4e84-be14-806b6255c3e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4'} Body: b'{"volume": {"id": "181b9c98-392b-41f2-88b9-b984108674e4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:17.000000", "updated_at": "2023-07-24T08:40:19.000000", "name": "tempest-TaggedBootDevicesTest-volume-1908430311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/181b9c98-392b-41f2-88b9-b984108674e4"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:20,183 80044 INFO [tempest.common.waiters] volume 181b9c98-392b-41f2-88b9-b984108674e4 reached available after waiting for 4.183298 seconds 2023-07-24 08:40:20,530 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes 0.346s 2023-07-24 08:40:20,530 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-221048556"}} Respon se - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29fe2fd-1687-4c6b-b0e7-43b9123a8e10', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29fe2fd-1687-4c6b-b0e7-43b9123a8e10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.418959", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:20,632 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.082s 2023-07-24 08:40:20,633 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cdf0f3e-8303-4b49-90c9-0d339a099df0', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cdf0f3e-8303-4b49-90c9-0d339a099df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:21,749 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.094s 2023-07-24 08:40:21,750 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daca9985-9384-49e6-a1b8-e6cf8d654f16', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daca9985-9384-49e6-a1b8-e6cf8d654f16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:22,836 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.062s 2023-07-24 08:40:22,836 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89e165cf-f4f5-4362-86d5-ae802d5d6986', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89e165cf-f4f5-4362-86d5-ae802d5d6986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:23,920 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.071s 2023-07-24 08:40:24,000 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cff97f1-b93c-406e-8480-e60c30ca90fa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cff97f1-b93c-406e-8480-e60c30ca90fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "creating", "size": 1 , "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:25,076 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188 0.064s 2023-07-24 08:40:25,076 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36ee824-bc9d-4959-b5e8-701dc132939e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36ee824-bc9d-4959-b5e8-701dc132939e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188'} Body: b'{"volume": {"id": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:20.000000", "updated_at": "2023-07-24T08:40:24.000000", "name": "tempest-TaggedBootDevicesTest-volume-221048556", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/54670380359746f8bfac53d5dea46277/volumes/a16d7598-97ec-4ed0-8ff7-a2642b518188"}], "user_id": "ea2eeee16e264cb0b81776479107349d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:25,087 80044 INFO [tempest.common.waiters] volume a16d7598-97ec-4ed0-8ff7-a2642b518188 reached available after waiting for 5.087084 seconds 2023-07-24 08:40:26,467 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.380s 2023-07-24 08:40:26,468 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net1-1421644150"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-adbe0bfc-422d-4804-9a71-4b295a628562', 'date': 'Mon, 24 Jul 2023 08:40:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2d343903-877c-41d2-b766-8dba8d4b3282","name":"tempest-device-tagging-net1-1421644150","tenant_id":"54670380359746f8bfac53d5dea46277","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[ ],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:25Z","updated_at":"2023-07-24T08:40:25Z","revision_number":1}}' 2023-07-24 08:40:27,792 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.324s 2023-07-24 08:40:27,793 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-device-tagging-net2-1178735075"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-f3c2cd3b-95eb-473f-945d-aadf9bbcd577', 'date': 'Mon, 24 Jul 2023 08:40:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"93649640-b84d-436e-8408-c384e028ee4c","name":"tempest-device-tagging-net2-1178735075","tenant_id":"54670380359746f8bfac53d5dea46277","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-07-24T08:40:26Z","updated_at":"2023-07-24T08:40:26Z","revision_number":1}}' 2023-07-24 08:40:30,597 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.804s 2023-07-24 08:40:30,597 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2d343903-877c-41d2-b766-8dba8d4b3282", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-2c474dcf-7591-45f4-8c7e-96efbe8d9da8', 'date': 'Mon, 24 Jul 2023 08:40:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b","name":"","tenant_id":"54670380359746f8bfac53d5dea46277","network_id":"2d343903-877c-41d2-b766-8dba8d4b3282","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:28Z","updated_at":"2023-07-24T08:40:28Z","revision_number":0,"project_id":"54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:32,467 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.869s 2023-07-24 08:40:32,467 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "93649640-b84d-436e-8408-c384e028ee4c", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-77ae01a5-8ef7-4874-9a53-f086ff9702b5', 'date': 'Mon, 24 Jul 2023 08:40:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e7d74339-e365-44e0-ba52-274263da0c07","name":"","tenant_id":"54670380359746f8bfac53d5dea46277","network_id":"93649640-b84d-436e-8408-c384e028ee4c","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","alloc ation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-07-24T08:40:31Z","updated_at":"2023-07-24T08:40:31Z","revision_number":0,"project_id":"54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:33,564 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.096s 2023-07-24 08:40:33,565 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2d343903-877c-41d2-b766-8dba8d4b3282", "name": "tempest-TaggedBootDevicesTest-555816617", "fixed_ips": [{"subnet_id": "9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '730', 'x-openstack-request-id': 'req-6563e1d3-890c-4417-960a-159b5fb19dc8', 'date': 'Mon, 24 Jul 2023 08:40:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"06561707-b1e3-4168-be1d-4f46f3ed5e25","name":"tempest-TaggedBootDevicesTest-555816617","network_id":"2d343903-877c-41d2-b766-8dba8d4b3282","tenant_id":"54670380359746f8bfac53d5dea46277","mac_address":"fa:16:3e:31:b9:34","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b","ip_address":"10.1.1.3"}],"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"security_groups":["f02bb66a-2ca6-494b-92ee-4f49669a7823"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:32Z","updated_at":"2023-07-24T08:40:33Z","revision_number":1}}' 2023-07-24 08:40:35,160 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.595s 2023-07-24 08:40:35,161 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2d343903-877c-41d2-b766-8dba8d4b3282", "name": "tempest-TaggedBootDevicesTest-1640989861", "fixed_ips": [{"subnet_id": "9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-ffaad67c-a034-4877-a343-baed5da449dc', 'date': 'Mon, 24 Jul 2023 08:40:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"65eece98-ee65-47bd-8ee2-1b4827e79600","name":"tempest-TaggedBootDevicesTest-1640989861","network_id":"2d343903-877c-41d2-b766-8dba8d4b3282","tenant_id":"54670380359746f8bfac53d5dea46277","mac_address":"fa:16:3e:f1:27:2e","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b","ip_address":"10.1.1.97"}],"project_id":"54670380359746f8bfac53d5dea46277","port_security_enabled":true,"security_groups":["f02bb66a-2ca6-494b-92ee-4f49669a7823"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-24T08:40:33Z","updated_at":"2023-07-24T08:40:34Z","revision_number":1}}' 2023-07-24 08:40:35,161 80044 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:40:35,162 80044 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:35,251 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.086s 2023-07-24 08:40:35,251 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1512975324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFT8qLVmbpkR+uMxR4J0rV/IU54GiSRaDygUUvDtdYuNYzGT6lUpzIp8eiVDBmtHfpLg8liep5GGo+QyalyK38586hjBpwPtjEeM4dHMLZqbLjBvPLzO/DA88m/8cnjgww=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c2138a-8a42-4969-845c-5c7312a0927f', 'x-compute-request-id': 'req-c8c2138a-8a42-4969-845c-5c7312a0927f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1512975324", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFT8qLVmbpkR+uMxR4J0rV/IU54GiSRaDygUUvDtdYuNYzGT6lUpzIp8eiVDBmtHfpLg8liep5GGo+QyalyK38586hjBpwPtjEeM4dHMLZqbLjBvPLzO/DA88m/8cnjgww==", "fingerprint": "5c:1d:52:8e:5a:6c:8b:99:6d:31:27:91:8d:4c:5d:c5", "user_id": "ea2eeee16e264cb0b81776479107349d"}}' 2023-07-24 08:40:35,254 80044 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1512975324 created 2023-07-24 08:40:35,697 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.442s 2023-07-24 08:40:35,697 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1998731530", "description": "tempest-description--1429317793"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-1ab97fc6-8b52-4341-8064-eeef3ab8e950', 'date': 'Mon, 24 Jul 2023 08:40:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ee57267c-aca2-42b8-872e-f954642798ad", "name": "tempest-securitygroup--1998731530", "stateful": true, "tenant_id": "54670380359746f8bfac53d5dea46277", "description": "tempest-description--1429317793", "shared": false, "security_group_rules": [{"id": "2d1f2bfd-a53b-4995-bbaa-3a31c90101c9", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "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": 509, "description": null, "tags": [], "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 0}, {"id": "5b8908b7-21c3-4789-b8be-785245f7c700", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "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": 507, "description": null, "tags": [], "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 1, "project_id": "54670380359746f8bfac53d5dea46277"}}' 2023-07-24 08:40:36,110 80044 INFO [tempest.lib.common.rest_client] Req uest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.411s 2023-07-24 08:40:36,110 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-895631cd-31a3-4309-8649-83e5acb7366c', 'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e03decdc-ce01-4482-a8ae-051d7b5601d5", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:35Z", "updated_at": "2023-07-24T08:40:35Z", "revision_number": 0}}' 2023-07-24 08:40:36,876 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.765s 2023-07-24 08:40:36,876 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3a86e2f3-0794-41aa-9bc8-0f74ad0bcc81', 'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0bb00c89-9996-4354-b0f2-5b747ebe2ccc", "project_id": "54670380359746f8bfac53d5dea46277", "tenant_id": "54670380359746f8bfac53d5dea46277", "security_group_id": "ee57267c-aca2-42b8-872e-f954642798ad", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:36Z", "updated_at": "2023-07-24T08:40:36Z", "revision_number": 0}}' 2023-07-24 08:40:36,876 80044 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1998731530 created 2023-07-24 08:40:38,852 80044 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.975s 2023-07-24 08:40:38,852 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-29f71b40-7747-4769-a29a-489c96bb313c', 'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "548bb199-cfbb-4d65-aaf2-c656404b8a2f", "tenant_id": "54670380359746f8bfac53d5dea46277", "floating_ip_address": "172.24.4.163", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, " fixed_ip_address": null, "status": "DOWN", "project_id": "54670380359746f8bfac53d5dea46277", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:37Z", "updated_at": "2023-07-24T08:40:37Z", "revision_number": 0}}' 2023-07-24 08:40:38,852 80044 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '548bb199-cfbb-4d65-aaf2-c656404b8a2f', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'floating_ip_address': '172.24.4.163', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '54670380359746f8bfac53d5dea46277', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:37Z', 'updated_at': '2023-07-24T08:40:37Z', 'revision_number': 0, 'ip': '172.24.4.163'} created 2023-07-24 08:40:38,977 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-24 08:40:38,978 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-85af9cce-dba3-41b0-ab35-06884c0d4727', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2eeee16e264cb0b81776479107349d", "name": "tempest-TaggedBootDevicesTest-1910427361-project-member", "password_expires_at": null}, "audit_ids": ["p9JuoxurR6mdrNZ-DCW0-g"], "expires_at": "2023-07-24T09:40:38.000000Z", "issued_at": "2023-07-24T08:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "54670380359746f8bfac53d5dea46277", "name": "tempest-TaggedBootDevicesTest-1910427361"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "Reg ionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:38,978 80044 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'a468cf8a-e55f-463c-88d6-7f2546ffdf32', 'name': 'tempest-TaggedBootDevicesTest-1455814813-network', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '54670380359746f8bfac53d5dea46277', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30969, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:58Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:39,032 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.048s 2023-07-24 08:40:39,033 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bf4c818e-b47e-4bd9-9de0-4a5c112dc5ed', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ea2eeee16e264cb0b81776479107349d", "name": "tempest-TaggedBootDevicesTest-1910427361-project-member", "password_expires_at": null}, "audit_ids": ["I-WjjLvrQ8WYz6bnxGI7vQ"], "expires_at": "2023-07-24T09:40:39.000000Z", "issued_at": "2023-07-24T08:40:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "54670380359746f8bfac53d5dea46277", "name": "tempest-TaggedBootDevicesTest-1910427361"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "vo lumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/54670380359746f8bfac53d5dea46277", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:39,033 80044 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'a468cf8a-e55f-463c-88d6-7f2546ffdf32', 'name': 'tempest-TaggedBootDevicesTest-1455814813-network', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '54670380359746f8bfac53d5dea46277', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30969, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:38:58Z', 'updated_at': '2023-07-24T08:38:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:39,034 80044 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1512975324', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFT8qLVmbpkR+uMxR4J0rV/IU54GiSRaDygUUvDtdYuNYzGT6lUpzIp8eiVDBmtHfpLg8liep5GGo+QyalyK38586hjBpwPtjEeM4dHMLZqbLjBvPLzO/DA88m/8cnjgww==', 'fingerprint': '5c:1d:52:8e:5a:6c:8b:99:6d:31:27:91:8d:4c:5d:c5', 'user_id': 'ea2eeee16e264cb0b81776479107349d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDEoz3qnr4J7P1K6hpMRnn69HCjc1XsVYy3ssauEkdHldrjgHx/YYk5\n+3tp9NrVqH+gBwYFK4EEACKhZANiAARU/Ki1Zm6ZEfrjMUeCdK1fyFOeBokkWg8o\nFFLw7XWLjWMxk+pVKcyKfHolQwZrR36S4PJYnqeRhqPkMmpcit/OfOoYwacD7YxH\njOHRzC2amy4wbzy8zvwwPPJv/HJ44MM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ee57267c-aca2-42b8-872e-f954642798ad', 'name': 'tempest-securitygroup--1998731530', 'stateful': True, 'tenant_id': '54670380359746f8bfac53d5dea46277', 'description': 'tempest-description--1429317793', 'shared': False, 'security_group_rules': [{'id': '2d1f2bfd-a53b-4995-bbaa-3a31c90101c9', 'project_id': '54670380359746f8bfac53d5dea46277', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'security_group_id': 'ee57267c-aca2-42b8-872e-f954642798ad', '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': 509, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 0}, {'id': '5b8908b7-21c3-4789-b8be-785245f7c700', 'project_id': '54670380359746f8bfac53d5dea46277', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'security_group_id': 'ee57267c-aca2-42b8-872e-f954642798ad', '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': 507, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 1, 'project_id': '546703803 59746f8bfac53d5dea46277'}, 'floating_ip': {'id': '548bb199-cfbb-4d65-aaf2-c656404b8a2f', 'tenant_id': '54670380359746f8bfac53d5dea46277', 'floating_ip_address': '172.24.4.163', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '54670380359746f8bfac53d5dea46277', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:37Z', 'updated_at': '2023-07-24T08:40:37Z', 'revision_number': 0, 'ip': '172.24.4.163'}} 2023-07-24 08:40:39,082 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.047s 2023-07-24 08:40:39,083 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-device-tagging-server-1034017937", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "a468cf8a-e55f-463c-88d6-7f2546ffdf32"}, {"port": "06561707-b1e3-4168-be1d-4f46f3ed5e25", "tag": "port-1"}, {"port": "65eece98-ee65-47bd-8ee2-1b4827e79600", "tag": "port-2"}, {"uuid": "2d343903-877c-41d2-b766-8dba8d4b3282", "tag": "net-1"}, {"uuid": "2d343903-877c-41d2-b766-8dba8d4b3282"}, {"uuid": "93649640-b84d-436e-8408-c384e028ee4c", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "93649640-b84d-436e-8408-c384e028ee4c", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "9c8aca15-6196-4857-9fd6-9dc06acb3305", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "181b9c98-392b-41f2-88b9-b984108674e4", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "a16d7598-97ec-4ed0-8ff7-a2642b518188", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1998731530"}], "key_name": "tempest-keypair-1512975324", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-f07fafe0-8cd3-499d-b9fd-541019e726e2', 'x-compute-request-id': 'req-f07fafe0-8cd3-499d-b9fd-541019e726e2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:39,136 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1512975324 0.049s 2023-07-24 08:40:39,137 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de02823b-b71e-4dc9-b805-11ee8ca893d6', 'x-compute-request-id': 'req-de02823b-b71e-4dc9-b805-11ee8ca893d6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1512975324'} Body: b'' 2023-07-24 08:40:39,716 80044 INFO [tempest.lib.common.rest_client] R equest (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad 0.578s 2023-07-24 08:40:39,716 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-84e44e72-2cbe-4d79-8cb9-886f05f119ab', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad'} Body: b'' 2023-07-24 08:40:39,809 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad 0.092s 2023-07-24 08:40:39,810 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ac94b93e-a33b-4df3-994d-f1beb777c6a9', 'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ee57267c-aca2-42b8-872e-f954642798ad'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ee57267c-aca2-42b8-872e-f954642798ad does not exist", "detail": ""}}' 2023-07-24 08:40:40,927 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/548bb199-cfbb-4d65-aaf2-c656404b8a2f 1.117s 2023-07-24 08:40:40,928 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4beb4c6c-00c2-48e8-85eb-6753d3f651fc', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:40 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/548bb199-cfbb-4d65-aaf2-c656404b8a2f'} Body: b'' 2023-07-24 08:40:42,131 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/65eece98-ee65-47bd-8ee2-1b4827e79600 1.203s 2023-07-24 08:40:42,132 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-564f3379-30a7-4289-8126-fc39c2a6a666', 'date': 'Mon, 24 Jul 2023 08:40:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/65eece98-ee65-47bd-8ee2-1b4827e79600'} Body: b'' 2023-07-24 08:40:43,307 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/06561707-b1e3-4168-be1d-4f46f3ed5e25 1.174s 2023-07-24 08:40:43,307 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-9217d779-4d11-4dd1-a270-12e3c85bb0a7', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/06561707-b1e3-4168-be1d-4f46f3ed5e25'} Body: b'' 2023-07-24 08:40:43,943 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/e7d74339-e365-44e0-ba52- 274263da0c07 0.635s 2023-07-24 08:40:43,944 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-dfdf18b3-83e9-4173-aba9-9bf831fe3c53', 'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/e7d74339-e365-44e0-ba52-274263da0c07'} Body: b'' 2023-07-24 08:40:44,788 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b 0.844s 2023-07-24 08:40:44,789 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-8fe9f8fe-b314-4795-8e80-263e9e2be664', 'date': 'Mon, 24 Jul 2023 08:40:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/9bb3f8d9-bc0c-4db8-8092-0acf01a5b56b'} Body: b'' 2023-07-24 08:40:45,702 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/93649640-b84d-436e-8408-c384e028ee4c 0.913s 2023-07-24 08:40:45,702 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-4ac50ba0-4e41-4595-a5f7-8d6a2602fce9', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/93649640-b84d-436e-8408-c384e028ee4c'} Body: b'' 2023-07-24 08:40:47,252 80044 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2d343903-877c-41d2-b766-8dba8d4b3282 1.548s 2023-07-24 08:40:47,252 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c6879e4c-cb34-4eed-a436-e5c252d5d5c2', 'date': 'Mon, 24 Jul 2023 08:40:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2d343903-877c-41d2-b766-8dba8d4b3282'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 244, in test_stable_device_rescue_disk_virtio_with_volume_attached server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:47,818 80050 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:48,064 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.244s 2023-07-24 08:40:48,065 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1942088418", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOMDx3zXFAyy8B8rWMnF7e6I9qYNdpQVr9vYTOWl80zEkx96hn862SvFM0fYCSywNA1TGpUxYJtyFM0AykEIv2N9T40pdt25qZFRwxnQxpCTnS2CCDLKsq+RjTnq3Laepg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eae19aa3-3f6a-4626-a76f-f6226b922e31', 'x-compute-request-id': 'req-eae19aa3-3f6a-4626-a76f-f6226b922e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1942088418", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOMDx3zXFAyy8B8rWMnF7e6I9qYNdpQVr9vYTOWl80zEkx96hn862SvFM0fYCSywNA1TGpUxYJtyFM0AykEIv2N9T40pdt25qZFRwxnQxpCTnS2CCDLKsq+RjTnq3Laepg==", "fingerprint": "57:ba:e3:c5:2e:3c:19:b0:1d:b9:c4:3f:07:b0:f9:28", "user_id": "0b1ebb1642f84e9c981a79a262cf7352"}}' 2023-07-24 08:40:48,069 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1942088418 created 2023-07-24 08:40:48,249 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.179s 2023-07-24 08:40:48,250 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1493987220", "description": "tempest-description--1439044499"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-76b5d7ee-4073-49bc-babe-356b5c466c34', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "name": "tempest-securitygroup--1493987220", "stateful": true, "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "description": "tempest-description--1439044499", "shared": false, "security_group_rules": [{"id": "83c38ad8-e9d4-42e5-b699-0198de1f7380", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "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": 560, "description": null, "tags": [], "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 0}, {"id": "fe1c13e4-b145-4074-8a95-91214d28d2ae", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cid r": null, "remote_group_id": null, "standard_attr_id": 561, "description": null, "tags": [], "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 1, "project_id": "0b4c9e481ae140cabebaab0e1059a3ec"}}' 2023-07-24 08:40:48,644 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.393s 2023-07-24 08:40:48,644 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-e0e19d9c-d5ec-4d31-a562-59538ed772d7', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "390418b9-832a-4486-a6fe-1668d21b77bb", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:48Z", "updated_at": "2023-07-24T08:40:48Z", "revision_number": 0}}' 2023-07-24 08:40:49,457 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.811s 2023-07-24 08:40:49,457 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a23ff6c3-700f-4391-855c-0af3bc1a1f97', 'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c6e333a9-5282-402d-8666-200258b3d43c", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "security_group_id": "43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:49Z", "updated_at": "2023-07-24T08:40:49Z", "revision_number": 0}}' 2023-07-24 08:40:49,458 80050 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1493987220 created 2023-07-24 08:40:51,849 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.390s 2023-07-24 08:40:51,849 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98b b-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-23f83ae2-836c-4fd5-9260-43b0e679c2b0', 'date': 'Mon, 24 Jul 2023 08:40:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "060a722d-9a99-4ffd-a7a9-8297d929724a", "tenant_id": "0b4c9e481ae140cabebaab0e1059a3ec", "floating_ip_address": "172.24.4.42", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0b4c9e481ae140cabebaab0e1059a3ec", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:50Z", "updated_at": "2023-07-24T08:40:50Z", "revision_number": 0}}' 2023-07-24 08:40:51,849 80050 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '060a722d-9a99-4ffd-a7a9-8297d929724a', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'floating_ip_address': '172.24.4.42', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:50Z', 'updated_at': '2023-07-24T08:40:50Z', 'revision_number': 0, 'ip': '172.24.4.42'} created 2023-07-24 08:40:51,963 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.109s 2023-07-24 08:40:51,964 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-382db443-33dc-43bb-9459-48da3c6c4b4f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0b1ebb1642f84e9c981a79a262cf7352", "name": "tempest-ServerStableDeviceRescueTest-600709590-project-member", "password_expires_at": null}, "audit_ids": ["skFo_TrQSF2A0uSMhma_uQ"], "expires_at": "2023-07-24T09:40:51.000000Z", "issued_at": "2023-07-24T08:40:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b4c9e481ae140cabebaab0e1059a3ec", "name": "tempest-ServerStableDeviceRescueTest-600709590"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0b4c9e481ae140cabebaab0e1059a3ec", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "plac ement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0b4c9e481ae140cabebaab0e1059a3ec", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0b4c9e481ae140cabebaab0e1059a3ec", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:51,964 80050 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '4bb5e3d8-ec82-4714-850d-2a80535c60d5', 'name': 'tempest-ServerStableDeviceRescueTest-109328458-network', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41040, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:35Z', 'updated_at': '2023-07-24T08:40:35Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:51,965 80050 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1942088418', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOMDx3zXFAyy8B8rWMnF7e6I9qYNdpQVr9vYTOWl80zEkx96hn862SvFM0fYCSywNA1TGpUxYJtyFM0AykEIv2N9T40pdt25qZFRwxnQxpCTnS2CCDLKsq+RjTnq3Laepg==', 'fingerprint': '57:ba:e3:c5:2e:3c:19:b0:1d:b9:c4:3f:07:b0:f9:28', 'user_id': '0b1ebb1642f84e9c981a79a262cf7352', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCO0mZqShFpLFXe6bHE6zaSUzQgBe+hfW4tHGRqxosoQ4kWljj60Rul\nVtdF40w3lDigBwYFK4EEACKhZANiAATjA8d81xQMsvAfK1jJxe3uiPamDXaUFa/b\n2EzlpfNMxJMfeoZ/OtkrxTNH2AkssDQNUxqVMWCbchTNAMpBCL9jfU+NKXbduamR\nUcMZ0MaQk50tgggyyrKvkY056ty2nqY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e', 'name': 'tempest-securitygroup--1493987220', 'stateful': True, 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'description': 'tempest-description--1439044499', 'shared': False, 'security_group_rules': [{'id': '83c38ad8-e9d4-42e5-b699-0198de1f7380', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'security_group_id': '43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e', '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': 560, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:48Z', 'updated_at': '2023-07-24T08:40:48Z', 'revision_number': 0}, {'id': 'fe1c13e4-b145-4074-8a95-91214d28d2ae', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'security_group_id': '43d56030-7dee-4c4c-a5f8-d89f3cb1fd9e', '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': N one, 'standard_attr_id': 561, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:48Z', 'updated_at': '2023-07-24T08:40:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:48Z', 'updated_at': '2023-07-24T08:40:48Z', 'revision_number': 1, 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec'}, 'floating_ip': {'id': '060a722d-9a99-4ffd-a7a9-8297d929724a', 'tenant_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'floating_ip_address': '172.24.4.42', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0b4c9e481ae140cabebaab0e1059a3ec', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:50Z', 'updated_at': '2023-07-24T08:40:50Z', 'revision_number': 0, 'ip': '172.24.4.42'}} 2023-07-24 08:40:52,007 80050 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 400 POST http://10.0.0.210/compute/v2.1/servers 0.042s 2023-07-24 08:40:52,008 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-330779285", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "4bb5e3d8-ec82-4714-850d-2a80535c60d5"}], "security_groups": [{"name": "tempest-securitygroup--1493987220"}], "key_name": "tempest-keypair-1942088418", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:51 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': '73', 'x-openstack-request-id': 'req-16bc896e-0452-4666-97bb-218737a0733f', 'x-compute-request-id': 'req-16bc896e-0452-4666-97bb-218737a0733f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 52, in test_snapshot_create_delete_with_volume_in_use server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:36,407 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.041s 2023-07-24 08:40:36,408 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64509196-7214-4aa6-b5a0-fe1b67b2c801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:40:36,995 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes 0.587s 2023-07-24 08:40:36,996 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980385eb-e3d9-4ee5-9770-3169db3e372f', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980385eb-e3d9-4ee5-9770-3169db3e372f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:36.856312", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:40:37,065 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.059s 2023-07-24 08:40:37,066 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Co ntent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b90ac9-a8dd-486f-85d2-b0b48ead4bad', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b90ac9-a8dd-486f-85d2-b0b48ead4bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:38,245 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.167s 2023-07-24 08:40:38,245 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce6cc3a-1534-4787-9973-b1ec7e243266', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce6cc3a-1534-4787-9973-b1ec7e243266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:39,342 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.074s 2023-07-24 08:40:39,342 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-type': 'application/json', 'x-compute-request-id': 'req-80f9f6f6-de08-4b78-85fe-e1509389ab51', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f9f6f6-de08-4b78-85fe-e1509389ab51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:40,431 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.070s 2023-07-24 08:40:40,432 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be7a58c-8b90-4e78-88b7-7ef2f073ad69', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be7a58c-8b90-4e78-88b7-7ef2f073ad69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:41,502 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.057s 2023-07-24 08:40:41,502 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d80729-56cf-4a6f-8c34-8e8fd40ebc4d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API- Version', 'x-openstack-request-id': 'req-46d80729-56cf-4a6f-8c34-8e8fd40ebc4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:42,585 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.061s 2023-07-24 08:40:42,585 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc5b8e3-4287-44ed-8f2c-9e1942939e96', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc5b8e3-4287-44ed-8f2c-9e1942939e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:43,673 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.076s 2023-07-24 08:40:43,674 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0742371-19a5-47e2-b329-3dbd5c289a12', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0742371-19a5-47e2-b329-3dbd5c289a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b2060 79473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:44,750 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.063s 2023-07-24 08:40:44,751 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2477e150-484a-41bb-8a5f-7ec302e6d3a8', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2477e150-484a-41bb-8a5f-7ec302e6d3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:44,770 80053 INFO [tempest.common.waiters] volume 2bc2c375-0b0e-4064-9804-bc0509cb6545 reached available after waiting for 7.770018 seconds 2023-07-24 08:40:44,771 80053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:40:44,771 80053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:44,856 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2023-07-24 08:40:44,856 80053 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-632465224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG3s1u0jx+keZx2RGzDbvWYQ6RPCSD0qUCnITunUz8QBLEcBNBULm2DE0r5ZaS/6MslQCy3qRJT6N/DNE6x5QRzr3/OM8QVrD/QcC48jnSpZR7+DahrtgUauI5tLY4cxDw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:44 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-08a0e522-bc31-4036-bf56-7fa569157ac5', 'x-compute-request-id': 'req-08a0e522-bc31-4036-bf56-7fa569157ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-632465224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG3s1u0jx+keZx2RGzDbvWYQ6RPCSD0qUCnITunUz8QBLEcBNBULm2DE0r5ZaS/6MslQCy3qRJT6N/DNE6x5QRzr3/OM8QVrD/QcC48jnSpZR7+DahrtgUauI5tLY4cxDw==", "fingerprint": "86:6b:5b:25:b3:c0:6f:74:1c:11:d6:23:2e:40:93:c4", "user_id": "d7f33e5c75d14f679e626b888651f909"}}' 2023-07-24 08:40:44,858 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-632465224 created 2023-07-24 08:40:45,401 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.541s 2023-07-24 08:40:45,401 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1072354784", "description": "tempest-description--889168580"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1c9ad4e8-3d00-4436-9d84-cc0fecd77162', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "name": "tempest-securitygroup--1072354784", "stateful": true, "tenant_id": "9791a54a5c6049f5b206079473911d1c", "description": "tempest-description--889168580", "shared": false, "security_group_rules": [{"id": "457efc73-6f3b-45f6-bee7-608ab19380db", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "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": 553, "description": null, "tags": [], "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 0}, {"id": "6e078800-e783-4204-8b25-57b5731f6cfc", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "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": 554, "description": null, "tags": [], "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 1, "project_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:45,864 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http:// 10.0.0.210:9696/networking/v2.0/security-group-rules 0.462s 2023-07-24 08:40:45,864 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-53ec3449-ffe6-4e2c-9819-3486f5d13dad', 'date': 'Mon, 24 Jul 2023 08:40:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7219a88-533b-4773-8df6-5001d6178138", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:45Z", "updated_at": "2023-07-24T08:40:45Z", "revision_number": 0}}' 2023-07-24 08:40:46,353 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.488s 2023-07-24 08:40:46,354 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b1263752-f0e8-4eda-88ea-5c87fe1e5f09', 'date': 'Mon, 24 Jul 2023 08:40:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00a1c42f-35bb-4795-93a9-5d9cda169535", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "ba315597-c66b-465b-aca6-f54239a0fa3e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:46Z", "updated_at": "2023-07-24T08:40:46Z", "revision_number": 0}}' 2023-07-24 08:40:46,354 80053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1072354784 created 2023-07-24 08:40:48,269 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.914s 2023-07-24 08:40:48,269 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-76ede905-2294-4623-ab98-77a8d1cc249d', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b2229398-7d37-4cbe-96c3-71affb770eeb", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "floating_ip_address": "172.24.4.10", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": " 9791a54a5c6049f5b206079473911d1c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:47Z", "updated_at": "2023-07-24T08:40:47Z", "revision_number": 0}}' 2023-07-24 08:40:48,270 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b2229398-7d37-4cbe-96c3-71affb770eeb', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.10', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:47Z', 'updated_at': '2023-07-24T08:40:47Z', 'revision_number': 0, 'ip': '172.24.4.10'} created 2023-07-24 08:40:48,376 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.097s 2023-07-24 08:40:48,377 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b9164fd1-b3a2-46e0-8fd9-3c92e028ae26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d7f33e5c75d14f679e626b888651f909", "name": "tempest-VolumesSnapshotTestJSON-142862748-project-member", "password_expires_at": null}, "audit_ids": ["MF3q3odkSlGMsksKQvjt5w"], "expires_at": "2023-07-24T09:40:48.000000Z", "issued_at": "2023-07-24T08:40:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9791a54a5c6049f5b206079473911d1c", "name": "tempest-VolumesSnapshotTestJSON-142862748"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210 /image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:48,377 80053 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5', 'name': 'tempest-VolumesSnapshotTestJSON-653696732-network', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9791a54a5c6049f5b206079473911d1c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15006, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:15Z', 'updated_at': '2023-07-24T08:40:16Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:48,378 80053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-632465224', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG3s1u0jx+keZx2RGzDbvWYQ6RPCSD0qUCnITunUz8QBLEcBNBULm2DE0r5ZaS/6MslQCy3qRJT6N/DNE6x5QRzr3/OM8QVrD/QcC48jnSpZR7+DahrtgUauI5tLY4cxDw==', 'fingerprint': '86:6b:5b:25:b3:c0:6f:74:1c:11:d6:23:2e:40:93:c4', 'user_id': 'd7f33e5c75d14f679e626b888651f909', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCzhB4UkbUJcVP7Oxzwpc6LaNk89gdilr0b83EuYXtszeqglKRQfuyd\n9nVflgMOxYKgBwYFK4EEACKhZANiAARt7NbtI8fpHmcdkRsw271mEOkTwkg9KlAp\nyE7p1M/EASxHATQVC5tgxNK+WWkv+jLJUAst6kSU+jfwzROseUEc69/zjPEFaw/0\nHAuPI50qWUe/g2oa7YFGriObS2OHMQ8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ba315597-c66b-465b-aca6-f54239a0fa3e', 'name': 'tempest-securitygroup--1072354784', 'stateful': True, 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'description': 'tempest-description--889168580', 'shared': False, 'security_group_rules': [{'id': '457efc73-6f3b-45f6-bee7-608ab19380db', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': 'ba315597-c66b-465b-aca6-f54239a0fa3e', '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': 553, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:45Z', 'updated_at': '2023-07-24T08:40:45Z', 'revision_number': 0}, {'id': '6e078800-e783-4204-8b25-57b5731f6cfc', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': 'ba315597-c66b-465b-aca6-f54239a0fa3e', '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': 554, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:45Z', 'updated_at': '2023-07-24T08:40:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:45Z', 'updated_at': '2023-07-24T08:40:45Z', 'revision_number': 1, 'project_id': '9791a54a5c6049f5b206079473911d1c'}, 'floating_ip': {'id': 'b2229398-7d37-4cbe-96c3-71affb770eeb', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.10', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': No ne, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:47Z', 'updated_at': '2023-07-24T08:40:47Z', 'revision_number': 0, 'ip': '172.24.4.10'}} 2023-07-24 08:40:48,404 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.0.0.210/compute/v2.1/servers 0.025s 2023-07-24 08:40:48,404 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1345913370", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5"}], "security_groups": [{"name": "tempest-securitygroup--1072354784"}], "key_name": "tempest-keypair-632465224", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:48 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': '73', 'x-openstack-request-id': 'req-afc24395-af84-485b-b3d5-facfab524405', 'x-compute-request-id': 'req-afc24395-af84-485b-b3d5-facfab524405', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:48,449 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-632465224 0.043s 2023-07-24 08:40:48,449 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:48 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-d363a1ff-5005-4d04-bb03-7f72090f21ed', 'x-compute-request-id': 'req-d363a1ff-5005-4d04-bb03-7f72090f21ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-632465224'} Body: b'' 2023-07-24 08:40:48,624 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e 0.174s 2023-07-24 08:40:48,625 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-53261ca8-d515-4c47-a23a-8b0b7c16496a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e'} Body: b'' 2023-07-24 08:40:48,653 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e 0.027s 2023-07-24 08:40:48,653 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-dc43ae8f-a861-43ac-ad4f-5196cdca91f7', 'date': 'Mon, 24 Jul 2023 08:40:48 GMT' , 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ba315597-c66b-465b-aca6-f54239a0fa3e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ba315597-c66b-465b-aca6-f54239a0fa3e does not exist", "detail": ""}}' 2023-07-24 08:40:49,638 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b2229398-7d37-4cbe-96c3-71affb770eeb 0.984s 2023-07-24 08:40:49,638 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-b4708b65-6efd-4d88-a8df-30d1d7471bfe', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b2229398-7d37-4cbe-96c3-71affb770eeb'} Body: b'' 2023-07-24 08:40:49,691 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.052s 2023-07-24 08:40:49,691 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cb25061-ce13-410a-9582-0af3cc6c81fb', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cb25061-ce13-410a-9582-0af3cc6c81fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:49,776 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.074s 2023-07-24 08:40:49,777 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a0f977a-e28e-4889-b3bb-2ca414fc95f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'' 2023-07-24 08:40:49,837 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.059s 2023-07-24 08:40:49,837 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9edaa35e-4d9c-47aa-90a9-adc502e9a5c2', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9edaa35e-4d9c-47aa-90a9-adc502e9a5c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:50,910 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.056s 2023-07-24 08:40:50,911 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d66f59-3c5b-47f8-a11c-d6d5e4a59644', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d66f59-3c5b-47f8-a11c-d6d5e4a59644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http ://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:51,981 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.049s 2023-07-24 08:40:51,981 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b2731f-8373-4f15-a336-ead6da52af04', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b2731f-8373-4f15-a336-ead6da52af04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:53,078 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.078s 2023-07-24 08:40:53,079 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85dfcb65-69bc-43fe-8b33-5cc95ad77b67', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8 5dfcb65-69bc-43fe-8b33-5cc95ad77b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"volume": {"id": "2bc2c375-0b0e-4064-9804-bc0509cb6545", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:40:37.000000", "updated_at": "2023-07-24T08:40:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-292670261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545"}], "user_id": "d7f33e5c75d14f679e626b888651f909", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:40:54,124 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545 0.022s 2023-07-24 08:40:54,124 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d862303-9e19-4f8b-8049-2b95b99cdcb7', 'x-openstack-request-id': 'req-3d862303-9e19-4f8b-8049-2b95b99cdcb7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/volumes/2bc2c375-0b0e-4064-9804-bc0509cb6545'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2bc2c375-0b0e-4064-9804-bc0509cb6545 could not be found."}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:53,508 80038 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:40:53,920 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.407s 2023-07-24 08:40:53,921 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-418653275", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMqwg7N6Xf5tF/PLdu1rY+khzZg1/gwZRHo5e2KTUBiC9ajoLmnKMaHoXhcI1A1GqV+OeecBWSu7uM0xAje6QsJvgqz5j5pEJ83jmrhFswiWaKs6kvjBKRab1GHPl+VC+g=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:53 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-035fd1a6-47a7-4e05-b0a1-19b3da3025a3', 'x-compute-request-id': 'req-035fd1a6-47a7-4e05-b0a1-19b3da3025a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-418653275", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMqwg7N6Xf5tF/PLdu1rY+khzZg1/gwZRHo5e2KTUBiC9ajoLmnKMaHoXhcI1A1GqV+OeecBWSu7uM0xAje6QsJvgqz5j5pEJ83jmrhFswiWaKs6kvjBKRab1GHPl+VC+g==", "fingerprint": "d5:91:05:62:bd:53:33:6d:17:1d:21:28:bb:82:69:80", "user_id": "99a6b304fd1b46539c89c7bbb4b64d26"}}' 2023-07-24 08:40:53,926 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-418653275 created 2023-07-24 08:40:54,204 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.276s 2023-07-24 08:40:54,204 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1125428785", "description": "tempest-description--630489367"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-75080610-71e2-4245-ac53-2be2d28aebc4', 'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "name": "tempest-securitygroup--1125428785", "stateful": true, "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "description": "tempest-description--630489367", "shared": false, "security_group_rules": [{"id": "199f1704-ae4f-4ca7-8027-00bc04921b2f", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "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": 603, "description": null, "tags": [], "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}, {"id": "ab5d2beb-0303-4761-bffd-1c5eb05e632a", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "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": 604, "description": null, "tags": [], "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:40:53Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 1, "project_id": "9e99a001f2e14cafa1836a97c4008b3e"}}' 2023-07-24 08:40:54,471 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.266s 2023-07-24 08:40:54,472 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-401f1d01-489e-4e5e-bb4a-1391f9b4d29d', 'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "14e71673-cf43-4813-869b-62ff5eabe372", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}}' 2023-07-24 08:40:54,861 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.388s 2023-07-24 08:40:54,861 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cd971093-3787-4682-ba3b-8d6734f53f11', 'date': 'Mon, 24 Jul 2023 08:40:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "67a4935e-08d2-4631-a684-8102d189cff3", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "security_group_id": "0c1b7511-5dc7-4c5a-b04c-b3271a6ec360", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:40:54Z", "updated_at": "2023-07-24T08:40:54Z", "revision_number": 0}}' 2023-07-24 08:40:54,862 80038 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1125428785 created 2023-07-24 08:40:56,293 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.430s 2023-07-24 08:40:56,293 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-150762b4-a975-4d03-a47f-cca13c4c0ac3', 'date': 'Mon, 24 Jul 2023 08:40:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "83d80a57-24e7-42f6-8563-e00101ed25bb", "tenant_id": "9e99a001f2e14cafa1836a97c4008b3e", "floating_ip_address": "172.24.4.252", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9e99a001f2e14cafa1836a97c4008b3e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:40:55Z", "updated_at": "2023-07-24T08:40:55Z", "revision_number": 0}}' 2023-07-24 08:40:56,294 80038 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '83d80a57-24e7-42f6-8563-e00101ed25bb', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'floating_ip_address': '172.24.4.252', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:55Z', 'updated_at': '2023-07-24T08:40:55Z', 'revision_number': 0, 'ip': '172.24.4.252'} created 2023-07-24 08:40:56,430 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.127s 2023-07-24 08:40:56,431 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-48e81170-9e1e-4e45-8f06-30cb47b98820', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "99a6b304fd1b46539c89c7bbb4b64d26", "name": "tempest-VolumesAdminNegativeTest-1849309393-project-member", "password_expires_at": null}, "audit_ids": ["va0aSC3pSyqFQxUbQPvjbA"], "expires_at": "2023-07-24T09:40:56.000000Z", "issued_at": "2023-07-24T08:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e99a001f2e14cafa1836a97c4008b3e", "name": "tempest-VolumesAdminNegativeTest-1849309393"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{" id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:56,432 80038 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'fec511d8-334a-44f0-a005-181dac5ed7e5', 'name': 'tempest-VolumesAdminNegativeTest-1827389663-network', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36882, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:30Z', 'updated_at': '2023-07-24T08:40:30Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:56,433 80038 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-418653275', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMqwg7N6Xf5tF/PLdu1rY+khzZg1/gwZRHo5e2KTUBiC9ajoLmnKMaHoXhcI1A1GqV+OeecBWSu7uM0xAje6QsJvgqz5j5pEJ83jmrhFswiWaKs6kvjBKRab1GHPl+VC+g==', 'fingerprint': 'd5:91:05:62:bd:53:33:6d:17:1d:21:28:bb:82:69:80', 'user_id': '99a6b304fd1b46539c89c7bbb4b64d26', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD7cglCQxdhhz1b8AskMPl/oE02PBu5xDNWUBaZUPOUnzAOA5ftu7ob\nz0oZHbmyQECgBwYFK4EEACKhZANiAATKsIOzel3+bRfzy3bta2PpIc2YNf4MGUR6\nOXtik1AYgvWo6C5pyjGh6F4XCNQNRqlfjnnnAVkru7jNMQI3ukLCb4Ks+Y+aRCfN\n45q4RbMIlmirOpL4wSkWm9Rhz5flQvo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0c1b7511-5dc7-4c5a-b04c-b3271a6ec360', 'name': 'tempest-securitygroup--1125428785', 'stateful': True, 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'description': 'tempest-description--630489367', 'shared': False, 'security_group_rules': [{'id': '199f1704-ae4f-4ca7-8027-00bc04921b2f', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'security_group_id': '0c1b7511-5dc7-4c5a-b04c-b3271a6ec360', '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': 603, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:40:54Z', 'updated_at': '2023-07-24T08:40:54Z', 'revision_number': 0}, {'id': 'ab5d2beb-0303-4761-bffd-1c5eb05e632a', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'security_group_id': '0c1b7511-5dc7-4c5a-b04c-b3271a6ec360', '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': 604, 'des cription': None, 'tags': [], 'created_at': '2023-07-24T08:40:54Z', 'updated_at': '2023-07-24T08:40:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:40:53Z', 'updated_at': '2023-07-24T08:40:54Z', 'revision_number': 1, 'project_id': '9e99a001f2e14cafa1836a97c4008b3e'}, 'floating_ip': {'id': '83d80a57-24e7-42f6-8563-e00101ed25bb', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'floating_ip_address': '172.24.4.252', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e99a001f2e14cafa1836a97c4008b3e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:40:55Z', 'updated_at': '2023-07-24T08:40:55Z', 'revision_number': 0, 'ip': '172.24.4.252'}} 2023-07-24 08:40:56,472 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-24 08:40:56,473 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-58309319", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fec511d8-334a-44f0-a005-181dac5ed7e5"}], "security_groups": [{"name": "tempest-securitygroup--1125428785"}], "key_name": "tempest-keypair-418653275", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 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': '73', 'x-openstack-request-id': 'req-eb8a2186-3a05-487d-a8a7-7b2807ccedf0', 'x-compute-request-id': 'req-eb8a2186-3a05-487d-a8a7-7b2807ccedf0', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:40:56,473 80038 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1629110. The failure could be related to https://launchpad.net/bugs/1629110 tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:40:56,623 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.134s 2023-07-24 08:40:56,624 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-98c07625-3b95-41cf-be31-ce7f54a4b7f6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "99a6b304fd1b46539c89c7bbb4b64d26", "name": "tempest-VolumesAdminNegativeTest-1849309393-project-member", "password_expires_at": null}, "audit_ids": ["q4V3SlNZR-Kcc_ZmkodiTA"], "expires_at": "2023-07-24T09:40:56.000000Z", "issued_at": "2023-07-24T08:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e99a001f2e14cafa1836a97c4008b3e", "name": "tempest-VolumesAdminNegativeTest-1849309393"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e99a001f2e14cafa1836a97c4008b3e", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:40:56,625 80038 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'fec511d8-334a-44f0-a005-181dac5ed7e5', 'name': 'tempest-VolumesAdminNegativeTest-1827389663-network', 'tenant_id': '9e99a001f2e14cafa1836a97c4008b3e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e99a001f2e14cafa1 836a97c4008b3e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36882, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:30Z', 'updated_at': '2023-07-24T08:40:30Z', 'revision_number': 1} available for tenant 2023-07-24 08:40:56,655 80038 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:40:56,655 80038 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-395783711", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fec511d8-334a-44f0-a005-181dac5ed7e5"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:40:56 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': '73', 'x-openstack-request-id': 'req-f108af70-6a52-465e-a783-1befa2c37cf3', 'x-compute-request-id': 'req-f108af70-6a52-465e-a783-1befa2c37cf3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) ------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 9c8aca15-6196-4857-9fd6-9dc06acb3305 failed to delete and is in error_deleting status, ) tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:04,300 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots 0.197s 2023-07-24 08:41:04,300 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a488e896-68bf-4c84-894d-9bb08182a333', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a488e896-68bf-4c84-894d-9bb08182a333', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.232204", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 08:41:04,341 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.037s 2023-07-24 08:41:04,341 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1800ee-eb6d-4651-a95f-6c5789df0bf4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1800ee-eb6d-4651-a95f-6c5789df0bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:05,374 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.025s 2023-07-24 08:41:05,374 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abc04c03-84a4-4a6d-8b25-267628604c2d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abc04c03-84a4-4a6d-8b25-267628604c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot -470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:06,417 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.036s 2023-07-24 08:41:06,418 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9438b0b5-236e-4045-afa3-c9fe94b91a2f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9438b0b5-236e-4045-afa3-c9fe94b91a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:07,462 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.038s 2023-07-24 08:41:07,463 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2808da86-4874-4b56-b3bd-cf930dbafaca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2808da86-4874-4b56-b3bd-cf930dbafaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:08,495 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.025s 2023-07-24 08:41:08,495 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09cc92b7-442b-450d-8d5c-68fa6da147bd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09cc92b7-442b-450d-8d5c-68fa6da147bd', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:41:09,542 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.042s 2023-07-24 08:41:09,543 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bf23112-0106-4155-b3de-d44cb11424df', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bf23112-0106-4155-b3de-d44cb11424df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:09.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:09,547 80053 INFO [tempest.common.waiters] snapshot 13db0b08-6a4a-4795-b8cf-7e1ae61d1186 reached available after waiting for 5.547415 seconds 2023-07-24 08:41:09,548 80053 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:41:09,548 80053 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:41:09,638 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.086s 2023-07-24 08:41:09,639 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1151519697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIZauiK7P35jMMHTSOLegRp8amfOlvfB4NWe1z0k2w+SscHFNXuX5XuxMqE4BM8kdtnZOfuY4NeyTpS6pT1vmbiUqjqtiyLtqxGFDbiMK4GCJaqYURk0I70U26qipfAFKg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba4f4df-4470-4945-b9a2-9783538a7f0d', 'x-compute-request-id': 'req-3ba4f4df-4470-4945-b9a2-9783538a7f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1151519697", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIZauiK7P35jMMHTSOLegRp8amfOlvfB4NWe1z0k2w+SscHFNXuX5XuxMqE4BM8kdtnZOfuY4NeyTpS6pT1vmbiUqjqtiyLtqxGFDbiMK4GCJaqYURk0 I70U26qipfAFKg==", "fingerprint": "de:d6:f6:e4:65:7f:db:89:b8:1f:1d:ba:19:52:b1:5c", "user_id": "d7f33e5c75d14f679e626b888651f909"}}' 2023-07-24 08:41:09,643 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1151519697 created 2023-07-24 08:41:10,253 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.609s 2023-07-24 08:41:10,254 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1486957408", "description": "tempest-description--1890896064"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c916767a-4b9a-49e6-8a7f-589cfc59318e', 'date': 'Mon, 24 Jul 2023 08:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "990865fe-eded-49dd-a4d7-38d731130ba4", "name": "tempest-securitygroup--1486957408", "stateful": true, "tenant_id": "9791a54a5c6049f5b206079473911d1c", "description": "tempest-description--1890896064", "shared": false, "security_group_rules": [{"id": "3b4b5bbe-a4c6-4cb9-8acd-823a7f65afe8", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "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": 645, "description": null, "tags": [], "created_at": "2023-07-24T08:41:09Z", "updated_at": "2023-07-24T08:41:09Z", "revision_number": 0}, {"id": "d45a1d8f-9686-47c8-be37-93ff6349e666", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "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": 646, "description": null, "tags": [], "created_at": "2023-07-24T08:41:09Z", "updated_at": "2023-07-24T08:41:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:41:09Z", "updated_at": "2023-07-24T08:41:09Z", "revision_number": 1, "project_id": "9791a54a5c6049f5b206079473911d1c"}}' 2023-07-24 08:41:10,578 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.323s 2023-07-24 08:41:10,579 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-b6bcb156-74e0-4371-873c-846c2d435c67', 'date': 'Mon, 24 Jul 2023 08:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e413d6b0-7d0c-41f7-b69f-ea3612c1ca5a", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:41:10Z", "updated_at": "2023-07-24T08:41:10Z", "revision_number": 0}}' 2023-07-24 08:41:10,861 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.281s 2023-07-24 08:41:10,862 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3400e89e-e3b2-4f0b-80f4-575eab4f5c31', 'date': 'Mon, 24 Jul 2023 08:41:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "24095211-cbf7-425c-ba54-f3adc04aef96", "project_id": "9791a54a5c6049f5b206079473911d1c", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "security_group_id": "990865fe-eded-49dd-a4d7-38d731130ba4", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:41:10Z", "updated_at": "2023-07-24T08:41:10Z", "revision_number": 0}}' 2023-07-24 08:41:10,862 80053 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1486957408 created 2023-07-24 08:41:12,115 80053 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.252s 2023-07-24 08:41:12,116 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c1b31fce-64e4-4c5b-8af2-9c2c43183074', 'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d0cb3a80-3522-4a41-ae82-4e136480a722", "tenant_id": "9791a54a5c6049f5b206079473911d1c", "floating_ip_address": "172.24.4.150", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9791a54a5c6049f5b206079473911d1c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:41:11Z", "updated_at": "2023-07-24T08:41:11Z", "revision_number": 0}}' 2023-07-24 08:41:12,116 80053 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd0cb3a80-3522-4a41-ae82-4e136480a722', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.150', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:41:11Z', 'updated_at': '2023-07-24T08:41:11Z', 'revision_number': 0, 'ip': '172.24.4.150'} created 2023-07-24 08:41:12,238 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-24 08:41:12,239 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Bo dy: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d5a9a130-a4e8-469c-905c-5a150f7c5724', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d7f33e5c75d14f679e626b888651f909", "name": "tempest-VolumesSnapshotTestJSON-142862748-project-member", "password_expires_at": null}, "audit_ids": ["X-20MV20QryXE6B5XZKZOw"], "expires_at": "2023-07-24T09:41:12.000000Z", "issued_at": "2023-07-24T08:41:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9791a54a5c6049f5b206079473911d1c", "name": "tempest-VolumesSnapshotTestJSON-142862748"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:12,239 80053 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5', 'name': 'tempest-VolumesSnapshotTestJSON-653696732-network', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9791a54a5c6049f5b206079473911d1c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15006, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:40:15Z', 'updated_at': '2023-07-24T08:40:16 Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:12,240 80053 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1151519697', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIZauiK7P35jMMHTSOLegRp8amfOlvfB4NWe1z0k2w+SscHFNXuX5XuxMqE4BM8kdtnZOfuY4NeyTpS6pT1vmbiUqjqtiyLtqxGFDbiMK4GCJaqYURk0I70U26qipfAFKg==', 'fingerprint': 'de:d6:f6:e4:65:7f:db:89:b8:1f:1d:ba:19:52:b1:5c', 'user_id': 'd7f33e5c75d14f679e626b888651f909', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAnaem9XOXrgr2J7yvd4tsYoUhRQ+XdFh/Xn8ciXLH51lo+A/2WYyu3\nXJggi02Q2sSgBwYFK4EEACKhZANiAASGWroiuz9+YzDB00ji3oEafGpnzpb3weDV\nntc9JNsPkrHBxTV7l+V7sTKhOATPJHbZ2Tn7mODXsk6UuqU9b5m4lKo6rYsi7asR\nhQ24jCuBgiWqmFEZNCO9FNuqoqXwBSo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '990865fe-eded-49dd-a4d7-38d731130ba4', 'name': 'tempest-securitygroup--1486957408', 'stateful': True, 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'description': 'tempest-description--1890896064', 'shared': False, 'security_group_rules': [{'id': '3b4b5bbe-a4c6-4cb9-8acd-823a7f65afe8', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': '990865fe-eded-49dd-a4d7-38d731130ba4', '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': 645, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:41:09Z', 'updated_at': '2023-07-24T08:41:09Z', 'revision_number': 0}, {'id': 'd45a1d8f-9686-47c8-be37-93ff6349e666', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'security_group_id': '990865fe-eded-49dd-a4d7-38d731130ba4', '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': 646, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:41:09Z', 'updated_at': '2023-07-24T08:41:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:41:09Z', 'updated_at': '2023-07-24T08:41:09Z', 'revision_number': 1, 'project_id': '9791a54a5c6049f5b206079473911d1c'}, 'floating_ip': {'id': 'd0cb3a80-3522-4a41-ae82-4e136480a722', 'tenant_id': '9791a54a5c6049f5b206079473911d1c', 'floating_ip_address': '172.24.4.150', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9791a54a5c6049f5b206079473911d1c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:41:11Z', 'updated_at': '2023-07-24T08:41:11Z', 'revision_number': 0, 'ip': '172.24.4.150'}} 2023-07-24 08:41:12,269 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:41:12,269 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1694451603", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "dc4cf294-c0a3-4e3f-aa50-421bfd4ee1f5"}], "security_groups": [{"name": "tempest-securitygroup--1486957408"}], "key_name": "tempest-keypair-1151519697", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:12 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': '73', 'x-openstack-request-id': 'req-54ec63f9-1d7c-4fe1-9edb-591c29e7acb8', 'x-compute-request-id': 'req-54ec63f9-1d7c-4fe1-9edb-591c29e7acb8', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:41:12,314 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1151519697 0.043s 2023-07-24 08:41:12,315 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:12 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-3663ae88-29b6-4c2d-ae6d-b5dc184c44e6', 'x-compute-request-id': 'req-3663ae88-29b6-4c2d-ae6d-b5dc184c44e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1151519697'} Body: b'' 2023-07-24 08:41:12,529 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4 0.214s 2023-07-24 08:41:12,530 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c1f16630-c4bd-4ede-afdf-21ef50f4452b', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4'} Body: b'' 2023-07-24 08:41:12,551 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4 0.020s 2023-07-24 08:41:12,551 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8c2ea98e-4570-4e68-9d19-7b770d10d23f', 'date': 'Mon, 24 Jul 2023 08:41:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/990865fe-eded-49dd-a4d7-38d731130ba4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 990865fe-eded-49dd-a4d7-38d731130ba4 does not exist", "detail": ""}}' 2023-07-24 08:41:13,087 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d0cb3a80-3522-4a41-ae82-4e136480a722 0.535s 2023-07-24 08:41:13,087 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8696cc3a-af83-4a5f-bc57-d07ad55db297', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:41:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d0cb3a80-3522-4a41-ae82-4e136480a722'} Body: b'' 2023-07-24 08:41:13,192 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9791a54a5c6049f 5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.104s 2023-07-24 08:41:13,192 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45b2b93-c41a-4b1b-b12e-563f3550c797', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'' 2023-07-24 08:41:13,227 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.034s 2023-07-24 08:41:13,227 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4ebc80d-005e-41b6-9177-d223ce2f6336', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4ebc80d-005e-41b6-9177-d223ce2f6336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:14,280 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.046s 2023-07-24 08:41:14,281 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f9da70-6011-45f2-bef4-d19b29399e11', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f9da70-6011-45f2-bef4-d19b29399e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:15,344 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.055s 2023-07-24 08:41:15,344 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-754d5866-e65c-47e9-8197-1c3563e5168d', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-754d5866-e65c-47e9-8197-1c3563e5168d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:16,385 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.034s 2023-07-24 08:41:16,385 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de61145-0539-45c7-8a83-2793d68de6ec', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de61145-0539-45c7-8a83-2793d68de6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:17,416 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.026s 2023-07-24 08:41:17,416 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74055176-1926-4573-b3e8-b38f9152352b', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74055176-1926-4573-b3e8-b38f9152352b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"snapshot": {"id": "13db0b08-6a4a-4795-b8cf-7e1ae61d1186", "created_at": "2023-07-24T08:41:04.000000", "updated_at": "2023-07-24T08:41:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-470222728", "description": null, "volume_id": "aa19a332-07b4-4d97-8624-6a03dbb09853", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9791a54a5c6049f5b206079473911d1c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:41:18 ,450 80053 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186 0.026s 2023-07-24 08:41:18,450 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8a96f8-80a5-43ce-9c4a-23c38b9bb256', 'x-openstack-request-id': 'req-8f8a96f8-80a5-43ce-9c4a-23c38b9bb256', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9791a54a5c6049f5b206079473911d1c/snapshots/13db0b08-6a4a-4795-b8cf-7e1ae61d1186'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 13db0b08-6a4a-4795-b8cf-7e1ae61d1186 could not be found."}}' tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:25,413 80040 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.113s 2023-07-24 08:41:25,413 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6dadbf2a-9d74-4525-ac20-abfcd91bfcfa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1563c5cf6d7a4ca299173105e2c510a1", "name": "tempest-VolumesNegativeTest-400259846-project-member", "password_expires_at": null}, "audit_ids": ["po3oAJVGTYWJ1PDzgWb42Q"], "expires_at": "2023-07-24T09:41:25.000000Z", "issued_at": "2023-07-24T08:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "71611853cdb94f778877a016e5cce3da", "name": "tempest-VolumesNegativeTest-400259846"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/71611853cdb94f778877a016e5cce3da", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/71611853cdb94f778877a016e5cce3da", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/71611853cdb94f778877a016e5cce3da", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:25,414 80040 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-24 08:41:25,438 80040 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:41:25,438 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Con tent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-1729800949", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 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': '73', 'x-openstack-request-id': 'req-2b14709f-31e5-4377-9487-fac7eda56f6e', 'x-compute-request-id': 'req-2b14709f-31e5-4377-9487-fac7eda56f6e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:25,982 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.043s 2023-07-24 08:41:25,983 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e6279a58-0ec1-454e-b58f-47026736d69a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b83cd6b61fac410f9c08c8bd65cb1fde", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340-project-member", "password_expires_at": null}, "audit_ids": ["4Tdf3y4QRZyCiaPcr9gYyw"], "expires_at": "2023-07-24T09:41:25.000000Z", "issued_at": "2023-07-24T08:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "000355bb8e47480fa9bd0279eada9f51", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:25,984 80044 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '3f7339e6-5223-4817-9981-e4bd546856ed', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-323573852-network', 'tenant_id': '000355bb8e47480fa9bd0279eada9f51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '000355bb8e47480fa9bd0279eada9f51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51257, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:13Z', 'updated_at': '2023-07-24T08:41:13Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:26,193 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.208s 2023-07-24 08:41:26,194 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-175016824", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "3f7339e6-5223-4817-9981-e4bd546856ed"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-f8ea0f23-bf9e-44aa-943e-ce75a94e61cd', 'x-compute-request-id': 'req-f8ea0f23-bf9e-44aa-943e-ce75a94e61cd', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:26,303 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-07-24 08:41:26,304 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e9746b6d-dc89-4e81-82d3-7704676111f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b83cd6b61fac410f9c08c8bd65cb1fde", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340-project-member", "password_expires_at": null}, "audit_ids": ["ex95YMk9TbGbIp87TkMFmQ"], "expires_at": "2023-07-24T09:41:26.000000Z", "issued_at": "2023-07-24T08:41:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "000355bb8e47480fa9bd0279eada9f51", "name": "tempest-ServerBootFromVolumeStableRescueTest-1418145340"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/000355bb8e47480fa9bd0279eada9f51", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:26,304 80044 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '3f7339e6-5223-4817-9981-e4bd546856ed', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-323573852-network', 'tenant_id': '000355bb8e47480fa9bd0279eada9f51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '000355bb8e47480fa9bd0279eada9f51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51257, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:13Z', 'updated_at': '2023-07-24T08:41:13Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:26,328 80044 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:41:26,328 80044 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1932446676", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "3f7339e6-5223-4817-9981-e4bd546856ed"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-2a43c9b2-2e53-4221-a316-37c867c1db55', 'x-compute-request-id': 'req-2a43c9b2-2e53-4221-a316-37c867c1db55', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 834, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 163, in test_old_versions_reject server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:41:59,939 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.115s 2023-07-24 08:41:59,940 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2851', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0bb7e4e3-3ba8-4211-b86f-c592ec47866e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "747e7babe02a48b88e97c4099b925c93", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-176152087-project-member", "password_expires_at": null}, "audit_ids": ["2N3wGhC9TP2msNrg2r8DVQ"], "expires_at": "2023-07-24T09:41:59.000000Z", "issued_at": "2023-07-24T08:41:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "764fd4a1dab64a64afc28c52ddd2b04d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-176152087"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/764fd4a1dab64a64afc28c52ddd2b04d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/764fd4a1dab64a64afc28c52ddd2b04d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/764fd4a1dab64a64afc28c52ddd2b04d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:41:59,940 80034 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '8ea94764-fb39-4350-8242-2e65cd7f5eab', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-2108154914-network', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '764fd4a1 dab64a64afc28c52ddd2b04d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24282, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:35Z', 'updated_at': '2023-07-24T08:41:35Z', 'revision_number': 1} available for tenant 2023-07-24 08:41:59,942 80034 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:41:59,942 80034 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:42:00,230 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.283s 2023-07-24 08:42:00,230 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-848538052", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPZkj46e4KC/bk+53g7rnYg1E0oaav85aTlp5bGE0AK3DapR1HjGraFSU1+OLy9XmN7N6kdqeXQgcMyrejMKlGHpVoqiSfPgnoH3ZmTUyl26kZQzkPXFm4Bl3vS54FLzw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:41:59 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-f9df84ce-1b13-4607-b1cc-265cd2f38db4', 'x-compute-request-id': 'req-f9df84ce-1b13-4607-b1cc-265cd2f38db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-848538052", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPZkj46e4KC/bk+53g7rnYg1E0oaav85aTlp5bGE0AK3DapR1HjGraFSU1+OLy9XmN7N6kdqeXQgcMyrejMKlGHpVoqiSfPgnoH3ZmTUyl26kZQzkPXFm4Bl3vS54FLzw==", "fingerprint": "21:43:c0:67:40:c4:f0:8d:b8:ac:6b:24:e1:31:11:4f", "user_id": "747e7babe02a48b88e97c4099b925c93"}}' 2023-07-24 08:42:00,233 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-848538052 created 2023-07-24 08:42:00,434 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.201s 2023-07-24 08:42:00,435 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1954559393", "description": "tempest-description--240190477"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-6993f389-e229-47c2-82f0-0b1724dfa8a9', 'date': 'Mon, 24 Jul 2023 08:42:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "name": "tempest-securitygroup--1954559393", "stateful": true, "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "description": "tempest-description--240190477", "shared": false, "security_group_rules": [{"id": "aa4d0ffb-1a96-496c-8a82-72803ba3e74f", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "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" : 867, "description": null, "tags": [], "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}, {"id": "b4bebcd1-7a24-4c4c-802f-f6b4b52df5eb", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "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": 868, "description": null, "tags": [], "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 1, "project_id": "764fd4a1dab64a64afc28c52ddd2b04d"}}' 2023-07-24 08:42:00,643 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-07-24 08:42:00,643 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7a6557d5-273d-4966-9941-d6f9f8daaafe', 'date': 'Mon, 24 Jul 2023 08:42:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d69757b6-d6e6-4049-9d96-c2a2ef847e58", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}}' 2023-07-24 08:42:00,848 80034 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-07-24 08:42:00,848 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-56120a4e-44ef-4774-bdad-291a04a60401', 'date': 'Mon, 24 Jul 2023 08:42:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a508c76-559e-4a0e-a360-48911c5e8aa1", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "security_group_id": "dc30aa0e-af71-4196-b604-d252abaaf52c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:00Z", "updated_at": "2023-07-24T08:42:00Z", "revision_number": 0}}' 2023-07-24 08:42:00,849 80034 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1954559393 created 2023-07-24 08:42:04,547 80034 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.698s 2023-07-24 08:42:04,548 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-cdbb4275-05a9-4f45-bbfa-f6103e2e95dd', 'date': 'Mon, 24 Jul 2023 08:42:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e13fde31-996b-4e27-a70f-a816196d3ddd", "tenant_id": "764fd4a1dab64a64afc28c52ddd2b04d", "floating_ip_address": "172.24.4.122", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "764fd4a1dab64a64afc28c52ddd2b04d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:42:02Z", "updated_at": "2023-07-24T08:42:02Z", "revision_number": 0}}' 2023-07-24 08:42:04,548 80034 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e13fde31-996b-4e27-a70f-a816196d3ddd', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:02Z', 'updated_at': '2023-07-24T08:42:02Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-07-24 08:42:04,549 80034 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-848538052', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPZkj46e4KC/bk+53g7rnYg1E0oaav85aTlp5bGE0AK3DapR1HjGraFSU1+OLy9XmN7N6kdqeXQgcMyrejMKlGHpVoqiSfPgnoH3ZmTUyl26kZQzkPXFm4Bl3vS54FLzw==', 'fingerprint': '21:43:c0:67:40:c4:f0:8d:b8:ac:6b:24:e1:31:11:4f', 'user_id': '747e7babe02a48b88e97c4099b925c93', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAcXAiPFhNt5eRU0kVqOQQBVMZYJLhlCBVbnuHewlgYQaUdbmos1CQP\nsTGbhUDhhi+gBwYFK4EEACKhZANiAART2ZI+OnuCgv25Pud4O652INRNKGmr/OWk\n5aeWxhNACtw2qUdR4xq2hUlNfji8vV5jezepHanl0IHDMq3ozCpRh6VaKoknz4J6\nB92Zk1MpdupGUM5D1xZuAZd70ueBS88=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dc30aa0e-af71-4196-b604-d252abaaf52c', 'name': 'tempest-securitygroup--1954559393', 'stateful': True, 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'description': 'tempest-description--240190477', 'shared': False, 'security_group_rules': [{'id': 'aa4d0ffb-1a96-496c-8a82-72803ba3e74f', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'security_group_id': 'dc30aa0e-af71-4196-b604-d252abaaf52c', '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': 867, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:00Z', 'updated_at': '2023-07-24T08:42:00Z', 'revision_number': 0}, {'id': 'b4bebcd1-7a24-4c4c-802f-f6b4b52df5eb', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'security_group_id': 'dc30aa0e-af71-4196-b604-d252abaaf52c', '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': 868, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:00Z', 'updated_at': '2023-07-24T08:42:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:42:00Z', 'updated_at': '2023-07-24T08:42:00Z', 'revision_number': 1, 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d'}, 'floating_ip': {'id': 'e13fde31-996b-4e27-a70f-a816196d3ddd', 'tenant_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '764fd4a1dab64a64afc28c52ddd2b04d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:02Z', 'updated_at': '2023-07-24T08:42:02Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-07-24 08:42:04,579 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-24 08:42:04,579 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1421722869", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "8ea94764-fb39-4350-8242-2e65cd7f5eab"}], "security_groups": [{"name": "tempest-securitygroup--1954559393"}], "key_name": "tempest-keypair-848538052", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:04 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': '73', 'x-openstack-request-id': 'req-db446551-1270-4aab-8a22-0b3cd23e91f9', 'x-compute-request-id': 'req-db446551-1270-4aab-8a22-0b3cd23e91f9', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:04,627 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-848538052 0.044s 2023-07-24 08:42:04,627 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:04 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-dda7a70b-88e8-4f10-a735-bd59fa3e5aee', 'x-compute-request-id': 'req-dda7a70b-88e8-4f10-a735-bd59fa3e5aee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-848538052'} Body: b'' 2023-07-24 08:42:05,080 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c 0.452s 2023-07-24 08:42:05,080 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5ba0d0a6-14c0-4fd2-b80f-94cf92eaa1ea', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c'} Body : b'' 2023-07-24 08:42:05,152 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c 0.071s 2023-07-24 08:42:05,153 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6647ec85-869a-492c-8468-825544b0e2af', 'date': 'Mon, 24 Jul 2023 08:42:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc30aa0e-af71-4196-b604-d252abaaf52c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dc30aa0e-af71-4196-b604-d252abaaf52c does not exist", "detail": ""}}' 2023-07-24 08:42:06,926 80034 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/e13fde31-996b-4e27-a70f-a816196d3ddd 1.773s 2023-07-24 08:42:06,927 80034 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-22ce09c8-8340-4c8f-a789-602f856c3f93', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/e13fde31-996b-4e27-a70f-a816196d3ddd'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 56, in test_snapshot_data_integrity server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:08,914 80032 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:42:08,914 80032 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:42:09,221 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.303s 2023-07-24 08:42:09,221 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-959797645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0XXDclQDLsqOdklZ9wbmL1j8uPg0vNptigw/WOQLx/Hxi+whK/vPmTB1geqjYrntqRqP4+ZnZYPWQ2EX7RwiYqHQyy0tOv2YvQ72RYknaEfC1n5wTWkSkYslLzWulR/Q=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:08 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-95b350aa-76b4-4074-9ac8-cd10f5142095', 'x-compute-request-id': 'req-95b350aa-76b4-4074-9ac8-cd10f5142095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-959797645", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0XXDclQDLsqOdklZ9wbmL1j8uPg0vNptigw/WOQLx/Hxi+whK/vPmTB1geqjYrntqRqP4+ZnZYPWQ2EX7RwiYqHQyy0tOv2YvQ72RYknaEfC1n5wTWkSkYslLzWulR/Q==", "fingerprint": "bd:03:fb:74:fc:b9:9b:af:d0:14:59:c0:3f:23:9c:50", "user_id": "e529a64cc3f3465faaf36e33da3588c1"}}' 2023-07-24 08:42:09,226 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-959797645 created 2023-07-24 08:42:09,863 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.636s 2023-07-24 08:42:09,863 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1960748993", "description": "tempest-description--2081631950"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-eb7a74fc-d2ad-4556-bbd7-8aeb01295d17', 'date': 'Mon, 24 Jul 2023 08:42:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "name": "tempest-securitygroup--1960748993", "stateful": true, "tenant_id": "1541f77129ad445591fba4fa83a47911", "description": "tempest-description--2081631950", "shared": false, "security_group_rules": [{"id": "0c324a84-3997-4ec1-924c-a9418bab5466", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "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": 902, "description": null, "tags": [], "created_at": "2023-07-24T08:42:09Z", "updated_at": "2023-07-24T08:42:09Z", "revision_number": 0}, {"id": "11b918a4-66d3-4338-92df-12055fa36c3f", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 903, "description": null, "tags": [], "created_at": "2023-07-24T08:42:09Z", "updated_at": "2023-07-24T08:42:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:09Z", "updated_at": "2023-07-24T08:42:09Z", "revision_number": 1, "project_id": "1541f77129ad445591fba4fa83a47911"}}' 2023-07-24 08:42:10,356 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.491s 2023-07-24 08:42:10,356 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4d84ce14-365a-4913-91af-c0e7f1c88daf', 'date': 'Mon, 24 Jul 2023 08:42:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0a3f1a53-678a-48f6-ab2d-37bc3862badb", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:10Z", "updated_at": "2023-07-24T08:42:10Z", "revision_number": 0}}' 2023-07-24 08:42:10,944 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.587s 2023-07-24 08:42:10,944 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-27a43a65-b2f2-4056-a035-40b173c1f978', 'date': 'Mon, 24 Jul 2023 08:42:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "162f9a10-638e-4527-a3c7-0e9c197a00cb", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:10Z", "updated_at": "2023-07-24T08:42:10Z", "revision_number": 0}}' 2023-07-24 08:42:10,944 80032 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1960748993 created 2023-07-24 08:42:12,628 80032 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.683s 2023-07-24 08:42:12,629 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-b9a6acb2-3957-474f-a924-6f549b69f5b3', 'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5e735b38-b9e5-4326-aca4-075ad3dae1f9", "tenant_id": "1541f77129ad445591fba4fa83a47911", "floating_ip_address": "172.24.4.138", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1541f77129ad445591fba4fa83a47911", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 0}}' 2023-07-24 08:42:12,629 80032 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5e735b38-b9e5-4326-aca4-075ad3dae1f9', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'floating_ip_address': '172.24.4.138', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1541f77129ad445591fba4fa83a47911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:12Z', 'updated_at': '2023-07-24T08:42:12Z', 'revision_number': 0, 'ip': '172.24.4.138'} created 2023-07-24 08:42:12,927 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.297s 2023-07-24 08:42:12,927 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-848052258", "description": "tempest-secgroup-smoke-848052258 description", "project_id": "1541f77129ad445591fba4fa83a47911"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-b908c6c9-21f3-46ca-a11b-9b1acafd73f6', 'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "name": "tempest-secgroup-smoke-848052258", "stateful": true, "tenant_id": "1541f77129ad445591fba4fa83a47911", "description": "tempest-secgroup-smoke-848052258 description", "shared": false, "security_group_rules": [{"id": "3a8e18c0-4747-48d9-bb1d-2c608a1804ce", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "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": 928, "description": null, "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 0}, {"id": "c537d1ef-a642-4044-8bd7-c326442b73a1", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "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": 929, "description": null, "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:12Z", "updated_at": "2023-07-24T08:42:12Z", "revision_number": 1, "project_id": "1541f77129ad445591fba4fa83a47911"}}' 2023-07-24 08:42:13,120 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2. 0/security-group-rules 0.192s 2023-07-24 08:42:13,120 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-01cc531d-67b5-4258-81b9-3924bdaea431', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b10cd121-8f99-4291-9589-6d3421ad368c", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:13,325 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-07-24 08:42:13,326 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-2184b826-9251-46f7-b53d-2ebaf5630c47', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f2d5f32f-5ad8-4f76-b8d2-334aab51659f", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:13,532 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-24 08:42:13,533 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1fc4f88b-428b-4b4c-be68-fc0264aca11b', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7136833f-09db-4421-852d-d44ce798db1e", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_mi n": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:13,991 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.457s 2023-07-24 08:42:13,991 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-f8aeac5a-0aaa-45d4-a2cd-40b8a8e3db28', 'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9f9c6bbb-09c9-44de-80bd-3fe26d34b667", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:13Z", "updated_at": "2023-07-24T08:42:13Z", "revision_number": 0}}' 2023-07-24 08:42:14,436 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.445s 2023-07-24 08:42:14,437 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0d5ff663-0791-44d6-b32f-c0af2530582d', 'date': 'Mon, 24 Jul 2023 08:42:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e5f52290-5edb-4636-a12d-d36b4203b167", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:14Z", "updated_at": "2023-07-24T08:42:14Z", "revision_number": 0}}' 2023-07-24 08:42:15,096 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.658s 2023-07-24 08:42:15,096 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "project_id": "1541f77129ad445591fba4fa83a47911", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d3a6c220-a03a-490d-b3a3-98999d8e95f3', 'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "563cac74-e6ec-4816-80de-d56c34f383d4", "project_id": "1541f77129ad445591fba4fa83a47911", "tenant_id": "1541f77129ad445591fba4fa83a47911", "security_group_id": "33bb52ee-7366-4e5b-a18d-13c07bbeacae", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:14Z", "updated_at": "2023-07-24T08:42:14Z", "revision_number": 0}}' 2023-07-24 08:42:15,326 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.224s 2023-07-24 08:42:15,326 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-76d73ba1-14c0-4c14-844e-9eb5d5f1a771', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e529a64cc3f3465faaf36e33da3588c1", "name": "tempest-SnapshotDataIntegrityTests-1054531146-project-member", "password_expires_at": null}, "audit_ids": ["9JUH4a2wSpKQQz-x-SBxcw"], "expires_at": "2023-07-24T09:42:15.000000Z", "issued_at": "2023-07-24T08:42:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1541f77129ad445591fba4fa83a47911", "name": "tempest-SnapshotDataIntegrityTests-1054531146"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1541f77129ad445591fba4fa83a47911", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1541f77129ad445591fba4fa83a47911", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url ": "http://10.0.0.210/volume/v3/1541f77129ad445591fba4fa83a47911", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:15,327 80032 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '581e100e-33a8-440d-9675-3bfa60cadd1c', 'name': 'tempest-SnapshotDataIntegrityTests-909942038-network', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1541f77129ad445591fba4fa83a47911', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51015, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:41:43Z', 'updated_at': '2023-07-24T08:41:43Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:15,328 80032 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-959797645', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ0XXDclQDLsqOdklZ9wbmL1j8uPg0vNptigw/WOQLx/Hxi+whK/vPmTB1geqjYrntqRqP4+ZnZYPWQ2EX7RwiYqHQyy0tOv2YvQ72RYknaEfC1n5wTWkSkYslLzWulR/Q==', 'fingerprint': 'bd:03:fb:74:fc:b9:9b:af:d0:14:59:c0:3f:23:9c:50', 'user_id': 'e529a64cc3f3465faaf36e33da3588c1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCbfKDaoY5ba4vopBj7OcZpSN04K+b2CEy+y5yNUFU+6L2ZYnwV+E2j\nALSXWnBheMKgBwYFK4EEACKhZANiAASdF1w3JUAy7KjnZJWfcG5i9Y/Lj4NLzabY\noMP1jkC8fx8YvsISv7z5kwdYHqo2K57akaj+PmZ2WD1kNhF+0cImKh0MstLTr9mL\n0O9kWJJ2hHwtZ+cE1pEpGLJS81rpUf0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b', 'name': 'tempest-securitygroup--1960748993', 'stateful': True, 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'description': 'tempest-description--2081631950', 'shared': False, 'security_group_rules': [{'id': '0c324a84-3997-4ec1-924c-a9418bab5466', 'project_id': '1541f77129ad445591fba4fa83a47911', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'security_group_id': '9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b', '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': 902, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:09Z', 'updated_at': '2023-07-24T08:42:09Z', 'revision_number': 0}, {'id': '11b918a4-66d3-4338-92df-12055fa36c3f', 'project_id': '1541f77129ad445591fba4fa83a47911', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'security_group_id': '9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b', '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': 903, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:42:09Z', 'updated_at': '2023-07-24T08:42:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:42:09Z', 'updated_at': '2023-07-24T08:42:09Z', 'revision_number': 1, 'project_id': '1541f77129ad445591fba4fa83a47911'}, 'floating_ip': {'id': '5e735b38-b9e5-4326-aca4-075ad3dae1f9', 'tenant_id': '1541f77129ad445591fba4fa83a47911', 'floating_ip_address': '172.24.4.138', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1541f77129ad445591fba4fa83a47911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:42:12Z', 'updated_at': '2023-07-24T08:42:12Z', 'revision_number': 0, 'ip': '172.24.4.138'}} 2023-07-24 08:42:15,352 80032 INFO [tempest.lib.common.res t_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:42:15,353 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-582748262", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "key_name": "tempest-keypair-959797645", "security_groups": [{"name": "tempest-secgroup-smoke-848052258"}, {"name": "tempest-securitygroup--1960748993"}], "networks": [{"uuid": "581e100e-33a8-440d-9675-3bfa60cadd1c"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 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': '73', 'x-openstack-request-id': 'req-8eecb13d-0a56-442f-9fd3-ed283d20f601', 'x-compute-request-id': 'req-8eecb13d-0a56-442f-9fd3-ed283d20f601', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:15,766 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/33bb52ee-7366-4e5b-a18d-13c07bbeacae 0.411s 2023-07-24 08:42:15,767 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c2c867f-21de-43ce-bafa-83b8937e6653', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/33bb52ee-7366-4e5b-a18d-13c07bbeacae'} Body: b'' 2023-07-24 08:42:15,814 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-959797645 0.046s 2023-07-24 08:42:15,814 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 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-0acd8823-ddbf-4b28-a1db-a6427090acda', 'x-compute-request-id': 'req-0acd8823-ddbf-4b28-a1db-a6427090acda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-959797645'} Body: b'' 2023-07-24 08:42:16,209 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b 0.394s 2023-07-24 08:42:16,209 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4a4eb1ff-2dfc-48e2-be1a-cc6e24f0dbfd', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b'} Body: b'' 2023-07-24 08:42:16,228 80032 INFO [tempest.lib. common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b 0.018s 2023-07-24 08:42:16,228 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-185e20dc-21bd-4b51-bdee-cd0505bf83a6', 'date': 'Mon, 24 Jul 2023 08:42:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9cda1d4a-5eb7-43ee-8d00-3f9c2cd6438b does not exist", "detail": ""}}' 2023-07-24 08:42:17,263 80032 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5e735b38-b9e5-4326-aca4-075ad3dae1f9 1.034s 2023-07-24 08:42:17,264 80032 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-85014d07-ff49-4873-ac01-6939866c4f46', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:42:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5e735b38-b9e5-4326-aca4-075ad3dae1f9'} Body: b'' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 25c50e20-981d-4b74-9f9f-7a6bee2c811f failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:12,765 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes 0.249s 2023-07-24 08:42:12,766 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1719015335"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c2cbe9a-aa11-497b-8a01-fc593f520a43', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c2cbe9a-aa11-497b-8a01-fc593f520a43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:12.697071", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:42:12,820 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.042s 2023-07-24 08:42:12,820 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b416d551-76fe-4f86-8508-5a990085c1fd', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b416d551-76fe-4f86-8508-5a990085c1fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:14,020 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.083s 2023-07-24 08:42:14,020 80042 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41566596-dd8e-451d-890f-91be480c962b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41566596-dd8e-451d-890f-91be480c962b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:15,074 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.042s 2023-07-24 08:42:15,074 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fced1c11-10c3-44bc-9a61-dce03799bbfd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fced1c11-10c3-44bc-9a61-dce03799bbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:15.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:15,085 80042 INFO [tempest.common.waiters] volume 25c50e20-981d-4b74-9f9f-7a6bee2c811f reached available after waiting for 3.085045 seconds 2023-07-24 08:42:15,362 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots 0.277s 2023-07-24 08:42:15,362 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'app lication/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "name": "tempest-VolumesDeleteCascade-Snapshot-100051383"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b84dee-d6a8-4e98-a70c-d82d06aac586', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b84dee-d6a8-4e98-a70c-d82d06aac586', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.258262", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 08:42:15,394 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.025s 2023-07-24 08:42:15,394 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e439d4-2e3c-462b-934e-6d46759eb41f', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e439d4-2e3c-462b-934e-6d46759eb41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:16,426 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.027s 2023-07-24 08:42:16,427 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae9e765-f8ba-4700-b90a-7918e4d60473', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae9e765-f8ba-4700-b90a-7918e4d60473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:17,500 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cas cade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.069s 2023-07-24 08:42:17,501 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa718ff3-4ab8-4109-9285-08d26e51d6be', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa718ff3-4ab8-4109-9285-08d26e51d6be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:18,539 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.030s 2023-07-24 08:42:18,539 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dae2efd-78c2-4e9a-9c16-0a87c39bab5c', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dae2efd-78c2-4e9a-9c16-0a87c39bab5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:42:19,586 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.040s 2023-07-24 08:42:19,587 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f682ccb3-1dff-4c6b-a294-a3e96e817a4b', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f682ccb3-1dff-4c6b-a294-a3e96e817a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"snapshot": {"id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "created_at": "2023-07-24T08:42:15.000000", "updated_at": "2023-07-24T08:42:19.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-100051383", "description": null, "volume_id": "25c 50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "069e681530004f67b2762b035cb1ef57", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:42:19,593 80042 INFO [tempest.common.waiters] snapshot 1bea4954-3e26-4fb1-b30d-271e7bd14847 reached available after waiting for 4.593543 seconds 2023-07-24 08:42:20,054 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes 0.460s 2023-07-24 08:42:20,054 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-835660658"}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c1b4f6-8965-47a7-9492-5ab3a97b3f9e', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c1b4f6-8965-47a7-9492-5ab3a97b3f9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:19.915537", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:42:20,161 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.089s 2023-07-24 08:42:20,162 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305dacba-c829-440a-922a-713e1fbfb9e1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305dacba-c829-440a-922a-713e1fbfb9e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encryp ted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:21,255 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.073s 2023-07-24 08:42:21,255 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5981c4-0ee8-4322-8cb1-a167e72f922a', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5981c4-0ee8-4322-8cb1-a167e72f922a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:22,345 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.065s 2023-07-24 08:42:22,346 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fabbe8f-25c9-460e-ae5b-74f9a7382b17', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fabbe8f-25c9-460e-ae5b-74f9a7382b17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06 9e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:23,452 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.087s 2023-07-24 08:42:23,453 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4141f208-4623-4323-bdf1-4279ea75789c', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4141f208-4623-4323-bdf1-4279ea75789c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:24,517 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.044s 2023-07-24 08:42:24,517 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e86f6126-3c16-4571-b39c-4d24eab19f0f', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e86f6126-3c16-4571-b39c-4d24eab19f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:25,593 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volu me_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.061s 2023-07-24 08:42:25,593 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea7bf77-9107-4ba6-bdff-8ee04ac3ddfd', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea7bf77-9107-4ba6-bdff-8ee04ac3ddfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:25,617 80042 INFO [tempest.common.waiters] volume 852fa876-dead-4711-b55f-a59b6732ad61 reached available after waiting for 5.617193 seconds 2023-07-24 08:42:25,670 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.052s 2023-07-24 08:42:25,670 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376cdce0-dcbd-4605-bd6c-d2a55f4c16e6', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376cdce0-dcbd-4605-bd6c-d2a55f4c16e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:25,788 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDelete Cascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f?cascade=True 0.105s 2023-07-24 08:42:25,788 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf5c8fa5-7a4d-4548-aa76-0bed511a2ad5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f?cascade=True'} Body: b'' 2023-07-24 08:42:25,846 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.057s 2023-07-24 08:42:25,846 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381b9297-7f21-43dd-88a6-25ee00cded8e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381b9297-7f21-43dd-88a6-25ee00cded8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:26.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:26,973 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.116s 2023-07-24 08:42:26,974 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca6d10d-e762-4986-aac0-bc7049e220c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca6d10d-e762-4986-aac0-bc7049e220c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:26.000000", "name": "te mpest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:28,046 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.050s 2023-07-24 08:42:28,046 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26f823eb-8c66-4613-8a94-d39bfc01c7b2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26f823eb-8c66-4613-8a94-d39bfc01c7b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:28,131 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.073s 2023-07-24 08:42:28,132 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-214675ec-b8ca-48ad-bd07-cc102c0b52e6', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-214675ec-b8ca-48ad-bd07-cc102c0b52e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:25.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http:// 10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:28,250 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.108s 2023-07-24 08:42:28,251 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3226aa5-7fa5-420c-a356-7ee651495847', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'' 2023-07-24 08:42:28,330 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.079s 2023-07-24 08:42:28,331 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a598235b-e354-4780-9335-16c5f81c456d', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a598235b-e354-4780-9335-16c5f81c456d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:29,404 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.051s 2023-07-24 08:42:29,405 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af037cd9-5ad3-47ad-aa55-2a9feb5631b8', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af037cd9-5ad3-47ad-aa55-2a9feb5631b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:30,470 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.053s 2023-07-24 08:42:30,470 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989cc0e5-8cb0-4d0a-8bf3-5d66c7e72945', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989cc0e5-8cb0-4d0a-8bf3-5d66c7e72945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:31,557 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.071s 2023-07-24 08:42:31,557 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286f44ab-24f2-4986-857c-74e42f0a938f', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286f44ab-24f2-4986-857c-74e42f0a938f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0 69e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"volume": {"id": "852fa876-dead-4711-b55f-a59b6732ad61", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:20.000000", "updated_at": "2023-07-24T08:42:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-835660658", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1bea4954-3e26-4fb1-b30d-271e7bd14847", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:32,594 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61 0.021s 2023-07-24 08:42:32,595 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b837598-3c79-474b-bfab-44cb7243e730', 'x-openstack-request-id': 'req-7b837598-3c79-474b-bfab-44cb7243e730', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/852fa876-dead-4711-b55f-a59b6732ad61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 852fa876-dead-4711-b55f-a59b6732ad61 could not be found."}}' 2023-07-24 08:42:32,649 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847 0.053s 2023-07-24 08:42:32,649 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '137', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e8ac14-48ec-4ffb-9ed3-e748398cd36c', 'x-openstack-request-id': 'req-e6e8ac14-48ec-4ffb-9ed3-e748398cd36c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/snapshots/1bea4954-3e26-4fb1-b30d-271e7bd14847'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-24 08:42:32,693 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.042s 2023-07-24 08:42:32,693 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33ff7693-3ca6-43af-b5a5-1298418c4a75', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33ff7693-3ca6- 43af-b5a5-1298418c4a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"volume": {"id": "25c50e20-981d-4b74-9f9f-7a6bee2c811f", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:13.000000", "updated_at": "2023-07-24T08:42:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-1719015335", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f"}], "user_id": "e54fa05a4d804097a05b93ce795d4024", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "069e681530004f67b2762b035cb1ef57"}}' 2023-07-24 08:42:32,742 80042 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f 0.037s 2023-07-24 08:42:32,742 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a7b4f0-3de4-461a-be17-fbebe6dbe0db', 'x-openstack-request-id': 'req-f8a7b4f0-3de4-461a-be17-fbebe6dbe0db', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/069e681530004f67b2762b035cb1ef57/volumes/25c50e20-981d-4b74-9f9f-7a6bee2c811f'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 190, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:35,491 80040 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 08:42:36,464 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 0.973s 2023-07-24 08:42:36,465 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--970389689", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-53d8dd1b-ab48-492e-96a9-7033ddb9f6d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--970389689", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fa6eb6dd9fcf4198b18c52155322f292", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e032d29d-1443-4177-a3c6-263a8e61004e", "created_at": "2023-07-24T08:42:36Z", "updated_at": "2023-07-24T08:42:36Z", "tags": [], "self": "/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e", "file": "/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:42:38,285 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e/file 1.820s 2023-07-24 08:42:38,285 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5a13332d-11f9-488e-be37-e12ba5d0fead', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e/file'} Body: b'' 2023-07-24 08:42:38,286 80040 DEBUG [tempest.scenario.manager] image:e032d29d-1443-4177-a3c6-263a8e61004e 2023-07-24 08:42:38,349 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.061s 2023-07-24 08:42:38,349 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1861392715", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFx9vI8gc+HS12+aE8kudXlx0kfVxYv1u8OE9Cve+dW2v8rwhEJAt5/oFIV1oqWGCrSrnYOSJJ1HR3E23cLjY7feEYzyGWsR+evw1WN2Xi+f7HgjWvZqsZumNoKVOJzQQg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cab503f-df10-463d-b9d7-b75ebe76212b', 'x-compute-request-id': 'req-1cab503f-df10-463d-b9d7-b75ebe76212b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1861392715", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFx9vI8gc+HS12+aE8kudXlx0kfVxYv1u8OE9Cve+dW2v8rwhEJAt5/oFIV1oqWGCrSrnYOSJJ1HR3E23cLjY7feEYzyGWsR+evw1WN2Xi+f7HgjWvZqsZumNoKVOJzQQg==", "fingerprint": "0b:2a:a8:d6:6c:83:ab:12:fc:14:b0:0c:aa:dd:8b:ac", "user_id": "ccbd3b84e7e04a6e840dd7d2e4041db5"}}' 2023-07-24 08:42:38,392 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-07-24 08:42:38,392 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b2cd3630-c79f-4c2d-94b4-f34d13a0245b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ccbd3b84e7e04a6e840dd7d2e4041db5", "name": "tempest-TestMinimumBasicScenario-567760120-project-member", "password_expires_at": null}, "audit_ids": ["MOMQLvaqTi6Kxo6xbBDvbA"], "expires_at": "2023-07-24T09:42:38.000000Z", "issued_at": "2023-07-24T08:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa6eb6dd9fcf4198b18c52155322f292", "name": "tempest-TestMinimumBasicScenario-567760120"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:38,393 80040 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '13d2cfce-d53b-4318-84a4-66e42ad58435', 'name': 'tempest-TestMinimumBasicScenario-1641681214-network', 'tenant_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:11Z', 'updated_at': '2023-07-24T08:42:11Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:38,419 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-24 08:42:38,420 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-603197181", "imageRef": "e032d29d-1443-4177-a3c6-263a8e61004e", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1861392715", "networks": [{"uuid": "13d2cfce-d53b-4318-84a4-66e42ad58435"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 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': '73', 'x-openstack-request-id': 'req-dd3f4f6f-1c97-4a56-ae5c-96b91bc93125', 'x-compute-request-id': 'req-dd3f4f6f-1c97-4a56-ae5c-96b91bc93125', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:38,459 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1861392715 0.038s 2023-07-24 08:42:38,460 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 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-59af734f-b7ac-4b81-b9d0-67451cb4fb70', 'x-compute-request-id': 'req-59af734f-b7ac-4b81-b9d0-67451cb4fb70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1861392715'} Body: b'' 2023-07-24 08:42:38,573 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e 0.113s 2023-07-24 08:42:38,574 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-48686cbe-1e4c-48c1-a988-9630bdd6e5cd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e032d29d-1443-4177-a3c6-263a8e61004e'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 110, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:38,577 80040 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-24 08:42:39,353 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.775s 2023-07-24 08:42:39,353 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1872754780", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1e2caae6-08a4-4b85-98d1-1d1c1c296d88', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1872754780", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fa6eb6dd9fcf4198b18c52155322f292", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cfb6218c-5200-4868-8527-9a7edd55babb", "created_at": "2023-07-24T08:42:39Z", "updated_at": "2023-07-24T08:42:39Z", "tags": [], "self": "/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb", "file": "/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:42:41,186 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb/file 1.833s 2023-07-24 08:42:41,187 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-907df20d-4602-47db-ac5c-f3589f701ce1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb/file'} Body: b'' 2023-07-24 08:42:41,187 80040 DEBUG [tempest.scenario.manager] image:cfb6218c-5200-4868-8527-9a7edd55babb 2023-07-24 08:42:41,241 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-07-24 08:42:41,241 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-111352996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP17gVT39v8a9qXMwDppkwa0rUTsv+69o2rlFpTkLfeKJLV6dWtwO6a49jJTELMevx0plTZnsdKp+XnlpxpUgBAH8zcTbX4LxfThixpAvi65PkKbYtjTemIijg1snSzlGw=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4564b671-d228-4ca0-bb85-ea69b433e9dc', 'x-compute-request-id': 'req-4564b671-d228-4ca0-bb85-ea69b433e9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1113 52996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP17gVT39v8a9qXMwDppkwa0rUTsv+69o2rlFpTkLfeKJLV6dWtwO6a49jJTELMevx0plTZnsdKp+XnlpxpUgBAH8zcTbX4LxfThixpAvi65PkKbYtjTemIijg1snSzlGw==", "fingerprint": "dd:aa:ef:fe:2b:87:f1:49:68:c7:b4:71:05:ce:34:56", "user_id": "ccbd3b84e7e04a6e840dd7d2e4041db5"}}' 2023-07-24 08:42:41,357 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.108s 2023-07-24 08:42:41,358 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-30d2ab2a-29e7-47e0-bd1b-94b9b9925596', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ccbd3b84e7e04a6e840dd7d2e4041db5", "name": "tempest-TestMinimumBasicScenario-567760120-project-member", "password_expires_at": null}, "audit_ids": ["oRDgMnx3QM-PpwxFiXhJJA"], "expires_at": "2023-07-24T09:42:41.000000Z", "issued_at": "2023-07-24T08:42:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa6eb6dd9fcf4198b18c52155322f292", "name": "tempest-TestMinimumBasicScenario-567760120"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fa6eb6dd9fcf4198b18c52155322f292", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:41,359 80040 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '13d2cfce-d53b-4318-84a4-66e42ad58435', 'name': 'tempest-TestMinimumBasicScenario-1641681214-network', 'tenant_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fa6eb6dd9fcf4198b18c52155322f292', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:11Z', 'updated_at': '2023-07-24T08:42:11Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:41,415 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.055s 2023-07-24 08:42:41,416 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1960467490", "imageRef": "cfb6218c-5200-4868-8527-9a7edd55babb", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-111352996", "networks": [{"uuid": "13d2cfce-d53b-4318-84a4-66e42ad58435"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 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': '73', 'x-openstack-request-id': 'req-133848fc-4c05-4370-98b8-9eb1f81ef3f5', 'x-compute-request-id': 'req-133848fc-4c05-4370-98b8-9eb1f81ef3f5', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:42:41,450 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-111352996 0.033s 2023-07-24 08:42:41,451 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 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-a4bbb32b-d3b8-4bab-b7f8-e162167255c0', 'x-compute-request-id': 'req-a4bbb32b-d3b8-4bab-b7f8-e162167255c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-111352996'} Body: b'' 2023-07-24 08:42:41,552 80040 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb 0.100s 2023-07-24 08:42:41,552 80040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7b64fcc-f45a-424f-ab64-e85a0290719d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cfb6218c-5200-4868-8527-9a7edd55babb'} Body: b'' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:45,895 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.076s 2023-07-24 08:42:45,895 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-90addbe3-156c-4e12-84e9-92c030c3067a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8eac19025a094330af3a6dd0f37eacc8", "name": "tempest-VolumesActionsTest-1646660998-project-member", "password_expires_at": null}, "audit_ids": ["SiqoQQZCTo-eY13Euo71fA"], "expires_at": "2023-07-24T09:42:45.000000Z", "issued_at": "2023-07-24T08:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "676d9f874bfe4acf8c40d54ddc02eada", "name": "tempest-VolumesActionsTest-1646660998"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:45,895 80042 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'fd7f233e-648f-4421-9062-ffb8e9dc410f', 'name': 'tempest-VolumesActionsTest-2143035376-network', 'tenant_id': '676d9f874bfe4acf8c40d54ddc02eada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '676d9f874bfe4acf8c40d54ddc02eada', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:34Z', 'updated_at': '2023-07-24T08:42:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:45,917 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-24 08:42:45,918 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1540049068", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fd7f233e-648f-4421-9062-ffb8e9dc410f"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 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': '73', 'x-openstack-request-id': 'req-b859ecfb-c9df-4dcb-a1c1-dec5a5cff29f', 'x-compute-request-id': 'req-b859ecfb-c9df-4dcb-a1c1-dec5a5cff29f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:45,967 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2023-07-24 08:42:45,968 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e2e727a1-4bce-4a8d-a6da-0ce2fcce5535', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8eac19025a094330af3a6dd0f37eacc8", "name": "tempest-VolumesActionsTest-1646660998-project-member", "password_expires_at": null}, "audit_ids": ["96RUkStMRcW-T0Uk3530pA"], "expires_at": "2023-07-24T09:42:45.000000Z", "issued_at": "2023-07-24T08:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "676d9f874bfe4acf8c40d54ddc02eada", "name": "tempest-VolumesActionsTest-1646660998"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/676d9f874bfe4acf8c40d54ddc02eada", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:45,968 80042 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'fd7f233e-648f-4421-9062-ffb8e9dc410f', 'name': 'tempest-VolumesActionsTest-2143035376-network', 'tenant_id': '676d9f874bfe4acf8c40d54ddc02eada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '676d9f874bfe4acf8c40d54ddc02eada', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51312, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:34Z', 'updated_at': '2023-07-24T08:42:34Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:45,999 80042 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-24 08:42:46,000 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1190098863", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "fd7f233e-648f-4421-9062-ffb8e9dc410f"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:45 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': '73', 'x-openstack-request-id': 'req-b4676e1b-4e14-4123-9697-6c2c6773a9cb', 'x-compute-request-id': 'req-b4676e1b-4e14-4123-9697-6c2c6773a9cb', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:42:54,066 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.227s 2023-07-24 08:42:54,066 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1670481610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYb2xuTGybXlqOS8AJtUDeX+Ia+s7oriV0BQh/DOUsnCNRa9ENAD7GBa7KLwHlOZKVWwDkHLhFnHjweASsmKx3kOsHt4vl+W2lrRWcNuceMxp0lxuH17MVtr5OHkKSKOg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-485b6597-12a4-4997-b81a-9bf24f925512', 'x-compute-request-id': 'req-485b6597-12a4-4997-b81a-9bf24f925512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1670481610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYb2xuTGybXlqOS8AJtUDeX+Ia+s7oriV0BQh/DOUsnCNRa9ENAD7GBa7KLwHlOZKVWwDkHLhFnHjweASsmKx3kOsHt4vl+W2lrRWcNuceMxp0lxuH17MVtr5OHkKSKOg==", "fingerprint": "de:e0:eb:87:78:c2:20:fc:d0:ad:c7:bf:26:8e:cb:ba", "user_id": "48998036a1e9421e836c236ebc2263cf"}}' 2023-07-24 08:42:54,292 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.223s 2023-07-24 08:42:54,292 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-800230454", "description": "tempest-secgroup-smoke-800230454 description", "project_id": "ce94a81cd8674915afc5564ef6040ee8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c639f23a-c2f7-449c-90b7-f53c12943a19', 'date': 'Mon, 24 Jul 2023 08:42:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "name": "tempest-secgroup-smoke-800230454", "stateful": true, "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "description": "tempest-secgroup-smoke-800230454 description", "shared": false, "security_group_rules": [{"id": "5fe551e5-6e1a-42f5-b016-c0bb9a3d0c57", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "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": 1085, "description": null, "tags": [], "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42:54Z", "revision_number": 0}, {"id": "d8591f8c-43b1-4468-959e-8a1d3cef4d3f", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "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": 1086, "description": null, "tags": [], "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42 :54Z", "revision_number": 1, "project_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:42:54,910 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.616s 2023-07-24 08:42:54,910 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f007ca1e-5461-480a-afbf-50ffa09ea481', 'date': 'Mon, 24 Jul 2023 08:42:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "26dde992-3e88-44d2-b0af-a8307400b834", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:54Z", "updated_at": "2023-07-24T08:42:54Z", "revision_number": 0}}' 2023-07-24 08:42:55,198 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.288s 2023-07-24 08:42:55,199 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-4e2c25c8-749c-4955-8d39-b885011639df', 'date': 'Mon, 24 Jul 2023 08:42:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "13d007d0-0d00-4e33-9cba-f4bebfdeeaeb", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:55Z", "updated_at": "2023-07-24T08:42:55Z", "revision_number": 0}}' 2023-07-24 08:42:55,578 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.378s 2023-07-24 08:42:55,578 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-98a2a4b1-3f27-4ee1-b28e-607f2e43505b', 'date': 'Mon, 24 Jul 2023 08:42:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"se curity_group_rule": {"id": "a081ab47-2301-4780-9823-38fa1ab0c24e", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:55Z", "updated_at": "2023-07-24T08:42:55Z", "revision_number": 0}}' 2023-07-24 08:42:55,997 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.419s 2023-07-24 08:42:55,998 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-066e635a-ecf1-45d7-8c7d-9b390b975a84', 'date': 'Mon, 24 Jul 2023 08:42:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "05700bb3-0a04-4a91-9383-6593e10a6cdd", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:55Z", "updated_at": "2023-07-24T08:42:55Z", "revision_number": 0}}' 2023-07-24 08:42:56,216 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.218s 2023-07-24 08:42:56,216 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fc533f5f-6e47-46c6-aa73-6944fd33416c', 'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79389b0e-4e6f-47a9-9baa-83d308a63732", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:56Z", "updated_at": "2023-07-24T08:42:56Z", "revision_number": 0}}' 2023-07-24 08:42:56,385 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.168s 2023-07-24 08:42:56,385 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5" , "project_id": "ce94a81cd8674915afc5564ef6040ee8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c6b59bb6-58d6-462e-b213-e091d194a542', 'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfc5c4f9-1347-4294-987b-46f8db86ac82", "project_id": "ce94a81cd8674915afc5564ef6040ee8", "tenant_id": "ce94a81cd8674915afc5564ef6040ee8", "security_group_id": "ab9781d7-427f-4361-a5eb-ac37b6f8a4e5", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:42:56Z", "updated_at": "2023-07-24T08:42:56Z", "revision_number": 0}}' 2023-07-24 08:42:56,423 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.032s 2023-07-24 08:42:56,423 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-66866e48-36c7-435d-94db-2bc7adbd10f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "48998036a1e9421e836c236ebc2263cf", "name": "tempest-TestShelveInstance-1001506721-project-member", "password_expires_at": null}, "audit_ids": ["v_HwL5wVQOq1g-7_DrUohw"], "expires_at": "2023-07-24T09:42:56.000000Z", "issued_at": "2023-07-24T08:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce94a81cd8674915afc5564ef6040ee8", "name": "tempest-TestShelveInstance-1001506721"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ce94a81cd8674915afc5564ef6040ee8", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"en dpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:42:56,424 80053 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '03e8d1f8-2db7-4bf0-b257-28ff366c8ef9', 'name': 'tempest-TestShelveInstance-176710369-network', 'tenant_id': 'ce94a81cd8674915afc5564ef6040ee8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ce94a81cd8674915afc5564ef6040ee8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26708, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:33Z', 'updated_at': '2023-07-24T08:42:33Z', 'revision_number': 1} available for tenant 2023-07-24 08:42:56,818 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes 0.393s 2023-07-24 08:42:56,818 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1382671808", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71bf047f-b2e0-47ad-bea7-a9cc7da0d55d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71bf047f-b2e0-47ad-bea7-a9cc7da0d55d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:56.751857", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:42:56,873 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.045s 2023-07-24 08:42:56,874 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ecec2d-42a1-4b82-a26d-154b4c1b0469', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-r equest-id': 'req-17ecec2d-42a1-4b82-a26d-154b4c1b0469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:42:57,930 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.045s 2023-07-24 08:42:57,930 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa3d936-6ac6-44d3-a7dd-054fcf3d9548', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa3d936-6ac6-44d3-a7dd-054fcf3d9548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:42:59,010 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.067s 2023-07-24 08:42:59,011 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:42:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c9485f-66b1-4248-944d-69e320fac086', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c9485f-66b1-4248-944d-69e320fac086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volum e": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:00,114 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.089s 2023-07-24 08:43:00,114 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9123141-d313-43dc-ab95-0f15acafd376', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9123141-d313-43dc-ab95-0f15acafd376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:01,197 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.070s 2023-07-24 08:43:01,198 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e01f6c-770f-4d05-86f8-e0a021421362', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e01f6c-770f-4d05-86f8-e0a021421362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempes t.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:02,273 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.054s 2023-07-24 08:43:02,274 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d4942a-96da-44b2-ad0f-fa19eecedcb3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d4942a-96da-44b2-ad0f-fa19eecedcb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:03,398 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.113s 2023-07-24 08:43:03,399 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f22268e-c2ca-4958-87bd-da34649401ac', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f22268e-c2ca-4958-87bd-da34649401ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:42:57.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd86749 15afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:04,471 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012 0.051s 2023-07-24 08:43:04,472 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2edd784e-779c-49c4-9c64-ba2e038b9c5d', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2edd784e-779c-49c4-9c64-ba2e038b9c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012'} Body: b'{"volume": {"id": "dce80369-23ad-4a89-bf7a-d60d623c7012", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:42:57.000000", "updated_at": "2023-07-24T08:43:04.000000", "name": "tempest-tempest.common.compute-volume-1382671808", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce94a81cd8674915afc5564ef6040ee8/volumes/dce80369-23ad-4a89-bf7a-d60d623c7012"}], "user_id": "48998036a1e9421e836c236ebc2263cf", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "ce94a81cd8674915afc5564ef6040ee8"}}' 2023-07-24 08:43:04,485 80053 INFO [tempest.common.waiters] volume dce80369-23ad-4a89-bf7a-d60d623c7012 reached available after waiting for 8.484983 seconds 2023-07-24 08:43:04,521 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-24 08:43:04,521 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-670393015", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1670481610", "security_groups": [{"name": "tempest-secgroup-smoke-800230454"}], "networks": [{"uuid": "03e8d1f8-2db7-4bf0-b257-28ff366c8ef9"}], "block_device_mapping_v2": [{"uuid": "dce80369-23ad-4a89-bf7a-d60d623c7012", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:04 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': '73', 'x-openstack-request-id': 'req-e2e3b5f4-083f-4b6a-a19c-a6ad65e89e54', 'x-compute-request-id': 'req-e2e3b5f4-083f-4b6a-a19c-a6ad65e89e54', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:43:04,789 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ab9781d7-427f-4361-a5eb-ac37b6f8a4e5 0.265s 2023-07-24 08:43:04,789 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4dea01af-99c0-4a39-8131-1ddb243cff0a', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ab9781d7-427f-4361-a5eb-ac37b6f8a4e5'} Body: b'' 2023-07-24 08:43:04,829 80053 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1670481610 0.039s 2023-07-24 08:43:04,829 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:04 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-187f8b63-2b2e-4b8c-9806-51bf2376167a', 'x-compute-request-id': 'req-187f8b63-2b2e-4b8c-9806-51bf2376167a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1670481610'} Body: b'' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:43:06,632 80050 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.098s 2023-07-24 08:43:06,632 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7dbc28c5-1cc9-4fef-8326-c46069a855ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90cc011a4ee144dba0a9659c2de45583", "name": "tempest-VolumesActionsTest-1805325648-project-member", "password_expires_at": null}, "audit_ids": ["GJBuNubZSN22fDEiFKw_nQ"], "expires_at": "2023-07-24T09:43:06.000000Z", "issued_at": "2023-07-24T08:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2b1de59a4f542c1b35f0595b314280d", "name": "tempest-VolumesActionsTest-1805325648"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2b1de59a4f542c1b35f0595b314280d", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2b1de59a4f542c1b35f0595b314280d", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2b1de59a4f542c1b35f0595b314280d", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:43:06,633 80050 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '31a00a8c-8337-448b-9159-27df0a925e4b', 'name': 'tempest-VolumesActionsTest-89028956-network', 'tenant_id': 'e2b1de59a4f542c1b35f0595b314280d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2b1de59a4f542c1b35f0595b314280d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46158, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:50Z', 'updated_at': '2023-07-24T08:42:50Z', 'revision_number': 1} available for tenant 2023-07-24 08:43:06,794 80050 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.160s 2023-07-24 08:43:06,794 80050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1722431320", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "31a00a8c-8337-448b-9159-27df0a925e4b"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:06 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': '73', 'x-openstack-request-id': 'req-6bd91d2e-db00-438a-ae46-bb520f5069f9', 'x-compute-request-id': 'req-6bd91d2e-db00-438a-ae46-bb520f5069f9', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 72, in test_server_detach_rules server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:43:15,072 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.112s 2023-07-24 08:43:15,072 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2841', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d2892242-5fa1-4d81-8a1c-983c092b20e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "73c744991d684f99a566156c366ae303", "name": "tempest-TestServerVolumeAttachmentScenario-1949035174-project-member", "password_expires_at": null}, "audit_ids": ["0od1QEUKSouoiTqwK2fMww"], "expires_at": "2023-07-24T09:43:14.000000Z", "issued_at": "2023-07-24T08:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ea06b80e24e46b0af7acb83c9dee084", "name": "tempest-TestServerVolumeAttachmentScenario-1949035174"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ea06b80e24e46b0af7acb83c9dee084", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3ea06b80e24e46b0af7acb83c9dee084", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3ea06b80e24e46b0af7acb83c9dee084", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:43:15,073 80048 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '932d92c4-b287-4ad3-a703-a1939e39d8a5', 'name': 'tempest-TestServerVolumeAttachmentScenario-1004506327-network', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', ' port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42755, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:42:53Z', 'updated_at': '2023-07-24T08:42:54Z', 'revision_number': 1} available for tenant 2023-07-24 08:43:15,075 80048 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:43:15,075 80048 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:43:15,273 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.194s 2023-07-24 08:43:15,273 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-883103104", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCx7vneMdBlkEnrkWVV1xMvDAHcPqKFC4pX5T/Y1q7gHP3m1X3nIHPWgxebllqgYzdsO+vm8A3XgEUbLrXeAed8BPyNdy95CCuDVNGEVdIKkEoNDxxpeUL37CfZkMAO6xQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:15 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-5910e5fa-0ca7-472f-b20b-57b814f7a242', 'x-compute-request-id': 'req-5910e5fa-0ca7-472f-b20b-57b814f7a242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-883103104", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCx7vneMdBlkEnrkWVV1xMvDAHcPqKFC4pX5T/Y1q7gHP3m1X3nIHPWgxebllqgYzdsO+vm8A3XgEUbLrXeAed8BPyNdy95CCuDVNGEVdIKkEoNDxxpeUL37CfZkMAO6xQ==", "fingerprint": "82:ef:21:61:82:de:33:0e:78:26:6a:10:9a:29:3a:3f", "user_id": "73c744991d684f99a566156c366ae303"}}' 2023-07-24 08:43:15,276 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-883103104 created 2023-07-24 08:43:15,589 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.313s 2023-07-24 08:43:15,590 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--612231361", "description": "tempest-description--202539475"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-88fd100b-ed47-4cfe-a150-08b3e06359fb', 'date': 'Mon, 24 Jul 2023 08:43:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c06dd429-0375-4295-b0ff-b466656e810e", "name": "tempest-securitygroup--612231361", "stateful": true, "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "description": "tempest-description--202539475", "shared": false, "security_group_rules": [{"id": "2e4532fd-c10a-455c-ac16-d354ee86deac", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "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": 1130, "description": null, " tags": [], "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}, {"id": "88ce64f6-2a39-4811-859a-d72b684647b4", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "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": 1129, "description": null, "tags": [], "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 1, "project_id": "3ea06b80e24e46b0af7acb83c9dee084"}}' 2023-07-24 08:43:15,929 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.338s 2023-07-24 08:43:15,929 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-334862be-9233-4d21-9a44-52e7979a44d7', 'date': 'Mon, 24 Jul 2023 08:43:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fdf56798-69dc-4d72-b545-cc7da673531b", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}}' 2023-07-24 08:43:16,090 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-07-24 08:43:16,090 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-47c47032-3bdf-45fb-896d-2954e40bc9c9', 'date': 'Mon, 24 Jul 2023 08:43:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8db7bfd8-d5f0-4a76-86a4-8c28056f3818", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "security_group_id": "c06dd429-0375-4295-b0ff-b466656e810e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:15Z", "updated_at": "2023-07-24T08:43:15Z", "revision_number": 0}}' 2023-07-24 08:43:16,090 80048 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--612231361 created 2023-07-24 08:43:16,890 80048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:se tUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.799s 2023-07-24 08:43:16,890 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c1b0bc16-1271-4b20-b8f5-8cbbb3560389', 'date': 'Mon, 24 Jul 2023 08:43:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f56f17de-b9b0-4db0-86ab-068ac7534360", "tenant_id": "3ea06b80e24e46b0af7acb83c9dee084", "floating_ip_address": "172.24.4.205", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3ea06b80e24e46b0af7acb83c9dee084", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:43:16Z", "updated_at": "2023-07-24T08:43:16Z", "revision_number": 0}}' 2023-07-24 08:43:16,891 80048 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f56f17de-b9b0-4db0-86ab-068ac7534360', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'floating_ip_address': '172.24.4.205', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:43:16Z', 'updated_at': '2023-07-24T08:43:16Z', 'revision_number': 0, 'ip': '172.24.4.205'} created 2023-07-24 08:43:16,891 80048 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-883103104', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCx7vneMdBlkEnrkWVV1xMvDAHcPqKFC4pX5T/Y1q7gHP3m1X3nIHPWgxebllqgYzdsO+vm8A3XgEUbLrXeAed8BPyNdy95CCuDVNGEVdIKkEoNDxxpeUL37CfZkMAO6xQ==', 'fingerprint': '82:ef:21:61:82:de:33:0e:78:26:6a:10:9a:29:3a:3f', 'user_id': '73c744991d684f99a566156c366ae303', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCCJ4LKu7dSGU6rZ/aaiF5cnRcmUFuVYAySoouATQGcLOmwKxx4IGRB\nkZj3hLIrJVOgBwYFK4EEACKhZANiAAQse753jHQZZBJ65FlVdcTLwwB3D6ihQuKV\n+U/2Nau4Bz95tV95yBz1oMXm5ZaoGM3bDvr5vAN14BFGy613gHnfAT8jXcveQgrg\n1TRhFXSCpBKDQ8caXlC9+wn2ZDADusU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c06dd429-0375-4295-b0ff-b466656e810e', 'name': 'tempest-securitygroup--612231361', 'stateful': True, 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'description': 'tempest-description--202539475', 'shared': False, 'security_group_rules': [{'id': '2e4532fd-c10a-455c-ac16-d354ee86deac', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'security_group_id': 'c06dd429-0375-4295-b0ff-b466656e810e', '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': 1130, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:43:15Z', 'updated_at': '2023-07-24T08:43:15Z', 'revision_number': 0}, {'id': '88ce64f6-2a39-4811-859a-d72b684647b4', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'security_group_id': 'c06dd429-0375-4295-b0ff-b466656e810e', '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': 1129, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:43:15Z', 'updated_at': '2023-07-24T08:43:15Z', 're vision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:43:15Z', 'updated_at': '2023-07-24T08:43:15Z', 'revision_number': 1, 'project_id': '3ea06b80e24e46b0af7acb83c9dee084'}, 'floating_ip': {'id': 'f56f17de-b9b0-4db0-86ab-068ac7534360', 'tenant_id': '3ea06b80e24e46b0af7acb83c9dee084', 'floating_ip_address': '172.24.4.205', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ea06b80e24e46b0af7acb83c9dee084', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:43:16Z', 'updated_at': '2023-07-24T08:43:16Z', 'revision_number': 0, 'ip': '172.24.4.205'}} 2023-07-24 08:43:16,918 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-24 08:43:16,919 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-727482227", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "networks": [{"uuid": "932d92c4-b287-4ad3-a703-a1939e39d8a5"}], "security_groups": [{"name": "tempest-securitygroup--612231361"}], "key_name": "tempest-keypair-883103104", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:16 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': '73', 'x-openstack-request-id': 'req-f98d19d3-2d2e-4db4-8d33-de3d3973be7e', 'x-compute-request-id': 'req-f98d19d3-2d2e-4db4-8d33-de3d3973be7e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:43:16,948 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-883103104 0.027s 2023-07-24 08:43:16,948 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:16 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-0cd1af97-ed6c-4598-98c5-35338ec146bb', 'x-compute-request-id': 'req-0cd1af97-ed6c-4598-98c5-35338ec146bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-883103104'} Body: b'' 2023-07-24 08:43:17,497 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e 0.548s 2023-07-24 08:43:17,497 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5e643e6b-a182-434a-b832-695357b8ac15', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e'} Body: b'' 2023-07-24 08:43:17,515 80048 INFO [tempest. lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e 0.017s 2023-07-24 08:43:17,515 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-654bd1ca-f8d1-4ba5-86ec-53cc5cdad1b3', 'date': 'Mon, 24 Jul 2023 08:43:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c06dd429-0375-4295-b0ff-b466656e810e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c06dd429-0375-4295-b0ff-b466656e810e does not exist", "detail": ""}}' 2023-07-24 08:43:17,983 80048 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f56f17de-b9b0-4db0-86ab-068ac7534360 0.467s 2023-07-24 08:43:17,984 80048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-195d7836-2b57-4265-9a50-2486ce2ef57f', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f56f17de-b9b0-4db0-86ab-068ac7534360'} Body: b'' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 88, in test_stamp_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:43:37,820 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.243s 2023-07-24 08:43:37,820 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1163412727", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9u2lEat1WTVt2Zgrn2Qmr78/NC61pjJMrgAjGt2k+jwmt0GLMNrujoG08UrO0XdHtpmKpvBcwi9GeZu7Sx+3ANQRNko2laZ68X84apVcSnDZqC4+M/CX7sDmg4vmls7w=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6742a4b7-6e66-4a5c-8f61-a56644891a0f', 'x-compute-request-id': 'req-6742a4b7-6e66-4a5c-8f61-a56644891a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1163412727", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9u2lEat1WTVt2Zgrn2Qmr78/NC61pjJMrgAjGt2k+jwmt0GLMNrujoG08UrO0XdHtpmKpvBcwi9GeZu7Sx+3ANQRNko2laZ68X84apVcSnDZqC4+M/CX7sDmg4vmls7w==", "fingerprint": "e4:7b:86:b6:63:27:d1:04:e5:b2:20:62:e2:a5:dc:28", "user_id": "2ce4fde1ab7f4242a8b8145142184f9d"}}' 2023-07-24 08:43:37,967 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.144s 2023-07-24 08:43:37,967 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-415568563", "description": "tempest-secgroup-smoke-415568563 description", "project_id": "a87168aaf5044b43afc2ffbee2de838a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-141998c1-a0cb-4e3e-9bae-0d58d55ff298', 'date': 'Mon, 24 Jul 2023 08:43:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "name": "tempest-secgroup-smoke-415568563", "stateful": true, "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "description": "tempest-secgroup-smoke-415568563 description", "shared": false, "security_group_rules": [{"id": "3188ed86-452c-46a6-93e1-9a6a3ed18c50", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "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": 1160, "description": null, "tags": [], "created_at": "2023-07-24T08:43:37Z", "updated_at": "2023-07-24T08:43:37Z", "revision_number": 0}, {"id": "f00a6158-fee5-4191-9a61-1fe12ea51fd4", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "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": 1161, "description": null, "tags": [], "created_at": "2023-07-24T08:43:37Z", "updated_at": "2023-07-24T08:43:37Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:43:37Z", "updated_at": "2023-07-24T08:43:37Z", "revision_number": 1, "project_id ": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:38,120 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-07-24 08:43:38,120 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-2e31a015-d2b3-4558-85b0-4246d359cc93', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b0e266ed-f608-4c11-80e5-d39e55029c24", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:38,522 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.400s 2023-07-24 08:43:38,522 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-16a5eb07-adb6-4316-9d06-d5b8d269b544', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7241886-67f4-4ff0-a9e6-20f6f6fe5abf", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:38,695 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-07-24 08:43:38,696 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-12caf5d9-9f15-4dba-870b-164029f141e8', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be0f81c8-8c11-4a9e-9749-c5f2b06c9dd2", "project_id": "a87168aaf504 4b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:38,870 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-07-24 08:43:38,871 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-165f9d7f-0c77-4e3e-ab28-968cfd2e525d', 'date': 'Mon, 24 Jul 2023 08:43:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "460587de-c254-4769-a19a-1b1c98d0e39c", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:39,043 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-07-24 08:43:39,044 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-01c2838f-bfb7-43c8-a9f1-86685e00163a', 'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0306ccdf-b4bd-488b-b737-95dbaced4783", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:38Z", "updated_at": "2023-07-24T08:43:38Z", "revision_number": 0}}' 2023-07-24 08:43:39,234 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-07-24 08:43:39,234 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d713525a-2d83-4262-92ab-f5b351140752', 'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "95a75823-1fe7-47f5-9460-ac1a762a688a", "project_id": "a87168aaf5044b43afc2ffbee2de838a", "tenant_id": "a87168aaf5044b43afc2ffbee2de838a", "security_group_id": "100fe0b7-b5c8-42b3-bd67-0153b6997506", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:43:39Z", "updated_at": "2023-07-24T08:43:39Z", "revision_number": 0}}' 2023-07-24 08:43:39,591 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes 0.356s 2023-07-24 08:43:39,591 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-615204800", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff9c05e-74b0-43b9-8328-7bd5bea46d23', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff9c05e-74b0-43b9-8328-7bd5bea46d23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:39.528409", "updated_at": null, "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:43:39,646 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.044s 2023-07-24 08:43:39,647 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b25f4dd-4738-48f6-9f04-f87bc27cad4a', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b25f4dd-4738-48f6-9f04-f87bc27cad4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "m etadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:40,717 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.057s 2023-07-24 08:43:40,718 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17a5ceb5-6476-4d04-a7a2-0a13469fa4b7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17a5ceb5-6476-4d04-a7a2-0a13469fa4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:40.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:41,776 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.039s 2023-07-24 08:43:41,776 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c548e77-5193-42c7-b3fd-6f8c36411fc7', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c548e77-5193-42c7-b3fd-6f8c36411fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:41.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a 10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:41,790 80053 INFO [tempest.common.waiters] volume 19a7bf77-c723-4cc3-a10d-61407e0c7180 reached available after waiting for 2.790355 seconds 2023-07-24 08:43:41,830 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.040s 2023-07-24 08:43:41,831 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d92c8d-3136-4c23-acea-974968ac539c', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d92c8d-3136-4c23-acea-974968ac539c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:41.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:41,887 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.039s 2023-07-24 08:43:41,887 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-774bdbc4-9a2a-41b0-82a0-f9c8fa6cbbfe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2ce4fde1ab7f4242a8b8145142184f9d", "name": "tempest-TestStampPattern-574648262-project-member", "password_expires_at": null}, "audit_ids": ["5EARBJESRcKoyjXfr4I5Gw"], "expires_at": "2023-07-24T09:43:41.000000Z", "issued_at": "2023-07-24T08:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a87168aaf5044b43afc2ffbee2de838a", "name": "tempest-TestStampPattern-574648262"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a87168aaf5044b43afc2ffbee2de838a", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoi nts": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:43:41,888 80053 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '79d7fa60-0b51-42d8-8d67-d8fd3cb0a199', 'name': 'tempest-TestStampPattern-2043837042-network', 'tenant_id': 'a87168aaf5044b43afc2ffbee2de838a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a87168aaf5044b43afc2ffbee2de838a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34945, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:20Z', 'updated_at': '2023-07-24T08:43:20Z', 'revision_number': 1} available for tenant 2023-07-24 08:43:41,913 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-24 08:43:41,913 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-2137120271", "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1163412727", "security_groups": [{"name": "tempest-secgroup-smoke-415568563"}], "networks": [{"uuid": "79d7fa60-0b51-42d8-8d67-d8fd3cb0a199"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 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': '73', 'x-openstack-request-id': 'req-da716910-fe1a-4e4a-bfcd-d813f5fa1ab8', 'x-compute-request-id': 'req-da716910-fe1a-4e4a-bfcd-d813f5fa1ab8', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:43:41,991 80053 INFO [tempest.lib.common.re st_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.076s 2023-07-24 08:43:41,991 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1293f3-e446-487f-b4ac-432dc92c6e16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'' 2023-07-24 08:43:42,034 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.043s 2023-07-24 08:43:42,035 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc571aa-9fd2-4c99-b663-5340864ea257', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc571aa-9fd2-4c99-b663-5340864ea257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:43,089 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.043s 2023-07-24 08:43:43,089 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93aeb8f6-ce06-4eef-a06b-2a5302df5798', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93aeb8f6-ce06-4eef-a06b-2a5302df5798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2" , "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:44,151 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.050s 2023-07-24 08:43:44,151 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788b0466-7454-4ac2-bfaa-8888ff02efbc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788b0466-7454-4ac2-bfaa-8888ff02efbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:45,231 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.066s 2023-07-24 08:43:45,231 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272bc6f1-37b2-4637-9db6-f2c9bb9afed0', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272bc6f1-37b2-4637-9db6-f2c9bb9afed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee 2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:46,286 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.041s 2023-07-24 08:43:46,287 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e3a832-0857-4e36-b5bb-97665a11e789', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e3a832-0857-4e36-b5bb-97665a11e789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:47,347 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.042s 2023-07-24 08:43:47,347 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6d72f2-47ad-48ba-b253-bd3406330e14', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6d72f2-47ad-48ba-b253-bd3406330e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aa f5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:48,421 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.055s 2023-07-24 08:43:48,421 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1654b370-31dc-48cf-a2de-f92d426f8e45', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1654b370-31dc-48cf-a2de-f92d426f8e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:49,480 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.040s 2023-07-24 08:43:49,481 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e56ef265-d2e1-42de-9ed1-70c847d28131', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e56ef265-d2e1-42de-9ed1-70c847d28131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"volume": {"id": "19a7bf77-c723-4cc3-a10d-61407e0c7180", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:43:40.000000", "updated_at": "2023-07-24T08:43:42.000000", "name": "tempest-TestStampPattern-volume-615204800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180"}], "user_id": "2ce4fde1ab7f4242a8b8145142184f9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a87168aaf5044b43afc2ffbee2de838a"}}' 2023-07-24 08:43:50,517 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180 0.022s 2023-07-24 08:43:50, 517 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8d2119-6b0c-4bdf-9dc2-8b4102d5e546', 'x-openstack-request-id': 'req-4a8d2119-6b0c-4bdf-9dc2-8b4102d5e546', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a87168aaf5044b43afc2ffbee2de838a/volumes/19a7bf77-c723-4cc3-a10d-61407e0c7180'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19a7bf77-c723-4cc3-a10d-61407e0c7180 could not be found."}}' 2023-07-24 08:43:50,712 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/100fe0b7-b5c8-42b3-bd67-0153b6997506 0.194s 2023-07-24 08:43:50,712 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-25df79ef-606c-40af-8945-0f3688f70ca4', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:43:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/100fe0b7-b5c8-42b3-bd67-0153b6997506'} Body: b'' 2023-07-24 08:43:50,744 80053 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1163412727 0.031s 2023-07-24 08:43:50,745 80053 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:43:50 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-1c592e0d-990b-4d5e-9900-c47ce527d256', 'x-compute-request-id': 'req-1c592e0d-990b-4d5e-9900-c47ce527d256', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1163412727'} Body: b'' tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) -------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume c465c042-6b7a-453b-9958-e704a40052b6 failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:44:12,276 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.164s 2023-07-24 08:44:12,276 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-da407548-32a9-4893-8dc1-6c8bae3478df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:44:12,600 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes 0.323s 2023-07-24 08:44:12,600 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "snapshot_id": null, "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3fd8ba8-3e27-46db-9d5e-6cc5ead7f189', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3fd8ba8-3e27-46db-9d5e-6cc5ead7f189', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:12.540055", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:44:12,652 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.038s 2023-07-24 08:44:12,652 80042 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-654e2614-75be-4634-ad5d-afeda1273ec1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-654e2614-75be-4634-ad5d-afeda1273ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:13,705 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.042s 2023-07-24 08:44:13,706 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c40dbd-9c02-4f7e-a508-0b42c18012f0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c40dbd-9c02-4f7e-a508-0b42c18012f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:14,763 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.045s 2023-07-24 08:44:14,763 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:14 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3002ac98-33e5-406c-9c1e-67dfe6e70eaa', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3002ac98-33e5-406c-9c1e-67dfe6e70eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:15,811 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.036s 2023-07-24 08:44:15,811 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1b3f994-cb96-4773-86b3-d7f2f9390e07', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1b3f994-cb96-4773-86b3-d7f2f9390e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:16,901 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.077s 2023-07-24 08:44:16,901 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34bc3c97-a832-409f-a69e-0fd13179ddc0', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34bc3c97-a832-409f-a69e-0fd13179ddc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:16,917 80042 INFO [tempest.common.waiters] volume 33791a8e-b3f6-41d1-9e60-170345ab6560 reached available after waiting for 4.917718 seconds 2023-07-24 08:44:16,956 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.038s 2023-07-24 08:44:16,956 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f638440a-4cd7-4f24-9fdc-ee4bce9f99dc', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f638440a-4cd7-4f24-9fdc-ee4bce9f99dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:17,110 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots 0.140s 2023-07-24 08:44:17,111 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "metadata": null}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-935696ce-8336-431e-ad41-27f9981cbe6e', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-935696ce-8336-431e-ad41-27f9981cbe6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.056410", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-24 08:44:17,151 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.037s 2023-07-24 08:44:17,151 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad7fd8b-6b67-471c-8ddf-466de50b6aa1', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad7fd8b-6b67-471c-8ddf-466de50b6aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:18,180 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.023s 2023-07-24 08:44:18,180 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242b49a1-cbfc-4946-b4e9-81d5f4297ea7', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242b49a1-cbfc-4946-b4e9-81d5f4297ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a -c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:19,206 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.021s 2023-07-24 08:44:19,206 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b41f3d7-7b04-425d-8647-8a1d6c170447', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b41f3d7-7b04-425d-8647-8a1d6c170447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:20,244 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.033s 2023-07-24 08:44:20,245 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8b991a4-c963-4d72-9e47-d2e69ce81060', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8b991a4-c963-4d72-9e47-d2e69ce81060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-24 08:44:21,275 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.025s 2023-07-24 08:44:21,276 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cedd7179-854a-4258-8aeb-782aaa87eca3', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cedd7179-854a-4258-8aeb-782aaa87eca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:21,279 80042 INFO [tempest.common.waiters] snapshot 132d092a-c653-4e9c-8289-6ce644330bec reached available after waiting for 4.279930 seconds 2023-07-24 08:44:21,305 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.025s 2023-07-24 08:44:21,306 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6aca11-c6ba-47c7-baa7-60a1c6e33b04', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6aca11-c6ba-47c7-baa7-60a1c6e33b04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:21,353 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-24 08:44:21,353 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-45e2210f-05a3-42d4-8024-8ae072f55790', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cea5008afcd74cee86a8e434d2ada0f4", "name": "tempest-TestVolumeBootPattern-1059583766-project-member", "password_expires_at": null}, "audit_ids": ["1ishSEZCRDisaD-RfqIgJA"], "expires_at": "2023-07-24T09:44:21.000000Z", "issued_at": "2023-07-24T08:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1ed70d4d30c4291b7b590a0720e43ad", "name": "tempest-TestVolumeBootPattern-1059583766"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:44:21,354 80042 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'df4959d8-8514-4f07-b8c9-ce529f444a9d', 'name': 'tempest-TestVolumeBootPattern-538954042-network', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4174, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:59Z', 'updated_at': '2023-07-24T08:43:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:44:21,397 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 400 POST http://10.0.0.210/compute/v2.1/servers 0.041s 2023-07-24 08:44:21,397 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-951036121", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "132d092a-c653-4e9c-8289-6ce644330bec", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "df4959d8-8514-4f07-b8c9-ce529f444a9d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 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': '73', 'x-openstack-request-id': 'req-81984e26-c66d-4281-bf3d-683d52e58fb5', 'x-compute-request-id': 'req-81984e26-c66d-4281-bf3d-683d52e58fb5', 'connection': 'close', 'status': '400', 'content- location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:44:21,449 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.050s 2023-07-24 08:44:21,449 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df63e85-3336-4525-8175-2f9543518beb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'' 2023-07-24 08:44:21,477 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.027s 2023-07-24 08:44:21,478 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f8d691c-c535-47a5-b761-a5e76a4a1538', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f8d691c-c535-47a5-b761-a5e76a4a1538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:22,510 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.026s 2023-07-24 08:44:22,511 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe5da7f-604a-47f2-8d58-e1e2d7c77930', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe5da7f-604a-47f2-8d58-e1e2d7c77930', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:23,538 80042 INFO [tempest.lib.c ommon.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.021s 2023-07-24 08:44:23,538 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad9620ee-9fdb-4068-bd54-aa14e55acf37', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad9620ee-9fdb-4068-bd54-aa14e55acf37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:24,567 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.024s 2023-07-24 08:44:24,567 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af80027-2d23-4633-a933-ad8e6e829065', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af80027-2d23-4633-a933-ad8e6e829065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"snapshot": {"id": "132d092a-c653-4e9c-8289-6ce644330bec", "created_at": "2023-07-24T08:44:17.000000", "updated_at": "2023-07-24T08:44:21.000000", "name": "tempest-TestVolumeBootPattern-snapshot-82286668", "description": null, "volume_id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-24 08:44:25,592 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec 0.019s 2023-07-24 08:44:25,592 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-85938aa0-5b75-41cd-bab4-ad76f44692ce', 'x-openstack-request-id': 'req-85938aa0-5b75-41cd-bab4-ad76f44692ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/snapshots/132d092a-c653-4e9c-8289-6ce644330bec'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 132d092a-c653-4e9c-8289-6ce644330bec could not be found."}}' 2023-07-24 08:44:25,668 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.075s 2023-07-24 08:44:25,668 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d31e69-5c3e-4783-9734-212c12124a56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'' 2023-07-24 08:44:25,706 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.037s 2023-07-24 08:44:25,706 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443eeb44-928b-48e7-b8f7-90d7e23a521a', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443eeb44-928b-48e7-b8f7-90d7e23a521a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:26,757 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.040s 2023-07-24 08:44:26,758 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee75a2be-49f8-4b63-a3d8-1c92be76f0c5', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee75a2be-49f8-4b63-a3d8-1c92be76f0c5', 'connection': 'close', 'status': '200 ', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:27,810 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.041s 2023-07-24 08:44:27,811 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fcd9f5e-5ba6-46ea-bcfc-12b23a699f2a', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fcd9f5e-5ba6-46ea-bcfc-12b23a699f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:28,862 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6 -41d1-9e60-170345ab6560 0.039s 2023-07-24 08:44:28,862 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7bb85a0-7b1d-48af-bb3e-c1c029108269', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7bb85a0-7b1d-48af-bb3e-c1c029108269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"volume": {"id": "33791a8e-b3f6-41d1-9e60-170345ab6560", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:13.000000", "updated_at": "2023-07-24T08:44:26.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1141220547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:29,895 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560 0.021s 2023-07-24 08:44:29,895 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07db5d7-0470-4851-b785-0779b98bb60d', 'x-openstack-request-id': 'req-b07db5d7-0470-4851-b785-0779b98bb60d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/33791a8e-b3f6-41d1-9e60-170345ab6560'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 33791a8e-b3f6-41d1-9e60-170345ab6560 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:44:29,924 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.019s 2023-07-24 08:44:29,924 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3330c857-7681-4dec-a441-9ec9e7de6f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:44:30,288 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes 0.362s 2023-07-24 08:44:30,288 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "snapshot_id": null, "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58508efc-c155-4820-811f-9ee62da9e5de', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58508efc-c155-4820-811f-9ee62da9e5de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.217190", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:44:30,343 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.043s 2023-07-24 08:44:30,343 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6922cbbd-923b-42e2-9b28-a041dfa383e7', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6922cbbd-923b-42e2-9b28-a041dfa383e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:31,398 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.042s 2023-07-24 08:44:31,399 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098fba3f-8810-4127-b11e-955ac0a56d6a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098fba3f-8810-4127-b11e-955ac0a56d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:32,452 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.041s 2023-07-24 08:44:32,452 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-fc4ce03f-d5e6-450a-adca-cd6abb22d1ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4ce03f-d5e6-450a-adca-cd6abb22d1ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:33,502 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.038s 2023-07-24 08:44:33,503 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afef8c38-a69f-4b79-80fc-9c09aa7d9fb3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afef8c38-a69f-4b79-80fc-9c09aa7d9fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:34,559 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.046s 2023-07-24 08:44:34,560 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d250b16b-fd08-43e8-b6ec-f16022bf700f', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opens tack-request-id': 'req-d250b16b-fd08-43e8-b6ec-f16022bf700f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:34,570 80042 INFO [tempest.common.waiters] volume 6770ee1e-041e-4448-b7e5-d816c28da4e5 reached available after waiting for 4.570404 seconds 2023-07-24 08:44:34,608 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.037s 2023-07-24 08:44:34,608 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b7041b-d595-4bb9-af92-141d3a606079', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b7041b-d595-4bb9-af92-141d3a606079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272" }, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:34,664 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2023-07-24 08:44:34,664 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fea754f6-df5d-462f-9567-60976e5eedcb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cea5008afcd74cee86a8e434d2ada0f4", "name": "tempest-TestVolumeBootPattern-1059583766-project-member", "password_expires_at": null}, "audit_ids": ["sOba7MaDQQWwL7jac4aMEw"], "expires_at": "2023-07-24T09:44:34.000000Z", "issued_at": "2023-07-24T08:44:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1ed70d4d30c4291b7b590a0720e43ad", "name": "tempest-TestVolumeBootPattern-1059583766"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:44:34,665 80042 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'df4959d8-8514-4f07-b8c9-ce529f444a9d', 'name': 'tempest-TestVolumeBootPattern-538954042-network', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd1ed70d 4d30c4291b7b590a0720e43ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4174, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:59Z', 'updated_at': '2023-07-24T08:43:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:44:34,665 80042 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-24 08:44:34,666 80042 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-24 08:44:34,719 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-07-24 08:44:34,720 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1043450787", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDRgyw/4FFnN423gZXsMLBSDmtTMW4SGxjGg7xFfTgSqjT5wCEu2kFjpQFK/mmVTKvzjoZ4r3xwc+UvxNsrxQr5BDNaDeXY0D6k5Ko1JkvnkR06ocUB5jAiHP6HqW6xgwQ=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f5f4f72-5c73-47bb-9d75-90cf4f36f458', 'x-compute-request-id': 'req-7f5f4f72-5c73-47bb-9d75-90cf4f36f458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1043450787", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDRgyw/4FFnN423gZXsMLBSDmtTMW4SGxjGg7xFfTgSqjT5wCEu2kFjpQFK/mmVTKvzjoZ4r3xwc+UvxNsrxQr5BDNaDeXY0D6k5Ko1JkvnkR06ocUB5jAiHP6HqW6xgwQ==", "fingerprint": "23:16:f6:b7:71:c4:88:bf:19:54:a0:d5:c4:1b:11:8d", "user_id": "cea5008afcd74cee86a8e434d2ada0f4"}}' 2023-07-24 08:44:34,722 80042 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1043450787 created 2023-07-24 08:44:34,868 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.145s 2023-07-24 08:44:34,868 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2087501787", "description": "tempest-description--1373655308"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-9f1b532e-d386-4d9b-8d67-cc309557a191', 'date': 'Mon, 24 Jul 2023 08:44:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "name": "tempest-securitygroup--2087501787", "stateful": true, "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "description": "tempest-description--1373655308", "shared": false, "security_group_rules": [{"id": "a261defd-650d-4763-b485-05fd2de7c3fe", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "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_att r_id": 1218, "description": null, "tags": [], "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 0}, {"id": "eaedddf5-6c7f-4f1d-9d24-1626e92d0c2f", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1219, "description": null, "tags": [], "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 1, "project_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:35,006 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.137s 2023-07-24 08:44:35,006 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6c6185ca-64c0-4ea2-a248-e5ce833ffd7f', 'date': 'Mon, 24 Jul 2023 08:44:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e6336b3-41b3-489e-af35-8555e1a530e0", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:34Z", "updated_at": "2023-07-24T08:44:34Z", "revision_number": 0}}' 2023-07-24 08:44:35,154 80042 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-07-24 08:44:35,154 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-21ed2500-7a89-4232-8618-4a838519430f', 'date': 'Mon, 24 Jul 2023 08:44:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c699b926-05ee-4fd6-84e5-6b4352ca4f4b", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "3e80760b-5576-4e09-aa3e-a281638e9ac8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:35Z", "updated_at": "2023-07-24T08:44:35Z", "revision_number": 0}}' 2023-07-24 08:44:35,155 80042 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2087501787 created 2023-07-24 08:44:36,005 80042 INFO [tempest.lib.common.rest_client] Re quest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.849s 2023-07-24 08:44:36,005 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ee383d29-01c8-42af-a7d7-695e20950f5d', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "efb09717-31ef-4b90-8f45-02779ca6f1db", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "floating_ip_address": "172.24.4.235", "floating_network_id": "d09fc70e-1909-442f-98bb-7b1c569433ad", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-24T08:44:35Z", "updated_at": "2023-07-24T08:44:35Z", "revision_number": 0}}' 2023-07-24 08:44:36,005 80042 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'efb09717-31ef-4b90-8f45-02779ca6f1db', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'floating_ip_address': '172.24.4.235', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:44:35Z', 'updated_at': '2023-07-24T08:44:35Z', 'revision_number': 0, 'ip': '172.24.4.235'} created 2023-07-24 08:44:36,006 80042 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1043450787', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDRgyw/4FFnN423gZXsMLBSDmtTMW4SGxjGg7xFfTgSqjT5wCEu2kFjpQFK/mmVTKvzjoZ4r3xwc+UvxNsrxQr5BDNaDeXY0D6k5Ko1JkvnkR06ocUB5jAiHP6HqW6xgwQ==', 'fingerprint': '23:16:f6:b7:71:c4:88:bf:19:54:a0:d5:c4:1b:11:8d', 'user_id': 'cea5008afcd74cee86a8e434d2ada0f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwQte0WEv2hwpXjzkwKP9oB8QM14Z7zgDK/jNUF+eqsnNngo8LzhQc\nmPhnVK5CoUqgBwYFK4EEACKhZANiAAQ0YMsP+BRZzeNt4GV7DCwUg5rUzFuEhsYx\noO8RX04Eqo0+cAhLtpBY6UBSv5plUyr846GeK98cHPlL8TbK8UK+QQzWg3l2NA+p\nOSqNSZL55EdOqHFAeYwIhz+h6lusYME=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e80760b-5576-4e09-aa3e-a281638e9ac8', 'name': 'tempest-securitygroup--2087501787', 'stateful': True, 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'description': 'tempest-description--1373655308', 'shared': False, 'security_group_rules': [{'id': 'a261defd-650d-4763-b485-05fd2de7c3fe', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'security_group_id': '3e80760b-5576-4e09-aa3e-a281638e9ac8', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1218, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:44:34Z', 'updated_at': '2023-07-24T08:44:34Z', 'revision_number': 0}, {'id': 'eaedddf5-6c7f-4f1d-9d24-1626e92d0c2f', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'security_group_id': '3e80760b-5576-4e09-aa3e-a281638e9ac8', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1219, 'description': None, 'tags': [], 'created_at': '2023-07-24T08:44:34Z', 'u pdated_at': '2023-07-24T08:44:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-24T08:44:34Z', 'updated_at': '2023-07-24T08:44:34Z', 'revision_number': 1, 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad'}, 'floating_ip': {'id': 'efb09717-31ef-4b90-8f45-02779ca6f1db', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'floating_ip_address': '172.24.4.235', 'floating_network_id': 'd09fc70e-1909-442f-98bb-7b1c569433ad', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-24T08:44:35Z', 'updated_at': '2023-07-24T08:44:35Z', 'revision_number': 0, 'ip': '172.24.4.235'}} 2023-07-24 08:44:36,034 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-24 08:44:36,035 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-volume-backed-server-658517697", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "df4959d8-8514-4f07-b8c9-ce529f444a9d"}], "security_groups": [{"name": "tempest-securitygroup--2087501787"}], "key_name": "tempest-keypair-1043450787", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 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': '73', 'x-openstack-request-id': 'req-9e262c45-4988-4f87-81cb-a459974324d3', 'x-compute-request-id': 'req-9e262c45-4988-4f87-81cb-a459974324d3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:44:36,077 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1043450787 0.042s 2023-07-24 08:44:36,078 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 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-a90c736b-7981-441a-b0f6-14d51e7e20c4', 'x-compute-request-id': 'req-a90c736b-7981-441a-b0f6-14d51e7e20c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1043450787'} Body: b'' 2023-07-24 08:44:36,200 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8 0.121s 2023-07-24 08:44:36,200 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-3b5e1ee3-4da0-4670-a8eb-84419837ca44', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8'} Body: b'' 2023-07-24 08:44:36,216 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8 0.015s 2023-07-24 08:44:36,216 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-258ed4fe-940a-444d-a177-3e8f600e9263', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e80760b-5576-4e09-aa3e-a281638e9ac8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3e80760b-5576-4e09-aa3e-a281638e9ac8 does not exist", "detail": ""}}' 2023-07-24 08:44:36,619 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/efb09717-31ef-4b90-8f45-02779ca6f1db 0.402s 2023-07-24 08:44:36,619 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0eb4d06f-7a5e-441e-9768-d2b9fd44418e', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/efb09717-31ef-4b90-8f45-02779ca6f1db'} Body: b'' 2023-07-24 08:44:36,669 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.049s 2023-07-24 08:44:36,669 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93146870-3a39-446d-9c0e-62d7d0ec7354', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'' 2023-07-24 08:44:36,713 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.043s 2023-07-24 08:44:36,713 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1be53af-aea1-48ae-9025-86eeedd3bbc7', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1be53af-aea1-48ae-9025-86eeedd3bbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:37,764 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.039s 2023-07-24 08:44:37,765 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645f6c17-74bc-4e59-b9ca-557365738932', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645f6c17-74bc-4e59-b9ca-557365738932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:38,813 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.037s 2023-07-24 08:44:38,813 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68ac011c-a779-4483-aeee-f467a0b1a471', 'content-length': '1364', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68ac011c-a779-4483-aeee-f467a0b1a471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"volume": {"id": "6770ee1e-041e-4448-b7e5-d816c28da4e5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:30.000000", "updated_at": "2023-07-24T08:44:37.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-586947642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:39,847 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5 0.022s 2023-07-24 08:44:39,848 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-44faba4f-af39-4293-bb46-339e1467f7ac', 'x-openstack-request-id': 'req-44faba4f-af39-4293-bb46-339e1467f7ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/6770ee1e-041e-4448-b7e5-d816c28da4e5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6770ee1e-041e-4448-b7e5-d816c28da4e5 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-24 08:44:39,857 80042 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-24 08:44:39,914 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2023-07-24 08:44:39,915 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-204001658", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKGYCkfApOsFK3qWGeEFfQMhdC6qXUoh0fierv6YhXzTx6qG5U4sORwBsUNCA/KsC3kRN1xpi7SNCxnPuTCt71GoYCUEtv5b9SbSJDz78UNjUHLw2OIKOn+6H8EktSJiBg=="}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c844bf2-ba85-4c05-9995-37b3e8d5d0e6', 'x-compute-request-id': 'req-9c844bf2-ba85-4c05-9995-37b3e8d5d0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-204001658", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKGYCkfApOsFK3qWGeEFfQMhdC6qXUoh0fierv6YhXzTx6qG5U4sORwBsUNCA/KsC3kRN1xpi7SNCxnPuTCt71GoYCUEtv5b9SbSJDz78UNjUHLw2OIKOn+6H8EktSJiBg==", "fingerprint": "11:1e:e1:e6:46:ae:2f:b8:97:ed:92:26:01:0e:75:ca", "user_id": "cea5008afcd74cee86a8e434d2ada0f4"}}' 2023-07-24 08:44:40,067 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.149s 2023-07-24 08:44:40,067 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1694219510", "description": "tempest-secgroup-smoke-1694219510 description", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-ac0c970b-ca70-424a-9a48-fb7c79dc389d', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "name": "tempest-secgroup-smoke-1694219510", "stateful": true, "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "description": "tempest-secgroup-smoke-1694219510 description", "shared": false, "security_group_rules": [{"id": "247fe12d-02ca-443f-babf-be6965c7fb46", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "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": 1226, "description": null, "tags": [], "created_at": "2023-07-24T08:44:39Z", "updated_at": "2023-07-24T08:44:39Z", "revision_number": 0}, {"id": "fb4c94d8-21b2-413a-a56d-e9a3a435721f", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "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": 1225, "description": null, "tags": [], "created_at": "2023-07-24T08:44:39Z", "updated_at": "2023-07-24T08:4 4:39Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-24T08:44:39Z", "updated_at": "2023-07-24T08:44:39Z", "revision_number": 1, "project_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:40,224 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-07-24 08:44:40,224 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3b4faba2-59c5-4121-8bbb-62b70606f557', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed579111-cd37-40ae-ba47-dfb5d5e3e04b", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,431 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-24 08:44:40,432 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-faac1a9f-fa9b-42b1-97a1-cc7e7a1bd5b8', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a288021b-1ae8-420b-9e9b-c0c41a6d8980", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,584 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-07-24 08:44:40,584 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9e5f9d7f-276f-4fa7-9386-e078d6a8fa34', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-lo cation': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7a1056d9-3149-4132-92ee-04887163b58d", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,729 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.144s 2023-07-24 08:44:40,730 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-72f2b3a9-0869-407e-a8da-65939ae3798c', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c0306b5-50e4-4b8a-a03a-7d5b67a04571", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:40,885 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.154s 2023-07-24 08:44:40,885 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d07a5b2a-f2e8-44ba-9e2b-94adbc1af4b8', 'date': 'Mon, 24 Jul 2023 08:44:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "11a4af3c-6cf3-4f04-8662-bee42f6112fb", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:41,049 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-07-24 08:44:41,050 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_gr oup_rule": {"security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-e65df569-9db5-4b67-b9fa-b2350f0a446c', 'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4325647-2c9c-44f1-9308-6860426cb87b", "project_id": "d1ed70d4d30c4291b7b590a0720e43ad", "tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad", "security_group_id": "316a5d5d-fb88-4302-89d8-e341269a9a04", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-24T08:44:40Z", "updated_at": "2023-07-24T08:44:40Z", "revision_number": 0}}' 2023-07-24 08:44:41,050 80042 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-24 08:44:41,075 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21 0.024s 2023-07-24 08:44:41,075 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d59b00bf-196c-4293-b661-61b8579dc9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "be7d8770268c4507817f31eb4598acee", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "created_at": "2023-07-24T08:35:37Z", "updated_at": "2023-07-24T08:35:38Z", "tags": [], "self": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21", "file": "/v2/images/eb768f93-009c-4c6e-b220-d91d351c9d21/file", "schema": "/v2/schemas/image"}' 2023-07-24 08:44:41,416 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes 0.340s 2023-07-24 08:44:41,416 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "snapshot_id": null, "imageRef": "eb768f93-009c-4c6e-b220-d91d351c9d21", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-772f72c1-7c71-40f3-9110-dfbe37c301d8', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-772f72c1-7c71-40f3-9110-dfbe37c301d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volume s'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.356350", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-24 08:44:41,468 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.040s 2023-07-24 08:44:41,468 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e919b24-6a1c-48d5-bec2-27dba593d53c', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e919b24-6a1c-48d5-bec2-27dba593d53c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:42,541 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.061s 2023-07-24 08:44:42,541 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a27a7b-29c7-434b-aaa5-5eb67d9c6042', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a27a7b-29c7-434b-aaa5-5eb67d9c6042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "sn apshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:43,600 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.042s 2023-07-24 08:44:43,600 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bec7f5b-3f86-44c7-bd01-6f2f8f5aa629', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bec7f5b-3f86-44c7-bd01-6f2f8f5aa629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:44,647 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.035s 2023-07-24 08:44:44,647 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c70d6e-7af1-4de6-8bb5-8b3427481529', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c70d6e-7af1-4de6-8bb5-8b3427481529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:41.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "h ttp://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:45,696 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.037s 2023-07-24 08:44:45,697 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809eefa7-436a-495f-8587-e3647c4408ac', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809eefa7-436a-495f-8587-e3647c4408ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:45,710 80042 INFO [tempest.common.waiters] volume 02eb799c-fca7-4370-b488-02ad2b07c03a reached available after waiting for 4.710196 seconds 2023-07-24 08:44:45,746 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.035s 2023-07-24 08:44:45,746 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e567aa3-5377-4368-b2dc-449b160298a0', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e567aa3-5377-4368-b2dc-449b160298a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_a t": "2023-07-24T08:44:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:45,848 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-07-24 08:44:45,848 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e3bbba20-5663-46d7-9cee-09a23e0da736', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cea5008afcd74cee86a8e434d2ada0f4", "name": "tempest-TestVolumeBootPattern-1059583766-project-member", "password_expires_at": null}, "audit_ids": ["tdXpjnGfTr-c3AQx3IkAkQ"], "expires_at": "2023-07-24T09:44:45.000000Z", "issued_at": "2023-07-24T08:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1ed70d4d30c4291b7b590a0720e43ad", "name": "tempest-TestVolumeBootPattern-1059583766"}, "is_domain": false, "roles": [{"id": "9d618a7bead2443eb6f7b6ed9fb0ff1b", "name": "member"}, {"id": "d2e18ef7ada6472fbe39536786dc6197", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cb3e195bbff24accb115b9755aba5b48", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "0c6c103828a5400a8635ef7390457c44", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d68ef9fe77744b549b6192aa9634b735", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "1c8ffa5bddaa48468801a7c85b143ed8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bd41ef4419f4ac49df7c0c47e99b9a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "23862a9b791247fb8ff5d5130eb89b4c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9aee70dd4a6b48b7bfad7f8e4aa98d27", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "5a5abd0297f94a4bbf93882791245a33", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e1b8aa8acadc44daa93df2542f47cdca", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "7541c2d6590f451ba05f18612779131f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "6b6e4fa739184e9e816a6b4f590bb6b3", "interface": "public", "region_id": " RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b6b79ed3472949e3a5800533d868a8a2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8ca37107c263476497e596738303a056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "b85c9dc948794f008cfb780ade721270", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0a177861233343d0b986d3cbdbbef3ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad", "region": "RegionOne"}], "id": "c864f11082e04c2483b4b82c9e971674", "type": "block-storage", "name": "cinder"}]}}' 2023-07-24 08:44:45,849 80042 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'df4959d8-8514-4f07-b8c9-ce529f444a9d', 'name': 'tempest-TestVolumeBootPattern-538954042-network', 'tenant_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd1ed70d4d30c4291b7b590a0720e43ad', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4174, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-24T08:43:59Z', 'updated_at': '2023-07-24T08:43:59Z', 'revision_number': 1} available for tenant 2023-07-24 08:44:45,871 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-24 08:44:45,871 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1946889298", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-1694219510"}], "block_device_mapping_v2": [{"uuid": "02eb799c-fca7-4370-b488-02ad2b07c03a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-204001658", "networks": [{"uuid": "df4959d8-8514-4f07-b8c9-ce529f444a9d"}]}} Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 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': '73', 'x-openstack-request-id': 'req-e782653b-d874-4f4b-85e1-e1c901878161', 'x-compute-request-id': 'req-e782653b-d874-4f4b-85e1-e1c901878161', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-24 08:44:45,918 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.046s 2023-07-24 08:44:45,918 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d8aaba-5968-40a5-9c7b-49d98493b32c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'' 2023-07-24 08:44:45,956 80042 INFO [tempest.lib.common.rest_clie nt] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.037s 2023-07-24 08:44:45,956 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96cd7d1d-b9fe-4c09-9b71-fe4a75c0f690', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96cd7d1d-b9fe-4c09-9b71-fe4a75c0f690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:47,005 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.037s 2023-07-24 08:44:47,006 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba2dc84-92d6-42bf-8aa5-957eca3beba5', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba2dc84-92d6-42bf-8aa5-957eca3beba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistency group_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:48,057 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.039s 2023-07-24 08:44:48,057 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d41b068-40d4-4721-a0c1-edd93729131a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d41b068-40d4-4721-a0c1-edd93729131a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"volume": {"id": "02eb799c-fca7-4370-b488-02ad2b07c03a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-24T08:44:41.000000", "updated_at": "2023-07-24T08:44:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-76130043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a"}], "user_id": "cea5008afcd74cee86a8e434d2ada0f4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "eb768f93-009c-4c6e-b220-d91d351c9d21", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "d1ed70d4d30c4291b7b590a0720e43ad"}}' 2023-07-24 08:44:49,090 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a 0.020s 2023-07-24 08:44:49,090 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fddbbe07-c9e5-4de5-b868-af8e400bedd2', 'x-openstack-request-id': 'req-fddbbe07-c9e5-4de5-b868-af8e400bedd2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1ed70d4d30c4291b7b590a0720e43ad/volumes/02eb799c-fca7-4370-b488-02ad2b07c03a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 02eb799c-fca7-4370-b488-02ad2b07c03a could not be found."}}' 2023-07-24 08:44:49,236 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/316a5d5d-fb88-4302-89d8-e341269a9a04 0.145s 2023-07-24 08:44:49,236 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-08d28349-fbdc-4fd9-a208-1a6c5c398fd7', 'content-length': '0', 'date': 'Mon, 24 Jul 2023 08:44:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/316a5d5d-fb88-4302-89d8-e341269a9a04'} Body: b'' 2023-07-24 08:44:49,262 80042 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-204001658 0.025s 2023-07-24 08:44:49,262 80042 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Jul 2023 08:44:49 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-d055a8d2-bd0d-4bc4-a78d-b2dc6cc450cf', 'x-compute-request-id': 'req-d055a8d2-bd0d-4bc4-a78d-b2dc6cc450cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-204001658'} Body: b'' ====== Totals ====== Ran: 290 tests in 352.9456 sec. - Passed: 216 - Skipped: 33 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 41 Sum of execute time for each test: 1308.2294 sec. ============== Worker Balance ============== - Worker 0 (14 tests) => 0:02:49.044937 - Worker 1 (17 tests) => 0:02:46.708669 - Worker 2 (27 tests) => 0:03:01.925120 - Worker 3 (22 tests) => 0:03:01.715171 - Worker 4 (12 tests) => 0:02:55.586320 - Worker 5 (58 tests) => 0:04:14.507557 - Worker 6 (50 tests) => 0:05:50.019341 - Worker 7 (14 tests) => 0:04:22.320098 - Worker 8 (13 tests) => 0:01:14.550809 - Worker 9 (14 tests) => 0:04:08.195926 - Worker 10 (33 tests) => 0:04:40.155182 - Worker 11 (16 tests) => 0:04:14.757219 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed